Shades of Dark Goldenrod #A99500
Tints of Dark Goldenrod #A99500
RGB
CMYK
RGB Variations
Color information
#A99500 (or 0xA99500) is known color: Dark Goldenrod. HEX triplet: A9, 95 and 00. RGB value is (169,149,0). Sum of RGB (Red+Green+Blue) = 169+149+0=318 (42% of max value = 765). Red value is 169 (66.41% from 255 or 53.14% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 169 - color contains mainly: red. Hex color #A99500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99500 is #566AFF. Grayscale: #8A8A8A. Windows color (decimal): -5663488 or 38313. OLE color: 38313.
HSL color Cylindrical-coordinate representation of color #A99500: hue angle of 52.9º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A99500 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 149 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.34 |
| HSL | 52.9º | 1% | 0.33% | - |
| HSV(B) | 52.9º | 1% | 0.66% | - |
| XYZ | 27.11 | 29.93 | 4.35 | - |
| YUV | 137.99 | 50.13 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 149 | 0 | 0 | 0.12 | 1 | 0.34 | 52.9 | 1 | 0.33 |
| Hex | A9 | 95 | 0 | 0 | C | 64 | 22 | 35 | 64 | 21 |
| Octal | 251 | 225 | 0 | 0 | 14 | 144 | 42 | 65 | 144 | 41 |
| Binary | 10101001 | 10010101 | 0 | 0 | 1100 | 1100100 | 100010 | 110101 | 1100100 | 100001 |
Color Harmonies of #A99500
Complementary color
Monochromatic Colors of #A99500
Black with #A99500
Text Example
Text Example
White with #A99500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99500; }
p { color: rgb(169,149,0); }
H1.HeaderClassName
{
color: #A99500;
}
.AnyTagClassName
{
color: #A99500;
}
</style>
background-color css
<style>
a { background-color: #A99500; }
a { background-color: rgb(169,149,0); }
div.DivClassName
{
background-color: #A99500;
}
.BgClassName
{
background-color: #A99500;
}
</style>
border-color css
<style>
span { border-color: #A99500; }
span { border-color: rgb(169,149,0); }
td.TdClassName
{
border-color: #A99500;
}
.TagClassName
{
border-color: #A99500;
}
</style>