Shades of Brown #AA3429
Tints of Brown #AA3429
RGB
CMYK
RGB Variations
Color information
#AA3429 (or 0xAA3429) is known color: Brown. HEX triplet: AA, 34 and 29. RGB value is (170,52,41). Sum of RGB (Red+Green+Blue) = 170+52+41=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3429 is #55CBD6. Grayscale: #565656. Windows color (decimal): -5622743 or 2700458. OLE color: 2700458.
HSL color Cylindrical-coordinate representation of color #AA3429: hue angle of 5.12º 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 #AA3429 is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 52 | 41 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.33 |
| HSL | 5.12º | 0.61% | 0.41% | - |
| HSV(B) | 5.12º | 0.76% | 0.67% | - |
| XYZ | 18.21 | 11.16 | 3.29 | - |
| YUV | 86.03 | 102.59 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 41 | 0 | 0.69 | 0.76 | 0.33 | 5.12 | 0.61 | 0.41 |
| Hex | AA | 34 | 29 | 0 | 45 | 4C | 21 | 5 | 3D | 29 |
| Octal | 252 | 64 | 51 | 0 | 105 | 114 | 41 | 5 | 75 | 51 |
| Binary | 10101010 | 110100 | 101001 | 0 | 1000101 | 1001100 | 100001 | 101 | 111101 | 101001 |
Color Harmonies of #AA3429
Complementary color
Monochromatic Colors of #AA3429
Black with #AA3429
Text Example
Text Example
White with #AA3429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3429; }
p { color: rgb(170,52,41); }
H1.HeaderClassName
{
color: #AA3429;
}
.AnyTagClassName
{
color: #AA3429;
}
</style>
background-color css
<style>
a { background-color: #AA3429; }
a { background-color: rgb(170,52,41); }
div.DivClassName
{
background-color: #AA3429;
}
.BgClassName
{
background-color: #AA3429;
}
</style>
border-color css
<style>
span { border-color: #AA3429; }
span { border-color: rgb(170,52,41); }
td.TdClassName
{
border-color: #AA3429;
}
.TagClassName
{
border-color: #AA3429;
}
</style>