Shades of Dark Goldenrod #AB9006
Tints of Dark Goldenrod #AB9006
RGB
CMYK
RGB Variations
Color information
#AB9006 (or 0xAB9006) is known color: Dark Goldenrod. HEX triplet: AB, 90 and 06. RGB value is (171,144,6). Sum of RGB (Red+Green+Blue) = 171+144+6=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 6 (2.73% from 255 or 1.87% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9006 is #546FF9. Grayscale: #888888. Windows color (decimal): -5533690 or 430251. OLE color: 430251.
HSL color Cylindrical-coordinate representation of color #AB9006: hue angle of 50.18º 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 #AB9006 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 144 | 6 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.33 |
| HSL | 50.18º | 0.93% | 0.35% | - |
| HSV(B) | 50.18º | 0.96% | 0.67% | - |
| XYZ | 26.8 | 28.62 | 4.28 | - |
| YUV | 136.34 | 54.45 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 144 | 6 | 0 | 0.16 | 0.96 | 0.33 | 50.18 | 0.93 | 0.35 |
| Hex | AB | 90 | 6 | 0 | 10 | 60 | 21 | 32 | 5D | 23 |
| Octal | 253 | 220 | 6 | 0 | 20 | 140 | 41 | 62 | 135 | 43 |
| Binary | 10101011 | 10010000 | 110 | 0 | 10000 | 1100000 | 100001 | 110010 | 1011101 | 100011 |
Color Harmonies of #AB9006
Complementary color
Monochromatic Colors of #AB9006
Black with #AB9006
Text Example
Text Example
White with #AB9006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9006; }
p { color: rgb(171,144,6); }
H1.HeaderClassName
{
color: #AB9006;
}
.AnyTagClassName
{
color: #AB9006;
}
</style>
background-color css
<style>
a { background-color: #AB9006; }
a { background-color: rgb(171,144,6); }
div.DivClassName
{
background-color: #AB9006;
}
.BgClassName
{
background-color: #AB9006;
}
</style>
border-color css
<style>
span { border-color: #AB9006; }
span { border-color: rgb(171,144,6); }
td.TdClassName
{
border-color: #AB9006;
}
.TagClassName
{
border-color: #AB9006;
}
</style>