Shades of Dark Goldenrod #AB8F0A
Tints of Dark Goldenrod #AB8F0A
RGB
CMYK
RGB Variations
Color information
#AB8F0A (or 0xAB8F0A) is known color: Dark Goldenrod. HEX triplet: AB, 8F and 0A. RGB value is (171,143,10). Sum of RGB (Red+Green+Blue) = 171+143+10=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 10 (4.30% from 255 or 3.09% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8F0A is #5470F5. Grayscale: #888888. Windows color (decimal): -5533942 or 692139. OLE color: 692139.
HSL color Cylindrical-coordinate representation of color #AB8F0A: hue angle of 49.57º 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 #AB8F0A is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 10 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.33 |
| HSL | 49.57º | 0.89% | 0.35% | - |
| HSV(B) | 49.57º | 0.94% | 0.67% | - |
| XYZ | 26.67 | 28.32 | 4.35 | - |
| YUV | 136.21 | 56.78 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 10 | 0 | 0.16 | 0.94 | 0.33 | 49.57 | 0.89 | 0.35 |
| Hex | AB | 8F | A | 0 | 10 | 5E | 21 | 32 | 59 | 23 |
| Octal | 253 | 217 | 12 | 0 | 20 | 136 | 41 | 62 | 131 | 43 |
| Binary | 10101011 | 10001111 | 1010 | 0 | 10000 | 1011110 | 100001 | 110010 | 1011001 | 100011 |
Color Harmonies of #AB8F0A
Complementary color
Monochromatic Colors of #AB8F0A
Black with #AB8F0A
Text Example
Text Example
White with #AB8F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F0A; }
p { color: rgb(171,143,10); }
H1.HeaderClassName
{
color: #AB8F0A;
}
.AnyTagClassName
{
color: #AB8F0A;
}
</style>
background-color css
<style>
a { background-color: #AB8F0A; }
a { background-color: rgb(171,143,10); }
div.DivClassName
{
background-color: #AB8F0A;
}
.BgClassName
{
background-color: #AB8F0A;
}
</style>
border-color css
<style>
span { border-color: #AB8F0A; }
span { border-color: rgb(171,143,10); }
td.TdClassName
{
border-color: #AB8F0A;
}
.TagClassName
{
border-color: #AB8F0A;
}
</style>