Shades of Dark Goldenrod #AB890D
Tints of Dark Goldenrod #AB890D
RGB
CMYK
RGB Variations
Color information
#AB890D (or 0xAB890D) is known color: Dark Goldenrod. HEX triplet: AB, 89 and 0D. RGB value is (171,137,13). Sum of RGB (Red+Green+Blue) = 171+137+13=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB890D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB890D is #5476F2. Grayscale: #858585. Windows color (decimal): -5535475 or 887211. OLE color: 887211.
HSL color Cylindrical-coordinate representation of color #AB890D: hue angle of 47.09º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB890D is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 137 | 13 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.33 |
| HSL | 47.09º | 0.86% | 0.36% | - |
| HSV(B) | 47.09º | 0.92% | 0.67% | - |
| XYZ | 25.81 | 26.58 | 4.15 | - |
| YUV | 133.03 | 60.26 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 13 | 0 | 0.20 | 0.92 | 0.33 | 47.09 | 0.86 | 0.36 |
| Hex | AB | 89 | D | 0 | 14 | 5C | 21 | 2F | 56 | 24 |
| Octal | 253 | 211 | 15 | 0 | 24 | 134 | 41 | 57 | 126 | 44 |
| Binary | 10101011 | 10001001 | 1101 | 0 | 10100 | 1011100 | 100001 | 101111 | 1010110 | 100100 |
Color Harmonies of #AB890D
Complementary color
Monochromatic Colors of #AB890D
Black with #AB890D
Text Example
Text Example
White with #AB890D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB890D; }
p { color: rgb(171,137,13); }
H1.HeaderClassName
{
color: #AB890D;
}
.AnyTagClassName
{
color: #AB890D;
}
</style>
background-color css
<style>
a { background-color: #AB890D; }
a { background-color: rgb(171,137,13); }
div.DivClassName
{
background-color: #AB890D;
}
.BgClassName
{
background-color: #AB890D;
}
</style>
border-color css
<style>
span { border-color: #AB890D; }
span { border-color: rgb(171,137,13); }
td.TdClassName
{
border-color: #AB890D;
}
.TagClassName
{
border-color: #AB890D;
}
</style>