Shades of Dark Goldenrod #AB7C11
Tints of Dark Goldenrod #AB7C11
RGB
CMYK
RGB Variations
Color information
#AB7C11 (or 0xAB7C11) is known color: Dark Goldenrod. HEX triplet: AB, 7C and 11. RGB value is (171,124,17). Sum of RGB (Red+Green+Blue) = 171+124+17=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7C11 is #5483EE. Grayscale: #7E7E7E. Windows color (decimal): -5538799 or 1146027. OLE color: 1146027.
HSL color Cylindrical-coordinate representation of color #AB7C11: hue angle of 41.69º 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 #AB7C11 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 124 | 17 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.33 |
| HSL | 41.69º | 0.82% | 0.37% | - |
| HSV(B) | 41.69º | 0.9% | 0.67% | - |
| XYZ | 24.1 | 23.11 | 3.72 | - |
| YUV | 125.86 | 66.57 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 124 | 17 | 0 | 0.27 | 0.90 | 0.33 | 41.69 | 0.82 | 0.37 |
| Hex | AB | 7C | 11 | 0 | 1B | 5A | 21 | 2A | 52 | 25 |
| Octal | 253 | 174 | 21 | 0 | 33 | 132 | 41 | 52 | 122 | 45 |
| Binary | 10101011 | 1111100 | 10001 | 0 | 11011 | 1011010 | 100001 | 101010 | 1010010 | 100101 |
Color Harmonies of #AB7C11
Complementary color
Monochromatic Colors of #AB7C11
Black with #AB7C11
Text Example
Text Example
White with #AB7C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7C11; }
p { color: rgb(171,124,17); }
H1.HeaderClassName
{
color: #AB7C11;
}
.AnyTagClassName
{
color: #AB7C11;
}
</style>
background-color css
<style>
a { background-color: #AB7C11; }
a { background-color: rgb(171,124,17); }
div.DivClassName
{
background-color: #AB7C11;
}
.BgClassName
{
background-color: #AB7C11;
}
</style>
border-color css
<style>
span { border-color: #AB7C11; }
span { border-color: rgb(171,124,17); }
td.TdClassName
{
border-color: #AB7C11;
}
.TagClassName
{
border-color: #AB7C11;
}
</style>