Shades of Dark Goldenrod #AA9301
Tints of Dark Goldenrod #AA9301
RGB
CMYK
RGB Variations
Color information
#AA9301 (or 0xAA9301) is known color: Dark Goldenrod. HEX triplet: AA, 93 and 01. RGB value is (170,147,1). Sum of RGB (Red+Green+Blue) = 170+147+1=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 147 (57.81% from 255 or 46.23% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9301 is #556CFE. Grayscale: #898989. Windows color (decimal): -5598463 or 103338. OLE color: 103338.
HSL color Cylindrical-coordinate representation of color #AA9301: hue angle of 51.83º 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 #AA9301 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 1 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.33 |
| HSL | 51.83º | 0.99% | 0.34% | - |
| HSV(B) | 51.83º | 0.99% | 0.67% | - |
| XYZ | 27.02 | 29.42 | 4.28 | - |
| YUV | 137.23 | 51.12 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 1 | 0 | 0.14 | 0.99 | 0.33 | 51.83 | 0.99 | 0.34 |
| Hex | AA | 93 | 1 | 0 | E | 63 | 21 | 34 | 63 | 22 |
| Octal | 252 | 223 | 1 | 0 | 16 | 143 | 41 | 64 | 143 | 42 |
| Binary | 10101010 | 10010011 | 1 | 0 | 1110 | 1100011 | 100001 | 110100 | 1100011 | 100010 |
Color Harmonies of #AA9301
Complementary color
Monochromatic Colors of #AA9301
Black with #AA9301
Text Example
Text Example
White with #AA9301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9301; }
p { color: rgb(170,147,1); }
H1.HeaderClassName
{
color: #AA9301;
}
.AnyTagClassName
{
color: #AA9301;
}
</style>
background-color css
<style>
a { background-color: #AA9301; }
a { background-color: rgb(170,147,1); }
div.DivClassName
{
background-color: #AA9301;
}
.BgClassName
{
background-color: #AA9301;
}
</style>
border-color css
<style>
span { border-color: #AA9301; }
span { border-color: rgb(170,147,1); }
td.TdClassName
{
border-color: #AA9301;
}
.TagClassName
{
border-color: #AA9301;
}
</style>