Shades of Brown #AA3229
Tints of Brown #AA3229
RGB
CMYK
RGB Variations
Color information
#AA3229 (or 0xAA3229) is known color: Brown. HEX triplet: AA, 32 and 29. RGB value is (170,50,41). Sum of RGB (Red+Green+Blue) = 170+50+41=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3229 is #55CDD6. Grayscale: #555555. Windows color (decimal): -5623255 or 2699946. OLE color: 2699946.
HSL color Cylindrical-coordinate representation of color #AA3229: hue angle of 4.19º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA3229 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 50 | 41 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.33 |
| HSL | 4.19º | 0.61% | 0.41% | - |
| HSV(B) | 4.19º | 0.76% | 0.67% | - |
| XYZ | 18.12 | 10.99 | 3.26 | - |
| YUV | 84.85 | 103.26 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 41 | 0 | 0.71 | 0.76 | 0.33 | 4.19 | 0.61 | 0.41 |
| Hex | AA | 32 | 29 | 0 | 47 | 4C | 21 | 4 | 3D | 29 |
| Octal | 252 | 62 | 51 | 0 | 107 | 114 | 41 | 4 | 75 | 51 |
| Binary | 10101010 | 110010 | 101001 | 0 | 1000111 | 1001100 | 100001 | 100 | 111101 | 101001 |
Color Harmonies of #AA3229
Complementary color
Monochromatic Colors of #AA3229
Black with #AA3229
Text Example
Text Example
White with #AA3229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3229; }
p { color: rgb(170,50,41); }
H1.HeaderClassName
{
color: #AA3229;
}
.AnyTagClassName
{
color: #AA3229;
}
</style>
background-color css
<style>
a { background-color: #AA3229; }
a { background-color: rgb(170,50,41); }
div.DivClassName
{
background-color: #AA3229;
}
.BgClassName
{
background-color: #AA3229;
}
</style>
border-color css
<style>
span { border-color: #AA3229; }
span { border-color: rgb(170,50,41); }
td.TdClassName
{
border-color: #AA3229;
}
.TagClassName
{
border-color: #AA3229;
}
</style>