Shades of Dark Goldenrod #AB7411
Tints of Dark Goldenrod #AB7411
RGB
CMYK
RGB Variations
Color information
#AB7411 (or 0xAB7411) is known color: Dark Goldenrod. HEX triplet: AB, 74 and 11. RGB value is (171,116,17). Sum of RGB (Red+Green+Blue) = 171+116+17=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7411 is #548BEE. Grayscale: #797979. Windows color (decimal): -5540847 or 1143979. OLE color: 1143979.
HSL color Cylindrical-coordinate representation of color #AB7411: hue angle of 38.57º 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 #AB7411 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 116 | 17 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.33 |
| HSL | 38.57º | 0.82% | 0.37% | - |
| HSV(B) | 38.57º | 0.9% | 0.67% | - |
| XYZ | 23.14 | 21.19 | 3.4 | - |
| YUV | 121.16 | 69.22 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 17 | 0 | 0.32 | 0.90 | 0.33 | 38.57 | 0.82 | 0.37 |
| Hex | AB | 74 | 11 | 0 | 20 | 5A | 21 | 27 | 52 | 25 |
| Octal | 253 | 164 | 21 | 0 | 40 | 132 | 41 | 47 | 122 | 45 |
| Binary | 10101011 | 1110100 | 10001 | 0 | 100000 | 1011010 | 100001 | 100111 | 1010010 | 100101 |
Color Harmonies of #AB7411
Complementary color
Monochromatic Colors of #AB7411
Black with #AB7411
Text Example
Text Example
White with #AB7411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7411; }
p { color: rgb(171,116,17); }
H1.HeaderClassName
{
color: #AB7411;
}
.AnyTagClassName
{
color: #AB7411;
}
</style>
background-color css
<style>
a { background-color: #AB7411; }
a { background-color: rgb(171,116,17); }
div.DivClassName
{
background-color: #AB7411;
}
.BgClassName
{
background-color: #AB7411;
}
</style>
border-color css
<style>
span { border-color: #AB7411; }
span { border-color: rgb(171,116,17); }
td.TdClassName
{
border-color: #AB7411;
}
.TagClassName
{
border-color: #AB7411;
}
</style>