Shades of Brown #AA3529
Tints of Brown #AA3529
RGB
CMYK
RGB Variations
Color information
#AA3529 (or 0xAA3529) is known color: Brown. HEX triplet: AA, 35 and 29. RGB value is (170,53,41). Sum of RGB (Red+Green+Blue) = 170+53+41=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3529 is #55CAD6. Grayscale: #565656. Windows color (decimal): -5622487 or 2700714. OLE color: 2700714.
HSL color Cylindrical-coordinate representation of color #AA3529: hue angle of 5.58º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA3529 is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 41 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.33 |
| HSL | 5.58º | 0.61% | 0.41% | - |
| HSV(B) | 5.58º | 0.76% | 0.67% | - |
| XYZ | 18.25 | 11.25 | 3.31 | - |
| YUV | 86.62 | 102.26 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 41 | 0 | 0.69 | 0.76 | 0.33 | 5.58 | 0.61 | 0.41 |
| Hex | AA | 35 | 29 | 0 | 45 | 4C | 21 | 6 | 3D | 29 |
| Octal | 252 | 65 | 51 | 0 | 105 | 114 | 41 | 6 | 75 | 51 |
| Binary | 10101010 | 110101 | 101001 | 0 | 1000101 | 1001100 | 100001 | 110 | 111101 | 101001 |
Color Harmonies of #AA3529
Complementary color
Monochromatic Colors of #AA3529
Black with #AA3529
Text Example
Text Example
White with #AA3529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3529; }
p { color: rgb(170,53,41); }
H1.HeaderClassName
{
color: #AA3529;
}
.AnyTagClassName
{
color: #AA3529;
}
</style>
background-color css
<style>
a { background-color: #AA3529; }
a { background-color: rgb(170,53,41); }
div.DivClassName
{
background-color: #AA3529;
}
.BgClassName
{
background-color: #AA3529;
}
</style>
border-color css
<style>
span { border-color: #AA3529; }
span { border-color: rgb(170,53,41); }
td.TdClassName
{
border-color: #AA3529;
}
.TagClassName
{
border-color: #AA3529;
}
</style>