Shades of Brown #AA322F
Tints of Brown #AA322F
RGB
CMYK
RGB Variations
Color information
#AA322F (or 0xAA322F) is known color: Brown. HEX triplet: AA, 32 and 2F. RGB value is (170,50,47). Sum of RGB (Red+Green+Blue) = 170+50+47=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA322F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA322F is #55CDD0. Grayscale: #555555. Windows color (decimal): -5623249 or 3093162. OLE color: 3093162.
HSL color Cylindrical-coordinate representation of color #AA322F: hue angle of 1.46º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA322F is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 50 | 47 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.33 |
| HSL | 1.46º | 0.57% | 0.43% | - |
| HSV(B) | 1.46º | 0.72% | 0.67% | - |
| XYZ | 18.23 | 11.03 | 3.86 | - |
| YUV | 85.54 | 106.26 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 47 | 0 | 0.71 | 0.72 | 0.33 | 1.46 | 0.57 | 0.43 |
| Hex | AA | 32 | 2F | 0 | 47 | 48 | 21 | 1 | 39 | 2B |
| Octal | 252 | 62 | 57 | 0 | 107 | 110 | 41 | 1 | 71 | 53 |
| Binary | 10101010 | 110010 | 101111 | 0 | 1000111 | 1001000 | 100001 | 1 | 111001 | 101011 |
Color Harmonies of #AA322F
Complementary color
Monochromatic Colors of #AA322F
Black with #AA322F
Text Example
Text Example
White with #AA322F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA322F; }
p { color: rgb(170,50,47); }
H1.HeaderClassName
{
color: #AA322F;
}
.AnyTagClassName
{
color: #AA322F;
}
</style>
background-color css
<style>
a { background-color: #AA322F; }
a { background-color: rgb(170,50,47); }
div.DivClassName
{
background-color: #AA322F;
}
.BgClassName
{
background-color: #AA322F;
}
</style>
border-color css
<style>
span { border-color: #AA322F; }
span { border-color: rgb(170,50,47); }
td.TdClassName
{
border-color: #AA322F;
}
.TagClassName
{
border-color: #AA322F;
}
</style>