Shades of Golden Brown #AA5A0A
Tints of Golden Brown #AA5A0A
RGB
CMYK
RGB Variations
Color information
#AA5A0A (or 0xAA5A0A) is known color: Golden Brown. HEX triplet: AA, 5A and 0A. RGB value is (170,90,10). Sum of RGB (Red+Green+Blue) = 170+90+10=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5A0A is #55A5F5. Grayscale: #696969. Windows color (decimal): -5613046 or 678570. OLE color: 678570.
HSL color Cylindrical-coordinate representation of color #AA5A0A: hue angle of 30º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA5A0A is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 90 | 10 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.33 |
| HSL | 30º | 0.89% | 0.35% | - |
| HSV(B) | 30º | 0.94% | 0.67% | - |
| XYZ | 20.29 | 15.88 | 2.28 | - |
| YUV | 104.8 | 74.5 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 10 | 0 | 0.47 | 0.94 | 0.33 | 30 | 0.89 | 0.35 |
| Hex | AA | 5A | A | 0 | 2F | 5E | 21 | 1E | 59 | 23 |
| Octal | 252 | 132 | 12 | 0 | 57 | 136 | 41 | 36 | 131 | 43 |
| Binary | 10101010 | 1011010 | 1010 | 0 | 101111 | 1011110 | 100001 | 11110 | 1011001 | 100011 |
Color Harmonies of #AA5A0A
Complementary color
Monochromatic Colors of #AA5A0A
Black with #AA5A0A
Text Example
Text Example
White with #AA5A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5A0A; }
p { color: rgb(170,90,10); }
H1.HeaderClassName
{
color: #AA5A0A;
}
.AnyTagClassName
{
color: #AA5A0A;
}
</style>
background-color css
<style>
a { background-color: #AA5A0A; }
a { background-color: rgb(170,90,10); }
div.DivClassName
{
background-color: #AA5A0A;
}
.BgClassName
{
background-color: #AA5A0A;
}
</style>
border-color css
<style>
span { border-color: #AA5A0A; }
span { border-color: rgb(170,90,10); }
td.TdClassName
{
border-color: #AA5A0A;
}
.TagClassName
{
border-color: #AA5A0A;
}
</style>