Shades of Brown #AA322B
Tints of Brown #AA322B
RGB
CMYK
RGB Variations
Color information
#AA322B (or 0xAA322B) is known color: Brown. HEX triplet: AA, 32 and 2B. RGB value is (170,50,43). Sum of RGB (Red+Green+Blue) = 170+50+43=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA322B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA322B is #55CDD4. Grayscale: #555555. Windows color (decimal): -5623253 or 2831018. OLE color: 2831018.
HSL color Cylindrical-coordinate representation of color #AA322B: hue angle of 3.31º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA322B is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 50 | 43 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.33 |
| HSL | 3.31º | 0.6% | 0.42% | - |
| HSV(B) | 3.31º | 0.75% | 0.67% | - |
| XYZ | 18.15 | 11 | 3.45 | - |
| YUV | 85.08 | 104.26 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 43 | 0 | 0.71 | 0.75 | 0.33 | 3.31 | 0.6 | 0.42 |
| Hex | AA | 32 | 2B | 0 | 47 | 4B | 21 | 3 | 3C | 2A |
| Octal | 252 | 62 | 53 | 0 | 107 | 113 | 41 | 3 | 74 | 52 |
| Binary | 10101010 | 110010 | 101011 | 0 | 1000111 | 1001011 | 100001 | 11 | 111100 | 101010 |
Color Harmonies of #AA322B
Complementary color
Monochromatic Colors of #AA322B
Black with #AA322B
Text Example
Text Example
White with #AA322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA322B; }
p { color: rgb(170,50,43); }
H1.HeaderClassName
{
color: #AA322B;
}
.AnyTagClassName
{
color: #AA322B;
}
</style>
background-color css
<style>
a { background-color: #AA322B; }
a { background-color: rgb(170,50,43); }
div.DivClassName
{
background-color: #AA322B;
}
.BgClassName
{
background-color: #AA322B;
}
</style>
border-color css
<style>
span { border-color: #AA322B; }
span { border-color: rgb(170,50,43); }
td.TdClassName
{
border-color: #AA322B;
}
.TagClassName
{
border-color: #AA322B;
}
</style>