Shades of Dark Goldenrod #AB8E0A
Tints of Dark Goldenrod #AB8E0A
RGB
CMYK
RGB Variations
Color information
#AB8E0A (or 0xAB8E0A) is known color: 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
| RGB | 171 | 142 | 10 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.33 |
| HSL | 49.19º | 0.89% | 0.35% | - |
| HSV(B) | 49.19º | 0.94% | 0.67% | - |
| XYZ | 26.52 | 28.03 | 4.3 | - |
| YUV | 135.62 | 57.11 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 142 | 10 | 0 | 0.17 | 0.94 | 0.33 | 49.19 | 0.89 | 0.35 |
| Hex | AB | 8E | A | 0 | 11 | 5E | 21 | 31 | 59 | 23 |
| Octal | 253 | 216 | 12 | 0 | 21 | 136 | 41 | 61 | 131 | 43 |
| Binary | 10101011 | 10001110 | 1010 | 0 | 10001 | 1011110 | 100001 | 110001 | 1011001 | 100011 |
Color Harmonies of #AB8E0A
Complementary color
Monochromatic Colors of #AB8E0A
Black with #AB8E0A
Text Example
Text Example
White with #AB8E0A
Text Example
Text Example
HTML Codes & Css Web 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>