Shades of Golden Brown #AA5E06
Tints of Golden Brown #AA5E06
RGB
CMYK
RGB Variations
Color information
#AA5E06 (or 0xAA5E06) is known color: Golden Brown. HEX triplet: AA, 5E and 06. RGB value is (170,94,6). Sum of RGB (Red+Green+Blue) = 170+94+6=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5E06 is #55A1F9. Grayscale: #6B6B6B. Windows color (decimal): -5612026 or 417450. OLE color: 417450.
HSL color Cylindrical-coordinate representation of color #AA5E06: hue angle of 32.2º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA5E06 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 94 | 6 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.33 |
| HSL | 32.2º | 0.93% | 0.35% | - |
| HSV(B) | 32.2º | 0.96% | 0.67% | - |
| XYZ | 20.61 | 16.56 | 2.28 | - |
| YUV | 106.69 | 71.18 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 6 | 0 | 0.45 | 0.96 | 0.33 | 32.2 | 0.93 | 0.35 |
| Hex | AA | 5E | 6 | 0 | 2D | 60 | 21 | 20 | 5D | 23 |
| Octal | 252 | 136 | 6 | 0 | 55 | 140 | 41 | 40 | 135 | 43 |
| Binary | 10101010 | 1011110 | 110 | 0 | 101101 | 1100000 | 100001 | 100000 | 1011101 | 100011 |
Color Harmonies of #AA5E06
Complementary color
Monochromatic Colors of #AA5E06
Black with #AA5E06
Text Example
Text Example
White with #AA5E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5E06; }
p { color: rgb(170,94,6); }
H1.HeaderClassName
{
color: #AA5E06;
}
.AnyTagClassName
{
color: #AA5E06;
}
</style>
background-color css
<style>
a { background-color: #AA5E06; }
a { background-color: rgb(170,94,6); }
div.DivClassName
{
background-color: #AA5E06;
}
.BgClassName
{
background-color: #AA5E06;
}
</style>
border-color css
<style>
span { border-color: #AA5E06; }
span { border-color: rgb(170,94,6); }
td.TdClassName
{
border-color: #AA5E06;
}
.TagClassName
{
border-color: #AA5E06;
}
</style>