Shades of Brown #AA3231
Tints of Brown #AA3231
RGB
CMYK
RGB Variations
Color information
#AA3231 (or 0xAA3231) is known color: Brown. HEX triplet: AA, 32 and 31. RGB value is (170,50,49). Sum of RGB (Red+Green+Blue) = 170+50+49=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 49 (19.53% from 255 or 18.22% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3231 is #55CDCE. Grayscale: #555555. Windows color (decimal): -5623247 or 3224234. OLE color: 3224234.
HSL color Cylindrical-coordinate representation of color #AA3231: hue angle of 0.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA3231 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 50 | 49 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.33 |
| HSL | 0.5º | 0.55% | 0.43% | - |
| HSV(B) | 0.5º | 0.71% | 0.67% | - |
| XYZ | 18.27 | 11.05 | 4.08 | - |
| YUV | 85.77 | 107.26 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 49 | 0 | 0.71 | 0.71 | 0.33 | 0.5 | 0.55 | 0.43 |
| Hex | AA | 32 | 31 | 0 | 47 | 47 | 21 | 0 | 37 | 2B |
| Octal | 252 | 62 | 61 | 0 | 107 | 107 | 41 | 0 | 67 | 53 |
| Binary | 10101010 | 110010 | 110001 | 0 | 1000111 | 1000111 | 100001 | 0 | 110111 | 101011 |
Color Harmonies of #AA3231
Complementary color
Monochromatic Colors of #AA3231
Black with #AA3231
Text Example
Text Example
White with #AA3231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3231; }
p { color: rgb(170,50,49); }
H1.HeaderClassName
{
color: #AA3231;
}
.AnyTagClassName
{
color: #AA3231;
}
</style>
background-color css
<style>
a { background-color: #AA3231; }
a { background-color: rgb(170,50,49); }
div.DivClassName
{
background-color: #AA3231;
}
.BgClassName
{
background-color: #AA3231;
}
</style>
border-color css
<style>
span { border-color: #AA3231; }
span { border-color: rgb(170,50,49); }
td.TdClassName
{
border-color: #AA3231;
}
.TagClassName
{
border-color: #AA3231;
}
</style>