Html Css Color HEX #AB8C11 Dark Goldenrod

📋 copy color: '#AB8C11'

red 171 ◦ green 140 ◦ blue 17

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

Shades of Dark Goldenrod #AB8C11

Tints of Dark Goldenrod #AB8C11

RGB

 RED value IS 171 (67.19% from 255) = 52.13%

 GREEN value IS 140 (55.08% from 255) = 42.68%

 BLUE value IS 17 (7.03% from 255) = 5.18%

R = 52.13%
G = 42.68%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AB8C11 (or 0xAB8C11) is known color: Dark Goldenrod. HEX triplet: AB, 8C and 11. RGB value is (171,140,17). Sum of RGB (Red+Green+Blue) = 171+140+17=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 17 (7.03% from 255 or 5.18% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8C11 is #5473EE. Grayscale: #878787. Windows color (decimal): -5534703 or 1150123. OLE color: 1150123.

HSL color Cylindrical-coordinate representation of color #AB8C11: hue angle of 47.92º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB8C11 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 140 17 -
CMYK 0 0.18 0.90 0.33
HSL 47.92º 0.82% 0.37% -
HSV(B) 47.92º 0.9% 0.67% -
XYZ 26.27 27.45 4.44 -
YUV 135.25 61.27 153.5 -
System Red Green Blue C M Y K H S L
Decimal 171 140 17 0 0.18 0.90 0.33 47.92 0.82 0.37
Hex AB 8C 11 0 12 5A 21 30 52 25
Octal 253 214 21 0 22 132 41 60 122 45
Binary 10101011 10001100 10001 0 10010 1011010 100001 110000 1010010 100101

Color Harmonies of #AB8C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8C11

Black with #AB8C11

Text Example


Text Example

White with #AB8C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8C11; }

 p { color: rgb(171,140,17); }

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

background-color css

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

 a { background-color: rgb(171,140,17); }

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

border-color css

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

 span { border-color: rgb(171,140,17); }

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