Shades of Brown #AA352C
Tints of Brown #AA352C
RGB
CMYK
RGB Variations
Color information
#AA352C (or 0xAA352C) is known color: Brown. HEX triplet: AA, 35 and 2C. RGB value is (170,53,44). Sum of RGB (Red+Green+Blue) = 170+53+44=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA352C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA352C is #55CAD3. Grayscale: #575757. Windows color (decimal): -5622484 or 2897322. OLE color: 2897322.
HSL color Cylindrical-coordinate representation of color #AA352C: hue angle of 4.29º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA352C is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 44 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.33 |
| HSL | 4.29º | 0.59% | 0.42% | - |
| HSV(B) | 4.29º | 0.74% | 0.67% | - |
| XYZ | 18.31 | 11.27 | 3.59 | - |
| YUV | 86.96 | 103.76 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 44 | 0 | 0.69 | 0.74 | 0.33 | 4.29 | 0.59 | 0.42 |
| Hex | AA | 35 | 2C | 0 | 45 | 4A | 21 | 4 | 3B | 2A |
| Octal | 252 | 65 | 54 | 0 | 105 | 112 | 41 | 4 | 73 | 52 |
| Binary | 10101010 | 110101 | 101100 | 0 | 1000101 | 1001010 | 100001 | 100 | 111011 | 101010 |
Color Harmonies of #AA352C
Complementary color
Monochromatic Colors of #AA352C
Black with #AA352C
Text Example
Text Example
White with #AA352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA352C; }
p { color: rgb(170,53,44); }
H1.HeaderClassName
{
color: #AA352C;
}
.AnyTagClassName
{
color: #AA352C;
}
</style>
background-color css
<style>
a { background-color: #AA352C; }
a { background-color: rgb(170,53,44); }
div.DivClassName
{
background-color: #AA352C;
}
.BgClassName
{
background-color: #AA352C;
}
</style>
border-color css
<style>
span { border-color: #AA352C; }
span { border-color: rgb(170,53,44); }
td.TdClassName
{
border-color: #AA352C;
}
.TagClassName
{
border-color: #AA352C;
}
</style>