Shades of Dark Goldenrod #AB7A0E
Tints of Dark Goldenrod #AB7A0E
RGB
CMYK
RGB Variations
Color information
#AB7A0E (or 0xAB7A0E) is known color: Dark Goldenrod. HEX triplet: AB, 7A and 0E. RGB value is (171,122,14). Sum of RGB (Red+Green+Blue) = 171+122+14=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7A0E is #5485F1. Grayscale: #7C7C7C. Windows color (decimal): -5539314 or 948907. OLE color: 948907.
HSL color Cylindrical-coordinate representation of color #AB7A0E: hue angle of 41.27º degrees, saturation: 0.85, 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 #AB7A0E is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 122 | 14 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.33 |
| HSL | 41.27º | 0.85% | 0.36% | - |
| HSV(B) | 41.27º | 0.92% | 0.67% | - |
| XYZ | 23.83 | 22.61 | 3.52 | - |
| YUV | 124.34 | 65.73 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 14 | 0 | 0.29 | 0.92 | 0.33 | 41.27 | 0.85 | 0.36 |
| Hex | AB | 7A | E | 0 | 1D | 5C | 21 | 29 | 55 | 24 |
| Octal | 253 | 172 | 16 | 0 | 35 | 134 | 41 | 51 | 125 | 44 |
| Binary | 10101011 | 1111010 | 1110 | 0 | 11101 | 1011100 | 100001 | 101001 | 1010101 | 100100 |
Color Harmonies of #AB7A0E
Complementary color
Monochromatic Colors of #AB7A0E
Black with #AB7A0E
Text Example
Text Example
White with #AB7A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7A0E; }
p { color: rgb(171,122,14); }
H1.HeaderClassName
{
color: #AB7A0E;
}
.AnyTagClassName
{
color: #AB7A0E;
}
</style>
background-color css
<style>
a { background-color: #AB7A0E; }
a { background-color: rgb(171,122,14); }
div.DivClassName
{
background-color: #AB7A0E;
}
.BgClassName
{
background-color: #AB7A0E;
}
</style>
border-color css
<style>
span { border-color: #AB7A0E; }
span { border-color: rgb(171,122,14); }
td.TdClassName
{
border-color: #AB7A0E;
}
.TagClassName
{
border-color: #AB7A0E;
}
</style>