Shades of Dark Goldenrod #AB890C
Tints of Dark Goldenrod #AB890C
RGB
CMYK
RGB Variations
Color information
#AB890C (or 0xAB890C) is known color: Dark Goldenrod. HEX triplet: AB, 89 and 0C. RGB value is (171,137,12). Sum of RGB (Red+Green+Blue) = 171+137+12=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 12 (5.08% from 255 or 3.75% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB890C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB890C is #5476F3. Grayscale: #858585. Windows color (decimal): -5535476 or 821675. OLE color: 821675.
HSL color Cylindrical-coordinate representation of color #AB890C: hue angle of 47.17º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB890C is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 137 | 12 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.33 |
| HSL | 47.17º | 0.87% | 0.36% | - |
| HSV(B) | 47.17º | 0.93% | 0.67% | - |
| XYZ | 25.81 | 26.58 | 4.12 | - |
| YUV | 132.92 | 59.76 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 12 | 0 | 0.20 | 0.93 | 0.33 | 47.17 | 0.87 | 0.36 |
| Hex | AB | 89 | C | 0 | 14 | 5D | 21 | 2F | 57 | 24 |
| Octal | 253 | 211 | 14 | 0 | 24 | 135 | 41 | 57 | 127 | 44 |
| Binary | 10101011 | 10001001 | 1100 | 0 | 10100 | 1011101 | 100001 | 101111 | 1010111 | 100100 |
Color Harmonies of #AB890C
Complementary color
Monochromatic Colors of #AB890C
Black with #AB890C
Text Example
Text Example
White with #AB890C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB890C; }
p { color: rgb(171,137,12); }
H1.HeaderClassName
{
color: #AB890C;
}
.AnyTagClassName
{
color: #AB890C;
}
</style>
background-color css
<style>
a { background-color: #AB890C; }
a { background-color: rgb(171,137,12); }
div.DivClassName
{
background-color: #AB890C;
}
.BgClassName
{
background-color: #AB890C;
}
</style>
border-color css
<style>
span { border-color: #AB890C; }
span { border-color: rgb(171,137,12); }
td.TdClassName
{
border-color: #AB890C;
}
.TagClassName
{
border-color: #AB890C;
}
</style>