Shades of Brown #AA322A
Tints of Brown #AA322A
RGB
CMYK
RGB Variations
Color information
#AA322A (or 0xAA322A) is known color: Brown. HEX triplet: AA, 32 and 2A. RGB value is (170,50,42). Sum of RGB (Red+Green+Blue) = 170+50+42=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA322A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA322A is #55CDD5. Grayscale: #555555. Windows color (decimal): -5623254 or 2765482. OLE color: 2765482.
HSL color Cylindrical-coordinate representation of color #AA322A: hue angle of 3.75º 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 #AA322A is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 50 | 42 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.33 |
| HSL | 3.75º | 0.6% | 0.42% | - |
| HSV(B) | 3.75º | 0.75% | 0.67% | - |
| XYZ | 18.14 | 10.99 | 3.36 | - |
| YUV | 84.97 | 103.76 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 42 | 0 | 0.71 | 0.75 | 0.33 | 3.75 | 0.6 | 0.42 |
| Hex | AA | 32 | 2A | 0 | 47 | 4B | 21 | 4 | 3C | 2A |
| Octal | 252 | 62 | 52 | 0 | 107 | 113 | 41 | 4 | 74 | 52 |
| Binary | 10101010 | 110010 | 101010 | 0 | 1000111 | 1001011 | 100001 | 100 | 111100 | 101010 |
Color Harmonies of #AA322A
Complementary color
Monochromatic Colors of #AA322A
Black with #AA322A
Text Example
Text Example
White with #AA322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA322A; }
p { color: rgb(170,50,42); }
H1.HeaderClassName
{
color: #AA322A;
}
.AnyTagClassName
{
color: #AA322A;
}
</style>
background-color css
<style>
a { background-color: #AA322A; }
a { background-color: rgb(170,50,42); }
div.DivClassName
{
background-color: #AA322A;
}
.BgClassName
{
background-color: #AA322A;
}
</style>
border-color css
<style>
span { border-color: #AA322A; }
span { border-color: rgb(170,50,42); }
td.TdClassName
{
border-color: #AA322A;
}
.TagClassName
{
border-color: #AA322A;
}
</style>