Shades of Brown #AA3225
Tints of Brown #AA3225
RGB
CMYK
RGB Variations
Color information
#AA3225 (or 0xAA3225) is known color: Brown. HEX triplet: AA, 32 and 25. RGB value is (170,50,37). Sum of RGB (Red+Green+Blue) = 170+50+37=257 (34% of max value = 765). Red value is 170 (66.80% from 255 or 66.15% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3225 is #55CDDA. Grayscale: #545454. Windows color (decimal): -5623259 or 2437802. OLE color: 2437802.
HSL color Cylindrical-coordinate representation of color #AA3225: hue angle of 5.86º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA3225 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 50 | 37 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.33 |
| HSL | 5.86º | 0.64% | 0.41% | - |
| HSV(B) | 5.86º | 0.78% | 0.67% | - |
| XYZ | 18.05 | 10.96 | 2.91 | - |
| YUV | 84.4 | 101.26 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 37 | 0 | 0.71 | 0.78 | 0.33 | 5.86 | 0.64 | 0.41 |
| Hex | AA | 32 | 25 | 0 | 47 | 4E | 21 | 6 | 40 | 29 |
| Octal | 252 | 62 | 45 | 0 | 107 | 116 | 41 | 6 | 100 | 51 |
| Binary | 10101010 | 110010 | 100101 | 0 | 1000111 | 1001110 | 100001 | 110 | 1000000 | 101001 |
Color Harmonies of #AA3225
Complementary color
Monochromatic Colors of #AA3225
Black with #AA3225
Text Example
Text Example
White with #AA3225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3225; }
p { color: rgb(170,50,37); }
H1.HeaderClassName
{
color: #AA3225;
}
.AnyTagClassName
{
color: #AA3225;
}
</style>
background-color css
<style>
a { background-color: #AA3225; }
a { background-color: rgb(170,50,37); }
div.DivClassName
{
background-color: #AA3225;
}
.BgClassName
{
background-color: #AA3225;
}
</style>
border-color css
<style>
span { border-color: #AA3225; }
span { border-color: rgb(170,50,37); }
td.TdClassName
{
border-color: #AA3225;
}
.TagClassName
{
border-color: #AA3225;
}
</style>