#AB8E00

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

Shades of Dark Goldenrod #AB8E00

Tints of Dark Goldenrod #AB8E00

Color information

#AB8E00 (or 0xAB8E00) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 8E and 00. RGB value is (171,142,0). Sum of RGB (Red+Green+Blue) = 171+142+0=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 142 (55.86% from 255 or 45.37% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8E00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8E00 is #5471FF. Grayscale: #878787. Windows color (decimal): -5534208 or 36523. OLE color: 36523.

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

Color convert

RGB1711420-
CMYK00.1710.33
HSL49.82º100%33.53%-
HSV(B)49.82º100%67.06%-
XYZ26.47284.01-
YUV134.4852.11154.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.63%
GREEN value IS 142 (55.86% from 255) = 45.37%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.63%
G=45.37%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171142000.1710.3349.8210033.53
HexAB8E00116421326422
Octal2532160021144416214442
Binary1010101110001110001000111001001000011100101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8E00; }

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

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

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

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

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

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

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

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