Shades of Dark Goldenrod #AB8805
Tints of Dark Goldenrod #AB8805
RGB
CMYK
RGB Variations
Color information
#AB8805 (or 0xAB8805) is known color: Dark Goldenrod. HEX triplet: AB, 88 and 05. RGB value is (171,136,5). Sum of RGB (Red+Green+Blue) = 171+136+5=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8805 is #5477FA. Grayscale: #848484. Windows color (decimal): -5535739 or 362667. OLE color: 362667.
HSL color Cylindrical-coordinate representation of color #AB8805: hue angle of 47.35º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB8805 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 136 | 5 | - |
| CMYK | 0 | 0.20 | 0.97 | 0.33 |
| HSL | 47.35º | 0.94% | 0.35% | - |
| HSV(B) | 47.35º | 0.97% | 0.67% | - |
| XYZ | 25.63 | 26.28 | 3.86 | - |
| YUV | 131.53 | 56.6 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 136 | 5 | 0 | 0.20 | 0.97 | 0.33 | 47.35 | 0.94 | 0.35 |
| Hex | AB | 88 | 5 | 0 | 14 | 61 | 21 | 2F | 5E | 23 |
| Octal | 253 | 210 | 5 | 0 | 24 | 141 | 41 | 57 | 136 | 43 |
| Binary | 10101011 | 10001000 | 101 | 0 | 10100 | 1100001 | 100001 | 101111 | 1011110 | 100011 |
Color Harmonies of #AB8805
Complementary color
Monochromatic Colors of #AB8805
Black with #AB8805
Text Example
Text Example
White with #AB8805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8805; }
p { color: rgb(171,136,5); }
H1.HeaderClassName
{
color: #AB8805;
}
.AnyTagClassName
{
color: #AB8805;
}
</style>
background-color css
<style>
a { background-color: #AB8805; }
a { background-color: rgb(171,136,5); }
div.DivClassName
{
background-color: #AB8805;
}
.BgClassName
{
background-color: #AB8805;
}
</style>
border-color css
<style>
span { border-color: #AB8805; }
span { border-color: rgb(171,136,5); }
td.TdClassName
{
border-color: #AB8805;
}
.TagClassName
{
border-color: #AB8805;
}
</style>