Shades of Dark Goldenrod #AB7F0E
Tints of Dark Goldenrod #AB7F0E
RGB
CMYK
RGB Variations
Color information
#AB7F0E (or 0xAB7F0E) is known color: Dark Goldenrod. HEX triplet: AB, 7F and 0E. RGB value is (171,127,14). Sum of RGB (Red+Green+Blue) = 171+127+14=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 127 (50% from 255 or 40.71% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7F0E is #5480F1. Grayscale: #7F7F7F. Windows color (decimal): -5538034 or 950187. OLE color: 950187.
HSL color Cylindrical-coordinate representation of color #AB7F0E: hue angle of 43.18º 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 #AB7F0E is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 127 | 14 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.33 |
| HSL | 43.18º | 0.85% | 0.36% | - |
| HSV(B) | 43.18º | 0.92% | 0.67% | - |
| XYZ | 24.46 | 23.87 | 3.73 | - |
| YUV | 127.27 | 64.08 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 127 | 14 | 0 | 0.26 | 0.92 | 0.33 | 43.18 | 0.85 | 0.36 |
| Hex | AB | 7F | E | 0 | 1A | 5C | 21 | 2B | 55 | 24 |
| Octal | 253 | 177 | 16 | 0 | 32 | 134 | 41 | 53 | 125 | 44 |
| Binary | 10101011 | 1111111 | 1110 | 0 | 11010 | 1011100 | 100001 | 101011 | 1010101 | 100100 |
Color Harmonies of #AB7F0E
Complementary color
Monochromatic Colors of #AB7F0E
Black with #AB7F0E
Text Example
Text Example
White with #AB7F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7F0E; }
p { color: rgb(171,127,14); }
H1.HeaderClassName
{
color: #AB7F0E;
}
.AnyTagClassName
{
color: #AB7F0E;
}
</style>
background-color css
<style>
a { background-color: #AB7F0E; }
a { background-color: rgb(171,127,14); }
div.DivClassName
{
background-color: #AB7F0E;
}
.BgClassName
{
background-color: #AB7F0E;
}
</style>
border-color css
<style>
span { border-color: #AB7F0E; }
span { border-color: rgb(171,127,14); }
td.TdClassName
{
border-color: #AB7F0E;
}
.TagClassName
{
border-color: #AB7F0E;
}
</style>