Shades of Dark Goldenrod #AB760E
Tints of Dark Goldenrod #AB760E
RGB
CMYK
RGB Variations
Color information
#AB760E (or 0xAB760E) is known color: Dark Goldenrod. HEX triplet: AB, 76 and 0E. RGB value is (171,118,14). Sum of RGB (Red+Green+Blue) = 171+118+14=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB760E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB760E is #5489F1. Grayscale: #7A7A7A. Windows color (decimal): -5540338 or 947883. OLE color: 947883.
HSL color Cylindrical-coordinate representation of color #AB760E: hue angle of 39.75º 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 #AB760E is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 118 | 14 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.33 |
| HSL | 39.75º | 0.85% | 0.36% | - |
| HSV(B) | 39.75º | 0.92% | 0.67% | - |
| XYZ | 23.35 | 21.65 | 3.36 | - |
| YUV | 121.99 | 67.06 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 118 | 14 | 0 | 0.31 | 0.92 | 0.33 | 39.75 | 0.85 | 0.36 |
| Hex | AB | 76 | E | 0 | 1F | 5C | 21 | 28 | 55 | 24 |
| Octal | 253 | 166 | 16 | 0 | 37 | 134 | 41 | 50 | 125 | 44 |
| Binary | 10101011 | 1110110 | 1110 | 0 | 11111 | 1011100 | 100001 | 101000 | 1010101 | 100100 |
Color Harmonies of #AB760E
Complementary color
Monochromatic Colors of #AB760E
Black with #AB760E
Text Example
Text Example
White with #AB760E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB760E; }
p { color: rgb(171,118,14); }
H1.HeaderClassName
{
color: #AB760E;
}
.AnyTagClassName
{
color: #AB760E;
}
</style>
background-color css
<style>
a { background-color: #AB760E; }
a { background-color: rgb(171,118,14); }
div.DivClassName
{
background-color: #AB760E;
}
.BgClassName
{
background-color: #AB760E;
}
</style>
border-color css
<style>
span { border-color: #AB760E; }
span { border-color: rgb(171,118,14); }
td.TdClassName
{
border-color: #AB760E;
}
.TagClassName
{
border-color: #AB760E;
}
</style>