Shades of Dark Goldenrod #AB8816
Tints of Dark Goldenrod #AB8816
RGB
CMYK
RGB Variations
Color information
#AB8816 (or 0xAB8816) is known color: Dark Goldenrod. HEX triplet: AB, 88 and 16. RGB value is (171,136,22). Sum of RGB (Red+Green+Blue) = 171+136+22=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 136 (53.52% from 255 or 41.34% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8816 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8816 is #5477E9. Grayscale: #858585. Windows color (decimal): -5535722 or 1476779. OLE color: 1476779.
HSL color Cylindrical-coordinate representation of color #AB8816: hue angle of 45.91º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB8816 is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 136 | 22 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.33 |
| HSL | 45.91º | 0.77% | 0.38% | - |
| HSV(B) | 45.91º | 0.87% | 0.67% | - |
| XYZ | 25.74 | 26.32 | 4.48 | - |
| YUV | 133.47 | 65.1 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 136 | 22 | 0 | 0.20 | 0.87 | 0.33 | 45.91 | 0.77 | 0.38 |
| Hex | AB | 88 | 16 | 0 | 14 | 57 | 21 | 2E | 4D | 26 |
| Octal | 253 | 210 | 26 | 0 | 24 | 127 | 41 | 56 | 115 | 46 |
| Binary | 10101011 | 10001000 | 10110 | 0 | 10100 | 1010111 | 100001 | 101110 | 1001101 | 100110 |
Color Harmonies of #AB8816
Complementary color
Monochromatic Colors of #AB8816
Black with #AB8816
Text Example
Text Example
White with #AB8816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8816; }
p { color: rgb(171,136,22); }
H1.HeaderClassName
{
color: #AB8816;
}
.AnyTagClassName
{
color: #AB8816;
}
</style>
background-color css
<style>
a { background-color: #AB8816; }
a { background-color: rgb(171,136,22); }
div.DivClassName
{
background-color: #AB8816;
}
.BgClassName
{
background-color: #AB8816;
}
</style>
border-color css
<style>
span { border-color: #AB8816; }
span { border-color: rgb(171,136,22); }
td.TdClassName
{
border-color: #AB8816;
}
.TagClassName
{
border-color: #AB8816;
}
</style>