Shades of Brown #AA2A21
Tints of Brown #AA2A21
RGB
CMYK
RGB Variations
Color information
#AA2A21 (or 0xAA2A21) is known color: Brown. HEX triplet: AA, 2A and 21. RGB value is (170,42,33). Sum of RGB (Red+Green+Blue) = 170+42+33=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2A21 is #55D5DE. Grayscale: #4F4F4F. Windows color (decimal): -5625311 or 2173610. OLE color: 2173610.
HSL color Cylindrical-coordinate representation of color #AA2A21: hue angle of 3.94º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2A21 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 42 | 33 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.33 |
| HSL | 3.94º | 0.67% | 0.4% | - |
| HSV(B) | 3.94º | 0.81% | 0.67% | - |
| XYZ | 17.68 | 10.31 | 2.5 | - |
| YUV | 79.25 | 101.91 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 42 | 33 | 0 | 0.75 | 0.81 | 0.33 | 3.94 | 0.67 | 0.4 |
| Hex | AA | 2A | 21 | 0 | 4B | 51 | 21 | 4 | 43 | 28 |
| Octal | 252 | 52 | 41 | 0 | 113 | 121 | 41 | 4 | 103 | 50 |
| Binary | 10101010 | 101010 | 100001 | 0 | 1001011 | 1010001 | 100001 | 100 | 1000011 | 101000 |
Color Harmonies of #AA2A21
Complementary color
Monochromatic Colors of #AA2A21
Black with #AA2A21
Text Example
Text Example
White with #AA2A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2A21; }
p { color: rgb(170,42,33); }
H1.HeaderClassName
{
color: #AA2A21;
}
.AnyTagClassName
{
color: #AA2A21;
}
</style>
background-color css
<style>
a { background-color: #AA2A21; }
a { background-color: rgb(170,42,33); }
div.DivClassName
{
background-color: #AA2A21;
}
.BgClassName
{
background-color: #AA2A21;
}
</style>
border-color css
<style>
span { border-color: #AA2A21; }
span { border-color: rgb(170,42,33); }
td.TdClassName
{
border-color: #AA2A21;
}
.TagClassName
{
border-color: #AA2A21;
}
</style>