Shades of Dark Goldenrod #AB7D0E
Tints of Dark Goldenrod #AB7D0E
RGB
CMYK
RGB Variations
Color information
#AB7D0E (or 0xAB7D0E) is known color: Dark Goldenrod. HEX triplet: AB, 7D and 0E. RGB value is (171,125,14). Sum of RGB (Red+Green+Blue) = 171+125+14=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 14 (5.86% from 255 or 4.52% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7D0E is #5482F1. Grayscale: #7E7E7E. Windows color (decimal): -5538546 or 949675. OLE color: 949675.
HSL color Cylindrical-coordinate representation of color #AB7D0E: hue angle of 42.42º 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 #AB7D0E is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 125 | 14 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.33 |
| HSL | 42.42º | 0.85% | 0.36% | - |
| HSV(B) | 42.42º | 0.92% | 0.67% | - |
| XYZ | 24.21 | 23.36 | 3.65 | - |
| YUV | 126.1 | 64.74 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 125 | 14 | 0 | 0.27 | 0.92 | 0.33 | 42.42 | 0.85 | 0.36 |
| Hex | AB | 7D | E | 0 | 1B | 5C | 21 | 2A | 55 | 24 |
| Octal | 253 | 175 | 16 | 0 | 33 | 134 | 41 | 52 | 125 | 44 |
| Binary | 10101011 | 1111101 | 1110 | 0 | 11011 | 1011100 | 100001 | 101010 | 1010101 | 100100 |
Color Harmonies of #AB7D0E
Complementary color
Monochromatic Colors of #AB7D0E
Black with #AB7D0E
Text Example
Text Example
White with #AB7D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7D0E; }
p { color: rgb(171,125,14); }
H1.HeaderClassName
{
color: #AB7D0E;
}
.AnyTagClassName
{
color: #AB7D0E;
}
</style>
background-color css
<style>
a { background-color: #AB7D0E; }
a { background-color: rgb(171,125,14); }
div.DivClassName
{
background-color: #AB7D0E;
}
.BgClassName
{
background-color: #AB7D0E;
}
</style>
border-color css
<style>
span { border-color: #AB7D0E; }
span { border-color: rgb(171,125,14); }
td.TdClassName
{
border-color: #AB7D0E;
}
.TagClassName
{
border-color: #AB7D0E;
}
</style>