Shades of Dark Goldenrod #AA9305
Tints of Dark Goldenrod #AA9305
RGB
CMYK
RGB Variations
Color information
#AA9305 (or 0xAA9305) is known color: Dark Goldenrod. HEX triplet: AA, 93 and 05. RGB value is (170,147,5). Sum of RGB (Red+Green+Blue) = 170+147+5=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 147 (57.81% from 255 or 45.65% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9305 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9305 is #556CFA. Grayscale: #8A8A8A. Windows color (decimal): -5598459 or 365482. OLE color: 365482.
HSL color Cylindrical-coordinate representation of color #AA9305: hue angle of 51.64º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA9305 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 5 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.33 |
| HSL | 51.64º | 0.94% | 0.34% | - |
| HSV(B) | 51.64º | 0.97% | 0.67% | - |
| XYZ | 27.04 | 29.42 | 4.4 | - |
| YUV | 137.69 | 53.12 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 5 | 0 | 0.14 | 0.97 | 0.33 | 51.64 | 0.94 | 0.34 |
| Hex | AA | 93 | 5 | 0 | E | 61 | 21 | 34 | 5E | 22 |
| Octal | 252 | 223 | 5 | 0 | 16 | 141 | 41 | 64 | 136 | 42 |
| Binary | 10101010 | 10010011 | 101 | 0 | 1110 | 1100001 | 100001 | 110100 | 1011110 | 100010 |
Color Harmonies of #AA9305
Complementary color
Monochromatic Colors of #AA9305
Black with #AA9305
Text Example
Text Example
White with #AA9305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9305; }
p { color: rgb(170,147,5); }
H1.HeaderClassName
{
color: #AA9305;
}
.AnyTagClassName
{
color: #AA9305;
}
</style>
background-color css
<style>
a { background-color: #AA9305; }
a { background-color: rgb(170,147,5); }
div.DivClassName
{
background-color: #AA9305;
}
.BgClassName
{
background-color: #AA9305;
}
</style>
border-color css
<style>
span { border-color: #AA9305; }
span { border-color: rgb(170,147,5); }
td.TdClassName
{
border-color: #AA9305;
}
.TagClassName
{
border-color: #AA9305;
}
</style>