Shades of Dark Goldenrod #AA9401
Tints of Dark Goldenrod #AA9401
RGB
CMYK
RGB Variations
Color information
#AA9401 (or 0xAA9401) is known color: Dark Goldenrod. HEX triplet: AA, 94 and 01. RGB value is (170,148,1). Sum of RGB (Red+Green+Blue) = 170+148+1=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9401 is #556BFE. Grayscale: #8A8A8A. Windows color (decimal): -5598207 or 103594. OLE color: 103594.
HSL color Cylindrical-coordinate representation of color #AA9401: hue angle of 52.19º 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 #AA9401 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 1 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.33 |
| HSL | 52.19º | 0.99% | 0.34% | - |
| HSV(B) | 52.19º | 0.99% | 0.67% | - |
| XYZ | 27.17 | 29.73 | 4.33 | - |
| YUV | 137.82 | 50.79 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 1 | 0 | 0.13 | 0.99 | 0.33 | 52.19 | 0.99 | 0.34 |
| Hex | AA | 94 | 1 | 0 | D | 63 | 21 | 34 | 63 | 22 |
| Octal | 252 | 224 | 1 | 0 | 15 | 143 | 41 | 64 | 143 | 42 |
| Binary | 10101010 | 10010100 | 1 | 0 | 1101 | 1100011 | 100001 | 110100 | 1100011 | 100010 |
Color Harmonies of #AA9401
Complementary color
Monochromatic Colors of #AA9401
Black with #AA9401
Text Example
Text Example
White with #AA9401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9401; }
p { color: rgb(170,148,1); }
H1.HeaderClassName
{
color: #AA9401;
}
.AnyTagClassName
{
color: #AA9401;
}
</style>
background-color css
<style>
a { background-color: #AA9401; }
a { background-color: rgb(170,148,1); }
div.DivClassName
{
background-color: #AA9401;
}
.BgClassName
{
background-color: #AA9401;
}
</style>
border-color css
<style>
span { border-color: #AA9401; }
span { border-color: rgb(170,148,1); }
td.TdClassName
{
border-color: #AA9401;
}
.TagClassName
{
border-color: #AA9401;
}
</style>