Shades of Dark Goldenrod #AB770E
Tints of Dark Goldenrod #AB770E
RGB
CMYK
RGB Variations
Color information
#AB770E (or 0xAB770E) is known color: Dark Goldenrod. HEX triplet: AB, 77 and 0E. RGB value is (171,119,14). Sum of RGB (Red+Green+Blue) = 171+119+14=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 14 (5.86% from 255 or 4.61% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB770E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB770E is #5488F1. Grayscale: #7B7B7B. Windows color (decimal): -5540082 or 948139. OLE color: 948139.
HSL color Cylindrical-coordinate representation of color #AB770E: hue angle of 40.13º 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 #AB770E is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 119 | 14 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.33 |
| HSL | 40.13º | 0.85% | 0.36% | - |
| HSV(B) | 40.13º | 0.92% | 0.67% | - |
| XYZ | 23.47 | 21.88 | 3.4 | - |
| YUV | 122.58 | 66.73 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 14 | 0 | 0.30 | 0.92 | 0.33 | 40.13 | 0.85 | 0.36 |
| Hex | AB | 77 | E | 0 | 1E | 5C | 21 | 28 | 55 | 24 |
| Octal | 253 | 167 | 16 | 0 | 36 | 134 | 41 | 50 | 125 | 44 |
| Binary | 10101011 | 1110111 | 1110 | 0 | 11110 | 1011100 | 100001 | 101000 | 1010101 | 100100 |
Color Harmonies of #AB770E
Complementary color
Monochromatic Colors of #AB770E
Black with #AB770E
Text Example
Text Example
White with #AB770E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB770E; }
p { color: rgb(171,119,14); }
H1.HeaderClassName
{
color: #AB770E;
}
.AnyTagClassName
{
color: #AB770E;
}
</style>
background-color css
<style>
a { background-color: #AB770E; }
a { background-color: rgb(171,119,14); }
div.DivClassName
{
background-color: #AB770E;
}
.BgClassName
{
background-color: #AB770E;
}
</style>
border-color css
<style>
span { border-color: #AB770E; }
span { border-color: rgb(171,119,14); }
td.TdClassName
{
border-color: #AB770E;
}
.TagClassName
{
border-color: #AB770E;
}
</style>