Shades of Golden Brown #AA5E19
Tints of Golden Brown #AA5E19
RGB
CMYK
RGB Variations
Color information
#AA5E19 (or 0xAA5E19) is known color: Golden Brown. HEX triplet: AA, 5E and 19. RGB value is (170,94,25). Sum of RGB (Red+Green+Blue) = 170+94+25=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5E19 is #55A1E6. Grayscale: #6D6D6D. Windows color (decimal): -5612007 or 1662634. OLE color: 1662634.
HSL color Cylindrical-coordinate representation of color #AA5E19: hue angle of 28.55º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA5E19 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 94 | 25 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.33 |
| HSL | 28.55º | 0.74% | 0.38% | - |
| HSV(B) | 28.55º | 0.85% | 0.67% | - |
| XYZ | 20.76 | 16.62 | 3.03 | - |
| YUV | 108.86 | 80.68 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 25 | 0 | 0.45 | 0.85 | 0.33 | 28.55 | 0.74 | 0.38 |
| Hex | AA | 5E | 19 | 0 | 2D | 55 | 21 | 1D | 4A | 26 |
| Octal | 252 | 136 | 31 | 0 | 55 | 125 | 41 | 35 | 112 | 46 |
| Binary | 10101010 | 1011110 | 11001 | 0 | 101101 | 1010101 | 100001 | 11101 | 1001010 | 100110 |
Color Harmonies of #AA5E19
Complementary color
Monochromatic Colors of #AA5E19
Black with #AA5E19
Text Example
Text Example
White with #AA5E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5E19; }
p { color: rgb(170,94,25); }
H1.HeaderClassName
{
color: #AA5E19;
}
.AnyTagClassName
{
color: #AA5E19;
}
</style>
background-color css
<style>
a { background-color: #AA5E19; }
a { background-color: rgb(170,94,25); }
div.DivClassName
{
background-color: #AA5E19;
}
.BgClassName
{
background-color: #AA5E19;
}
</style>
border-color css
<style>
span { border-color: #AA5E19; }
span { border-color: rgb(170,94,25); }
td.TdClassName
{
border-color: #AA5E19;
}
.TagClassName
{
border-color: #AA5E19;
}
</style>