Shades of Golden Brown #AA5A05
Tints of Golden Brown #AA5A05
RGB
CMYK
RGB Variations
Color information
#AA5A05 (or 0xAA5A05) is known color: Golden Brown. HEX triplet: AA, 5A and 05. RGB value is (170,90,5). Sum of RGB (Red+Green+Blue) = 170+90+5=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5A05 is #55A5FA. Grayscale: #686868. Windows color (decimal): -5613051 or 350890. OLE color: 350890.
HSL color Cylindrical-coordinate representation of color #AA5A05: hue angle of 30.91º 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 #AA5A05 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 90 | 5 | - |
| CMYK | 0 | 0.47 | 0.97 | 0.33 |
| HSL | 30.91º | 0.94% | 0.34% | - |
| HSV(B) | 30.91º | 0.97% | 0.67% | - |
| XYZ | 20.26 | 15.87 | 2.14 | - |
| YUV | 104.23 | 72 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 5 | 0 | 0.47 | 0.97 | 0.33 | 30.91 | 0.94 | 0.34 |
| Hex | AA | 5A | 5 | 0 | 2F | 61 | 21 | 1F | 5E | 22 |
| Octal | 252 | 132 | 5 | 0 | 57 | 141 | 41 | 37 | 136 | 42 |
| Binary | 10101010 | 1011010 | 101 | 0 | 101111 | 1100001 | 100001 | 11111 | 1011110 | 100010 |
Color Harmonies of #AA5A05
Complementary color
Monochromatic Colors of #AA5A05
Black with #AA5A05
Text Example
Text Example
White with #AA5A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5A05; }
p { color: rgb(170,90,5); }
H1.HeaderClassName
{
color: #AA5A05;
}
.AnyTagClassName
{
color: #AA5A05;
}
</style>
background-color css
<style>
a { background-color: #AA5A05; }
a { background-color: rgb(170,90,5); }
div.DivClassName
{
background-color: #AA5A05;
}
.BgClassName
{
background-color: #AA5A05;
}
</style>
border-color css
<style>
span { border-color: #AA5A05; }
span { border-color: rgb(170,90,5); }
td.TdClassName
{
border-color: #AA5A05;
}
.TagClassName
{
border-color: #AA5A05;
}
</style>