Shades of Brown #AA352A
Tints of Brown #AA352A
RGB
CMYK
RGB Variations
Color information
#AA352A (or 0xAA352A) is known color: Brown. HEX triplet: AA, 35 and 2A. RGB value is (170,53,42). Sum of RGB (Red+Green+Blue) = 170+53+42=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA352A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA352A is #55CAD5. Grayscale: #565656. Windows color (decimal): -5622486 or 2766250. OLE color: 2766250.
HSL color Cylindrical-coordinate representation of color #AA352A: hue angle of 5.16º 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 #AA352A is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 42 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.33 |
| HSL | 5.16º | 0.6% | 0.42% | - |
| HSV(B) | 5.16º | 0.75% | 0.67% | - |
| XYZ | 18.27 | 11.26 | 3.4 | - |
| YUV | 86.73 | 102.76 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 42 | 0 | 0.69 | 0.75 | 0.33 | 5.16 | 0.6 | 0.42 |
| Hex | AA | 35 | 2A | 0 | 45 | 4B | 21 | 5 | 3C | 2A |
| Octal | 252 | 65 | 52 | 0 | 105 | 113 | 41 | 5 | 74 | 52 |
| Binary | 10101010 | 110101 | 101010 | 0 | 1000101 | 1001011 | 100001 | 101 | 111100 | 101010 |
Color Harmonies of #AA352A
Complementary color
Monochromatic Colors of #AA352A
Black with #AA352A
Text Example
Text Example
White with #AA352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA352A; }
p { color: rgb(170,53,42); }
H1.HeaderClassName
{
color: #AA352A;
}
.AnyTagClassName
{
color: #AA352A;
}
</style>
background-color css
<style>
a { background-color: #AA352A; }
a { background-color: rgb(170,53,42); }
div.DivClassName
{
background-color: #AA352A;
}
.BgClassName
{
background-color: #AA352A;
}
</style>
border-color css
<style>
span { border-color: #AA352A; }
span { border-color: rgb(170,53,42); }
td.TdClassName
{
border-color: #AA352A;
}
.TagClassName
{
border-color: #AA352A;
}
</style>