Shades of Dark Goldenrod #AB8311
Tints of Dark Goldenrod #AB8311
RGB
CMYK
RGB Variations
Color information
#AB8311 (or 0xAB8311) is known color: Dark Goldenrod. HEX triplet: AB, 83 and 11. RGB value is (171,131,17). Sum of RGB (Red+Green+Blue) = 171+131+17=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 17 (7.03% from 255 or 5.33% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8311 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8311 is #547CEE. Grayscale: #828282. Windows color (decimal): -5537007 or 1147819. OLE color: 1147819.
HSL color Cylindrical-coordinate representation of color #AB8311: hue angle of 44.42º 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 #AB8311 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 131 | 17 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.33 |
| HSL | 44.42º | 0.82% | 0.37% | - |
| HSV(B) | 44.42º | 0.9% | 0.67% | - |
| XYZ | 25.01 | 24.93 | 4.02 | - |
| YUV | 129.96 | 64.25 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 17 | 0 | 0.23 | 0.90 | 0.33 | 44.42 | 0.82 | 0.37 |
| Hex | AB | 83 | 11 | 0 | 17 | 5A | 21 | 2C | 52 | 25 |
| Octal | 253 | 203 | 21 | 0 | 27 | 132 | 41 | 54 | 122 | 45 |
| Binary | 10101011 | 10000011 | 10001 | 0 | 10111 | 1011010 | 100001 | 101100 | 1010010 | 100101 |
Color Harmonies of #AB8311
Complementary color
Monochromatic Colors of #AB8311
Black with #AB8311
Text Example
Text Example
White with #AB8311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8311; }
p { color: rgb(171,131,17); }
H1.HeaderClassName
{
color: #AB8311;
}
.AnyTagClassName
{
color: #AB8311;
}
</style>
background-color css
<style>
a { background-color: #AB8311; }
a { background-color: rgb(171,131,17); }
div.DivClassName
{
background-color: #AB8311;
}
.BgClassName
{
background-color: #AB8311;
}
</style>
border-color css
<style>
span { border-color: #AB8311; }
span { border-color: rgb(171,131,17); }
td.TdClassName
{
border-color: #AB8311;
}
.TagClassName
{
border-color: #AB8311;
}
</style>