Shades of Dark Goldenrod #A99006
Tints of Dark Goldenrod #A99006
RGB
CMYK
RGB Variations
Color information
#A99006 (or 0xA99006) is known color: Dark Goldenrod. HEX triplet: A9, 90 and 06. RGB value is (169,144,6). Sum of RGB (Red+Green+Blue) = 169+144+6=319 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.98% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 6 (2.73% from 255 or 1.88% from 319); Max value from RGB is 169 - color contains mainly: red. Hex color #A99006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99006 is #566FF9. Grayscale: #888888. Windows color (decimal): -5664762 or 430249. OLE color: 430249.
HSL color Cylindrical-coordinate representation of color #A99006: hue angle of 50.8º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A99006 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 144 | 6 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.34 |
| HSL | 50.8º | 0.93% | 0.34% | - |
| HSV(B) | 50.8º | 0.96% | 0.66% | - |
| XYZ | 26.37 | 28.39 | 4.26 | - |
| YUV | 135.74 | 54.78 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 144 | 6 | 0 | 0.15 | 0.96 | 0.34 | 50.8 | 0.93 | 0.34 |
| Hex | A9 | 90 | 6 | 0 | F | 60 | 22 | 33 | 5D | 22 |
| Octal | 251 | 220 | 6 | 0 | 17 | 140 | 42 | 63 | 135 | 42 |
| Binary | 10101001 | 10010000 | 110 | 0 | 1111 | 1100000 | 100010 | 110011 | 1011101 | 100010 |
Color Harmonies of #A99006
Complementary color
Monochromatic Colors of #A99006
Black with #A99006
Text Example
Text Example
White with #A99006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99006; }
p { color: rgb(169,144,6); }
H1.HeaderClassName
{
color: #A99006;
}
.AnyTagClassName
{
color: #A99006;
}
</style>
background-color css
<style>
a { background-color: #A99006; }
a { background-color: rgb(169,144,6); }
div.DivClassName
{
background-color: #A99006;
}
.BgClassName
{
background-color: #A99006;
}
</style>
border-color css
<style>
span { border-color: #A99006; }
span { border-color: rgb(169,144,6); }
td.TdClassName
{
border-color: #A99006;
}
.TagClassName
{
border-color: #A99006;
}
</style>