Shades of Dark Goldenrod #AB890B
Tints of Dark Goldenrod #AB890B
RGB
CMYK
RGB Variations
Color information
#AB890B (or 0xAB890B) is known color: Dark Goldenrod. HEX triplet: AB, 89 and 0B. RGB value is (171,137,11). Sum of RGB (Red+Green+Blue) = 171+137+11=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB890B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB890B is #5476F4. Grayscale: #858585. Windows color (decimal): -5535477 or 756139. OLE color: 756139.
HSL color Cylindrical-coordinate representation of color #AB890B: hue angle of 47.25º 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 #AB890B is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 137 | 11 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.33 |
| HSL | 47.25º | 0.88% | 0.36% | - |
| HSV(B) | 47.25º | 0.94% | 0.67% | - |
| XYZ | 25.8 | 26.57 | 4.09 | - |
| YUV | 132.8 | 59.26 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 11 | 0 | 0.20 | 0.94 | 0.33 | 47.25 | 0.88 | 0.36 |
| Hex | AB | 89 | B | 0 | 14 | 5E | 21 | 2F | 58 | 24 |
| Octal | 253 | 211 | 13 | 0 | 24 | 136 | 41 | 57 | 130 | 44 |
| Binary | 10101011 | 10001001 | 1011 | 0 | 10100 | 1011110 | 100001 | 101111 | 1011000 | 100100 |
Color Harmonies of #AB890B
Complementary color
Monochromatic Colors of #AB890B
Black with #AB890B
Text Example
Text Example
White with #AB890B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB890B; }
p { color: rgb(171,137,11); }
H1.HeaderClassName
{
color: #AB890B;
}
.AnyTagClassName
{
color: #AB890B;
}
</style>
background-color css
<style>
a { background-color: #AB890B; }
a { background-color: rgb(171,137,11); }
div.DivClassName
{
background-color: #AB890B;
}
.BgClassName
{
background-color: #AB890B;
}
</style>
border-color css
<style>
span { border-color: #AB890B; }
span { border-color: rgb(171,137,11); }
td.TdClassName
{
border-color: #AB890B;
}
.TagClassName
{
border-color: #AB890B;
}
</style>