#ab8d0d

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

Shades of Dark Goldenrod #AB8D0D

Tints of Dark Goldenrod #AB8D0D

Color information

#AB8D0D (or 0xAB8D0D) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 8D and 0D. RGB value is (171,141,13). Sum of RGB (Red+Green+Blue) = 171+141+13=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8D0D is #5472F2. Grayscale: #878787. Windows color (decimal): -5534451 or 888235. OLE color: 888235.

HSL color Cylindrical-coordinate representation of color #AB8D0D: hue angle of 48.61º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB8D0D is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB17114113-
CMYK00.180.920.33
HSL48.61º85.87%36.08%-
HSV(B)48.61º92.4%67.06%-
XYZ26.3927.744.34-
YUV135.3858.94153.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.62%
GREEN value IS 141 (55.47% from 255) = 43.38%
BLUE value IS 13 (5.47% from 255) = 4%
R=52.62%
G=43.38%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711411300.180.920.3348.6185.8736.08
HexAB8DD0125C21315624
Octal25321515022134416112644
Binary1010101110001101110101001010111001000011100011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab8d0d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab8d0d; }

 p { color: rgb(171,141,13); }

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

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

 a { background-color: rgb(171,141,13); }

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

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

 span { border-color: rgb(171,141,13); }

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