Shades of Brown #AA332B
Tints of Brown #AA332B
RGB
CMYK
RGB Variations
Color information
#AA332B (or 0xAA332B) is known color: Brown. HEX triplet: AA, 33 and 2B. RGB value is (170,51,43). Sum of RGB (Red+Green+Blue) = 170+51+43=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA332B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA332B is #55CCD4. Grayscale: #555555. Windows color (decimal): -5622997 or 2831274. OLE color: 2831274.
HSL color Cylindrical-coordinate representation of color #AA332B: hue angle of 3.78º 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 #AA332B is Cyan = 0, Magento = 0.7, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 51 | 43 | - |
| CMYK | 0 | 0.7 | 0.75 | 0.33 |
| HSL | 3.78º | 0.6% | 0.42% | - |
| HSV(B) | 3.78º | 0.75% | 0.67% | - |
| XYZ | 18.2 | 11.09 | 3.47 | - |
| YUV | 85.67 | 103.92 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 51 | 43 | 0 | 0.7 | 0.75 | 0.33 | 3.78 | 0.6 | 0.42 |
| Hex | AA | 33 | 2B | 0 | 46 | 4B | 21 | 4 | 3C | 2A |
| Octal | 252 | 63 | 53 | 0 | 106 | 113 | 41 | 4 | 74 | 52 |
| Binary | 10101010 | 110011 | 101011 | 0 | 1000110 | 1001011 | 100001 | 100 | 111100 | 101010 |
Color Harmonies of #AA332B
Complementary color
Monochromatic Colors of #AA332B
Black with #AA332B
Text Example
Text Example
White with #AA332B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA332B; }
p { color: rgb(170,51,43); }
H1.HeaderClassName
{
color: #AA332B;
}
.AnyTagClassName
{
color: #AA332B;
}
</style>
background-color css
<style>
a { background-color: #AA332B; }
a { background-color: rgb(170,51,43); }
div.DivClassName
{
background-color: #AA332B;
}
.BgClassName
{
background-color: #AA332B;
}
</style>
border-color css
<style>
span { border-color: #AA332B; }
span { border-color: rgb(170,51,43); }
td.TdClassName
{
border-color: #AA332B;
}
.TagClassName
{
border-color: #AA332B;
}
</style>