Shades of Dark Goldenrod #AB890A
Tints of Dark Goldenrod #AB890A
RGB
CMYK
RGB Variations
Color information
#AB890A (or 0xAB890A) is known color: Dark Goldenrod. HEX triplet: AB, 89 and 0A. RGB value is (171,137,10). Sum of RGB (Red+Green+Blue) = 171+137+10=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 10 (4.30% from 255 or 3.14% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB890A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB890A is #5476F5. Grayscale: #858585. Windows color (decimal): -5535478 or 690603. OLE color: 690603.
HSL color Cylindrical-coordinate representation of color #AB890A: hue angle of 47.33º 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 #AB890A is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 137 | 10 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.33 |
| HSL | 47.33º | 0.89% | 0.35% | - |
| HSV(B) | 47.33º | 0.94% | 0.67% | - |
| XYZ | 25.8 | 26.57 | 4.06 | - |
| YUV | 132.69 | 58.76 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 10 | 0 | 0.20 | 0.94 | 0.33 | 47.33 | 0.89 | 0.35 |
| Hex | AB | 89 | A | 0 | 14 | 5E | 21 | 2F | 59 | 23 |
| Octal | 253 | 211 | 12 | 0 | 24 | 136 | 41 | 57 | 131 | 43 |
| Binary | 10101011 | 10001001 | 1010 | 0 | 10100 | 1011110 | 100001 | 101111 | 1011001 | 100011 |
Color Harmonies of #AB890A
Complementary color
Monochromatic Colors of #AB890A
Black with #AB890A
Text Example
Text Example
White with #AB890A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB890A; }
p { color: rgb(171,137,10); }
H1.HeaderClassName
{
color: #AB890A;
}
.AnyTagClassName
{
color: #AB890A;
}
</style>
background-color css
<style>
a { background-color: #AB890A; }
a { background-color: rgb(171,137,10); }
div.DivClassName
{
background-color: #AB890A;
}
.BgClassName
{
background-color: #AB890A;
}
</style>
border-color css
<style>
span { border-color: #AB890A; }
span { border-color: rgb(171,137,10); }
td.TdClassName
{
border-color: #AB890A;
}
.TagClassName
{
border-color: #AB890A;
}
</style>