Shades of Dark Goldenrod #AB8811
Tints of Dark Goldenrod #AB8811
RGB
CMYK
RGB Variations
Color information
#AB8811 (or 0xAB8811) is known color: Dark Goldenrod. HEX triplet: AB, 88 and 11. RGB value is (171,136,17). Sum of RGB (Red+Green+Blue) = 171+136+17=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8811 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8811 is #5477EE. Grayscale: #858585. Windows color (decimal): -5535727 or 1149099. OLE color: 1149099.
HSL color Cylindrical-coordinate representation of color #AB8811: hue angle of 46.36º 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 #AB8811 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 136 | 17 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.33 |
| HSL | 46.36º | 0.82% | 0.37% | - |
| HSV(B) | 46.36º | 0.9% | 0.67% | - |
| XYZ | 25.7 | 26.31 | 4.25 | - |
| YUV | 132.9 | 62.6 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 136 | 17 | 0 | 0.20 | 0.90 | 0.33 | 46.36 | 0.82 | 0.37 |
| Hex | AB | 88 | 11 | 0 | 14 | 5A | 21 | 2E | 52 | 25 |
| Octal | 253 | 210 | 21 | 0 | 24 | 132 | 41 | 56 | 122 | 45 |
| Binary | 10101011 | 10001000 | 10001 | 0 | 10100 | 1011010 | 100001 | 101110 | 1010010 | 100101 |
Color Harmonies of #AB8811
Complementary color
Monochromatic Colors of #AB8811
Black with #AB8811
Text Example
Text Example
White with #AB8811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8811; }
p { color: rgb(171,136,17); }
H1.HeaderClassName
{
color: #AB8811;
}
.AnyTagClassName
{
color: #AB8811;
}
</style>
background-color css
<style>
a { background-color: #AB8811; }
a { background-color: rgb(171,136,17); }
div.DivClassName
{
background-color: #AB8811;
}
.BgClassName
{
background-color: #AB8811;
}
</style>
border-color css
<style>
span { border-color: #AB8811; }
span { border-color: rgb(171,136,17); }
td.TdClassName
{
border-color: #AB8811;
}
.TagClassName
{
border-color: #AB8811;
}
</style>