Html Css Color HEX #ADB137 Brass

📋 copy color: '#ADB137'

red 173 ◦ green 177 ◦ blue 55

#ADB137
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #ADB137

Tints of Brass #ADB137

RGB

 RED value IS 173 (67.97% from 255) = 42.72%

 GREEN value IS 177 (69.53% from 255) = 43.7%

 BLUE value IS 55 (21.88% from 255) = 13.58%

R = 42.72%
G = 43.7%
B = 13.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.69

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ADB137 (or 0xADB137) is known color: Brass. HEX triplet: AD, B1 and 37. RGB value is (173,177,55). Sum of RGB (Red+Green+Blue) = 173+177+55=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 177 (69.53% from 255 or 43.70% from 405); Blue value is 55 (21.88% from 255 or 13.58% from 405); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB137 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB137 is #524EC8. Grayscale: #A2A2A2. Windows color (decimal): -5394121 or 3649965. OLE color: 3649965.

HSL color Cylindrical-coordinate representation of color #ADB137: hue angle of 61.97º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADB137 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 177 55 -
CMYK 0.02 0 0.69 0.31
HSL 61.97º 0.53% 0.45% -
HSV(B) 61.97º 0.69% 0.69% -
XYZ 33.65 40.6 9.68 -
YUV 161.9 67.67 135.92 -
System Red Green Blue C M Y K H S L
Decimal 173 177 55 0.02 0 0.69 0.31 61.97 0.53 0.45
Hex AD B1 37 2 0 45 1F 3E 35 2D
Octal 255 261 67 2 0 105 37 76 65 55
Binary 10101101 10110001 110111 10 0 1000101 11111 111110 110101 101101

Color Harmonies of #ADB137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB137

Black with #ADB137

Text Example


Text Example

White with #ADB137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB137; }

 p { color: rgb(173,177,55); }

 H1.HeaderClassName
 {
   color: #ADB137;
 }
 .AnyTagClassName
 {
   color: #ADB137;
 }
</style>

background-color css

<style>
 a { background-color: #ADB137; }

 a { background-color: rgb(173,177,55); }

 div.DivClassName
 {
   background-color: #ADB137;
 }
 .BgClassName
 {
   background-color: #ADB137;
 }
</style>

border-color css

<style>
 span { border-color: #ADB137; }

 span { border-color: rgb(173,177,55); }

 td.TdClassName
 {
   border-color: #ADB137;
 }
 .TagClassName
 {
   border-color: #ADB137;
 }
</style>