#AB8E0A

Color #AB8E0A Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #AB8E0A

Tints of Dark Goldenrod #AB8E0A

Color information

#AB8E0A (or 0xAB8E0A) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 8E and 0A. RGB value is (171,142,10). Sum of RGB (Red+Green+Blue) = 171+142+10=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 142 (55.86% from 255 or 43.96% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8E0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8E0A is #5471F5. Grayscale: #888888. Windows color (decimal): -5534198 or 691883. OLE color: 691883.

HSL color Cylindrical-coordinate representation of color #AB8E0A: hue angle of 49.19º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB8E0A is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB17114210-
CMYK00.170.940.33
HSL49.19º88.95%35.49%-
HSV(B)49.19º94.15%67.06%-
XYZ26.5228.034.3-
YUV135.6257.11153.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.94%
GREEN value IS 142 (55.86% from 255) = 43.96%
BLUE value IS 10 (4.30% from 255) = 3.10%
R=52.94%
G=43.96%
B=3.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711421000.170.940.3349.1988.9535.49
HexAB8EA0115E21315923
Octal25321612021136416113143
Binary1010101110001110101001000110111101000011100011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8E0A; }

 p { color: rgb(171,142,10); }

 H1.HeaderClassName
 {
   color: #AB8E0A;
 }
 .AnyTagClassName
 {
   color: #AB8E0A;
 }
</style>
background-color css

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

 a { background-color: rgb(171,142,10); }

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

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

 span { border-color: rgb(171,142,10); }

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