Shades of Dark Goldenrod #AA9501
Tints of Dark Goldenrod #AA9501
RGB
CMYK
RGB Variations
Color information
#AA9501 (or 0xAA9501) is known color: Dark Goldenrod. HEX triplet: AA, 95 and 01. RGB value is (170,149,1). Sum of RGB (Red+Green+Blue) = 170+149+1=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9501 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9501 is #556AFE. Grayscale: #8B8B8B. Windows color (decimal): -5597951 or 103850. OLE color: 103850.
HSL color Cylindrical-coordinate representation of color #AA9501: hue angle of 52.54º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA9501 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 1 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.33 |
| HSL | 52.54º | 0.99% | 0.34% | - |
| HSV(B) | 52.54º | 0.99% | 0.67% | - |
| XYZ | 27.33 | 30.04 | 4.39 | - |
| YUV | 138.41 | 50.46 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 1 | 0 | 0.12 | 0.99 | 0.33 | 52.54 | 0.99 | 0.34 |
| Hex | AA | 95 | 1 | 0 | C | 63 | 21 | 35 | 63 | 22 |
| Octal | 252 | 225 | 1 | 0 | 14 | 143 | 41 | 65 | 143 | 42 |
| Binary | 10101010 | 10010101 | 1 | 0 | 1100 | 1100011 | 100001 | 110101 | 1100011 | 100010 |
Color Harmonies of #AA9501
Complementary color
Monochromatic Colors of #AA9501
Black with #AA9501
Text Example
Text Example
White with #AA9501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9501; }
p { color: rgb(170,149,1); }
H1.HeaderClassName
{
color: #AA9501;
}
.AnyTagClassName
{
color: #AA9501;
}
</style>
background-color css
<style>
a { background-color: #AA9501; }
a { background-color: rgb(170,149,1); }
div.DivClassName
{
background-color: #AA9501;
}
.BgClassName
{
background-color: #AA9501;
}
</style>
border-color css
<style>
span { border-color: #AA9501; }
span { border-color: rgb(170,149,1); }
td.TdClassName
{
border-color: #AA9501;
}
.TagClassName
{
border-color: #AA9501;
}
</style>