Shades of Dark Goldenrod #AB8C0A
Tints of Dark Goldenrod #AB8C0A
RGB
CMYK
RGB Variations
Color information
#AB8C0A (or 0xAB8C0A) is known color: Dark Goldenrod. HEX triplet: AB, 8C and 0A. RGB value is (171,140,10). Sum of RGB (Red+Green+Blue) = 171+140+10=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 10 (4.30% from 255 or 3.12% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8C0A is #5473F5. Grayscale: #868686. Windows color (decimal): -5534710 or 691371. OLE color: 691371.
HSL color Cylindrical-coordinate representation of color #AB8C0A: hue angle of 48.45º 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 #AB8C0A is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 140 | 10 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.33 |
| HSL | 48.45º | 0.89% | 0.35% | - |
| HSV(B) | 48.45º | 0.94% | 0.67% | - |
| XYZ | 26.23 | 27.44 | 4.2 | - |
| YUV | 134.45 | 57.77 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 10 | 0 | 0.18 | 0.94 | 0.33 | 48.45 | 0.89 | 0.35 |
| Hex | AB | 8C | A | 0 | 12 | 5E | 21 | 30 | 59 | 23 |
| Octal | 253 | 214 | 12 | 0 | 22 | 136 | 41 | 60 | 131 | 43 |
| Binary | 10101011 | 10001100 | 1010 | 0 | 10010 | 1011110 | 100001 | 110000 | 1011001 | 100011 |
Color Harmonies of #AB8C0A
Complementary color
Monochromatic Colors of #AB8C0A
Black with #AB8C0A
Text Example
Text Example
White with #AB8C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8C0A; }
p { color: rgb(171,140,10); }
H1.HeaderClassName
{
color: #AB8C0A;
}
.AnyTagClassName
{
color: #AB8C0A;
}
</style>
background-color css
<style>
a { background-color: #AB8C0A; }
a { background-color: rgb(171,140,10); }
div.DivClassName
{
background-color: #AB8C0A;
}
.BgClassName
{
background-color: #AB8C0A;
}
</style>
border-color css
<style>
span { border-color: #AB8C0A; }
span { border-color: rgb(171,140,10); }
td.TdClassName
{
border-color: #AB8C0A;
}
.TagClassName
{
border-color: #AB8C0A;
}
</style>