Shades of Dark Goldenrod #AB8806
Tints of Dark Goldenrod #AB8806
RGB
CMYK
RGB Variations
Color information
#AB8806 (or 0xAB8806) is known color: Dark Goldenrod. HEX triplet: AB, 88 and 06. RGB value is (171,136,6). Sum of RGB (Red+Green+Blue) = 171+136+6=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 6 (2.73% from 255 or 1.92% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8806 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8806 is #5477F9. Grayscale: #848484. Windows color (decimal): -5535738 or 428203. OLE color: 428203.
HSL color Cylindrical-coordinate representation of color #AB8806: hue angle of 47.27º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB8806 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 136 | 6 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.33 |
| HSL | 47.27º | 0.93% | 0.35% | - |
| HSV(B) | 47.27º | 0.96% | 0.67% | - |
| XYZ | 25.63 | 26.28 | 3.89 | - |
| YUV | 131.65 | 57.1 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 136 | 6 | 0 | 0.20 | 0.96 | 0.33 | 47.27 | 0.93 | 0.35 |
| Hex | AB | 88 | 6 | 0 | 14 | 60 | 21 | 2F | 5D | 23 |
| Octal | 253 | 210 | 6 | 0 | 24 | 140 | 41 | 57 | 135 | 43 |
| Binary | 10101011 | 10001000 | 110 | 0 | 10100 | 1100000 | 100001 | 101111 | 1011101 | 100011 |
Color Harmonies of #AB8806
Complementary color
Monochromatic Colors of #AB8806
Black with #AB8806
Text Example
Text Example
White with #AB8806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8806; }
p { color: rgb(171,136,6); }
H1.HeaderClassName
{
color: #AB8806;
}
.AnyTagClassName
{
color: #AB8806;
}
</style>
background-color css
<style>
a { background-color: #AB8806; }
a { background-color: rgb(171,136,6); }
div.DivClassName
{
background-color: #AB8806;
}
.BgClassName
{
background-color: #AB8806;
}
</style>
border-color css
<style>
span { border-color: #AB8806; }
span { border-color: rgb(171,136,6); }
td.TdClassName
{
border-color: #AB8806;
}
.TagClassName
{
border-color: #AB8806;
}
</style>