Shades of Dark Goldenrod #AB7711
Tints of Dark Goldenrod #AB7711
RGB
CMYK
RGB Variations
Color information
#AB7711 (or 0xAB7711) is known color: Dark Goldenrod. HEX triplet: AB, 77 and 11. RGB value is (171,119,17). Sum of RGB (Red+Green+Blue) = 171+119+17=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7711 is #5488EE. Grayscale: #7B7B7B. Windows color (decimal): -5540079 or 1144747. OLE color: 1144747.
HSL color Cylindrical-coordinate representation of color #AB7711: hue angle of 39.74º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB7711 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 119 | 17 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.33 |
| HSL | 39.74º | 0.82% | 0.37% | - |
| HSV(B) | 39.74º | 0.9% | 0.67% | - |
| XYZ | 23.49 | 21.89 | 3.52 | - |
| YUV | 122.92 | 68.23 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 17 | 0 | 0.30 | 0.90 | 0.33 | 39.74 | 0.82 | 0.37 |
| Hex | AB | 77 | 11 | 0 | 1E | 5A | 21 | 28 | 52 | 25 |
| Octal | 253 | 167 | 21 | 0 | 36 | 132 | 41 | 50 | 122 | 45 |
| Binary | 10101011 | 1110111 | 10001 | 0 | 11110 | 1011010 | 100001 | 101000 | 1010010 | 100101 |
Color Harmonies of #AB7711
Complementary color
Monochromatic Colors of #AB7711
Black with #AB7711
Text Example
Text Example
White with #AB7711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7711; }
p { color: rgb(171,119,17); }
H1.HeaderClassName
{
color: #AB7711;
}
.AnyTagClassName
{
color: #AB7711;
}
</style>
background-color css
<style>
a { background-color: #AB7711; }
a { background-color: rgb(171,119,17); }
div.DivClassName
{
background-color: #AB7711;
}
.BgClassName
{
background-color: #AB7711;
}
</style>
border-color css
<style>
span { border-color: #AB7711; }
span { border-color: rgb(171,119,17); }
td.TdClassName
{
border-color: #AB7711;
}
.TagClassName
{
border-color: #AB7711;
}
</style>