Shades of Dark Goldenrod #AB8F0B
Tints of Dark Goldenrod #AB8F0B
RGB
CMYK
RGB Variations
Color information
#AB8F0B (or 0xAB8F0B) is known color: Dark Goldenrod. HEX triplet: AB, 8F and 0B. RGB value is (171,143,11). Sum of RGB (Red+Green+Blue) = 171+143+11=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 143 (56.25% from 255 or 44% from 325); Blue value is 11 (4.69% from 255 or 3.38% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8F0B is #5470F4. Grayscale: #888888. Windows color (decimal): -5533941 or 757675. OLE color: 757675.
HSL color Cylindrical-coordinate representation of color #AB8F0B: hue angle of 49.5º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB8F0B is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 11 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.33 |
| HSL | 49.5º | 0.88% | 0.36% | - |
| HSV(B) | 49.5º | 0.94% | 0.67% | - |
| XYZ | 26.68 | 28.33 | 4.38 | - |
| YUV | 136.32 | 57.28 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 11 | 0 | 0.16 | 0.94 | 0.33 | 49.5 | 0.88 | 0.36 |
| Hex | AB | 8F | B | 0 | 10 | 5E | 21 | 32 | 58 | 24 |
| Octal | 253 | 217 | 13 | 0 | 20 | 136 | 41 | 62 | 130 | 44 |
| Binary | 10101011 | 10001111 | 1011 | 0 | 10000 | 1011110 | 100001 | 110010 | 1011000 | 100100 |
Color Harmonies of #AB8F0B
Complementary color
Monochromatic Colors of #AB8F0B
Black with #AB8F0B
Text Example
Text Example
White with #AB8F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F0B; }
p { color: rgb(171,143,11); }
H1.HeaderClassName
{
color: #AB8F0B;
}
.AnyTagClassName
{
color: #AB8F0B;
}
</style>
background-color css
<style>
a { background-color: #AB8F0B; }
a { background-color: rgb(171,143,11); }
div.DivClassName
{
background-color: #AB8F0B;
}
.BgClassName
{
background-color: #AB8F0B;
}
</style>
border-color css
<style>
span { border-color: #AB8F0B; }
span { border-color: rgb(171,143,11); }
td.TdClassName
{
border-color: #AB8F0B;
}
.TagClassName
{
border-color: #AB8F0B;
}
</style>