Shades of Golden Brown #AA5E03
Tints of Golden Brown #AA5E03
RGB
CMYK
RGB Variations
Color information
#AA5E03 (or 0xAA5E03) is known color: Golden Brown. HEX triplet: AA, 5E and 03. RGB value is (170,94,3). Sum of RGB (Red+Green+Blue) = 170+94+3=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5E03 is #55A1FC. Grayscale: #6A6A6A. Windows color (decimal): -5612029 or 220842. OLE color: 220842.
HSL color Cylindrical-coordinate representation of color #AA5E03: hue angle of 32.69º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA5E03 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 94 | 3 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.33 |
| HSL | 32.69º | 0.97% | 0.34% | - |
| HSV(B) | 32.69º | 0.98% | 0.67% | - |
| XYZ | 20.6 | 16.56 | 2.2 | - |
| YUV | 106.35 | 69.68 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 3 | 0 | 0.45 | 0.98 | 0.33 | 32.69 | 0.97 | 0.34 |
| Hex | AA | 5E | 3 | 0 | 2D | 62 | 21 | 21 | 61 | 22 |
| Octal | 252 | 136 | 3 | 0 | 55 | 142 | 41 | 41 | 141 | 42 |
| Binary | 10101010 | 1011110 | 11 | 0 | 101101 | 1100010 | 100001 | 100001 | 1100001 | 100010 |
Color Harmonies of #AA5E03
Complementary color
Monochromatic Colors of #AA5E03
Black with #AA5E03
Text Example
Text Example
White with #AA5E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5E03; }
p { color: rgb(170,94,3); }
H1.HeaderClassName
{
color: #AA5E03;
}
.AnyTagClassName
{
color: #AA5E03;
}
</style>
background-color css
<style>
a { background-color: #AA5E03; }
a { background-color: rgb(170,94,3); }
div.DivClassName
{
background-color: #AA5E03;
}
.BgClassName
{
background-color: #AA5E03;
}
</style>
border-color css
<style>
span { border-color: #AA5E03; }
span { border-color: rgb(170,94,3); }
td.TdClassName
{
border-color: #AA5E03;
}
.TagClassName
{
border-color: #AA5E03;
}
</style>