Shades of Dark Goldenrod #AA8505
Tints of Dark Goldenrod #AA8505
RGB
CMYK
RGB Variations
Color information
#AA8505 (or 0xAA8505) is known color: Dark Goldenrod. HEX triplet: AA, 85 and 05. RGB value is (170,133,5). Sum of RGB (Red+Green+Blue) = 170+133+5=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 5 (2.34% from 255 or 1.62% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8505 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8505 is #557AFA. Grayscale: #828282. Windows color (decimal): -5602043 or 361898. OLE color: 361898.
HSL color Cylindrical-coordinate representation of color #AA8505: hue angle of 46.55º 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 #AA8505 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 133 | 5 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.33 |
| HSL | 46.55º | 0.94% | 0.34% | - |
| HSV(B) | 46.55º | 0.97% | 0.67% | - |
| XYZ | 24.99 | 25.33 | 3.72 | - |
| YUV | 129.47 | 57.76 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 5 | 0 | 0.22 | 0.97 | 0.33 | 46.55 | 0.94 | 0.34 |
| Hex | AA | 85 | 5 | 0 | 16 | 61 | 21 | 2F | 5E | 22 |
| Octal | 252 | 205 | 5 | 0 | 26 | 141 | 41 | 57 | 136 | 42 |
| Binary | 10101010 | 10000101 | 101 | 0 | 10110 | 1100001 | 100001 | 101111 | 1011110 | 100010 |
Color Harmonies of #AA8505
Complementary color
Monochromatic Colors of #AA8505
Black with #AA8505
Text Example
Text Example
White with #AA8505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8505; }
p { color: rgb(170,133,5); }
H1.HeaderClassName
{
color: #AA8505;
}
.AnyTagClassName
{
color: #AA8505;
}
</style>
background-color css
<style>
a { background-color: #AA8505; }
a { background-color: rgb(170,133,5); }
div.DivClassName
{
background-color: #AA8505;
}
.BgClassName
{
background-color: #AA8505;
}
</style>
border-color css
<style>
span { border-color: #AA8505; }
span { border-color: rgb(170,133,5); }
td.TdClassName
{
border-color: #AA8505;
}
.TagClassName
{
border-color: #AA8505;
}
</style>