Shades of Dark Goldenrod #AB8C0D
Tints of Dark Goldenrod #AB8C0D
RGB
CMYK
RGB Variations
Color information
#AB8C0D (or 0xAB8C0D) is known color: Dark Goldenrod. HEX triplet: AB, 8C and 0D. RGB value is (171,140,13). Sum of RGB (Red+Green+Blue) = 171+140+13=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 140 (55.08% from 255 or 43.21% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8C0D is #5473F2. Grayscale: #878787. Windows color (decimal): -5534707 or 887979. OLE color: 887979.
HSL color Cylindrical-coordinate representation of color #AB8C0D: hue angle of 48.23º 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 #AB8C0D is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 140 | 13 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.33 |
| HSL | 48.23º | 0.86% | 0.36% | - |
| HSV(B) | 48.23º | 0.92% | 0.67% | - |
| XYZ | 26.25 | 27.44 | 4.29 | - |
| YUV | 134.79 | 59.27 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 13 | 0 | 0.18 | 0.92 | 0.33 | 48.23 | 0.86 | 0.36 |
| Hex | AB | 8C | D | 0 | 12 | 5C | 21 | 30 | 56 | 24 |
| Octal | 253 | 214 | 15 | 0 | 22 | 134 | 41 | 60 | 126 | 44 |
| Binary | 10101011 | 10001100 | 1101 | 0 | 10010 | 1011100 | 100001 | 110000 | 1010110 | 100100 |
Color Harmonies of #AB8C0D
Complementary color
Monochromatic Colors of #AB8C0D
Black with #AB8C0D
Text Example
Text Example
White with #AB8C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8C0D; }
p { color: rgb(171,140,13); }
H1.HeaderClassName
{
color: #AB8C0D;
}
.AnyTagClassName
{
color: #AB8C0D;
}
</style>
background-color css
<style>
a { background-color: #AB8C0D; }
a { background-color: rgb(171,140,13); }
div.DivClassName
{
background-color: #AB8C0D;
}
.BgClassName
{
background-color: #AB8C0D;
}
</style>
border-color css
<style>
span { border-color: #AB8C0D; }
span { border-color: rgb(171,140,13); }
td.TdClassName
{
border-color: #AB8C0D;
}
.TagClassName
{
border-color: #AB8C0D;
}
</style>