Shades of Brown #AA3422
Tints of Brown #AA3422
RGB
CMYK
RGB Variations
Color information
#AA3422 (or 0xAA3422) is known color: Brown. HEX triplet: AA, 34 and 22. RGB value is (170,52,34). Sum of RGB (Red+Green+Blue) = 170+52+34=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 34 (13.67% from 255 or 13.28% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3422 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3422 is #55CBDD. Grayscale: #555555. Windows color (decimal): -5622750 or 2241706. OLE color: 2241706.
HSL color Cylindrical-coordinate representation of color #AA3422: hue angle of 7.94º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA3422 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 52 | 34 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.33 |
| HSL | 7.94º | 0.67% | 0.4% | - |
| HSV(B) | 7.94º | 0.8% | 0.67% | - |
| XYZ | 18.09 | 11.12 | 2.71 | - |
| YUV | 85.23 | 99.09 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 34 | 0 | 0.69 | 0.80 | 0.33 | 7.94 | 0.67 | 0.4 |
| Hex | AA | 34 | 22 | 0 | 45 | 50 | 21 | 8 | 43 | 28 |
| Octal | 252 | 64 | 42 | 0 | 105 | 120 | 41 | 10 | 103 | 50 |
| Binary | 10101010 | 110100 | 100010 | 0 | 1000101 | 1010000 | 100001 | 1000 | 1000011 | 101000 |
Color Harmonies of #AA3422
Complementary color
Monochromatic Colors of #AA3422
Black with #AA3422
Text Example
Text Example
White with #AA3422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3422; }
p { color: rgb(170,52,34); }
H1.HeaderClassName
{
color: #AA3422;
}
.AnyTagClassName
{
color: #AA3422;
}
</style>
background-color css
<style>
a { background-color: #AA3422; }
a { background-color: rgb(170,52,34); }
div.DivClassName
{
background-color: #AA3422;
}
.BgClassName
{
background-color: #AA3422;
}
</style>
border-color css
<style>
span { border-color: #AA3422; }
span { border-color: rgb(170,52,34); }
td.TdClassName
{
border-color: #AA3422;
}
.TagClassName
{
border-color: #AA3422;
}
</style>