Shades of Brown #AA342E
Tints of Brown #AA342E
RGB
CMYK
RGB Variations
Color information
#AA342E (or 0xAA342E) is known color: Brown. HEX triplet: AA, 34 and 2E. RGB value is (170,52,46). Sum of RGB (Red+Green+Blue) = 170+52+46=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA342E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA342E is #55CBD1. Grayscale: #565656. Windows color (decimal): -5622738 or 3028138. OLE color: 3028138.
HSL color Cylindrical-coordinate representation of color #AA342E: hue angle of 2.9º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA342E is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 52 | 46 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.33 |
| HSL | 2.9º | 0.57% | 0.42% | - |
| HSV(B) | 2.9º | 0.73% | 0.67% | - |
| XYZ | 18.3 | 11.2 | 3.78 | - |
| YUV | 86.6 | 105.09 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 46 | 0 | 0.69 | 0.73 | 0.33 | 2.9 | 0.57 | 0.42 |
| Hex | AA | 34 | 2E | 0 | 45 | 49 | 21 | 3 | 39 | 2A |
| Octal | 252 | 64 | 56 | 0 | 105 | 111 | 41 | 3 | 71 | 52 |
| Binary | 10101010 | 110100 | 101110 | 0 | 1000101 | 1001001 | 100001 | 11 | 111001 | 101010 |
Color Harmonies of #AA342E
Complementary color
Monochromatic Colors of #AA342E
Black with #AA342E
Text Example
Text Example
White with #AA342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA342E; }
p { color: rgb(170,52,46); }
H1.HeaderClassName
{
color: #AA342E;
}
.AnyTagClassName
{
color: #AA342E;
}
</style>
background-color css
<style>
a { background-color: #AA342E; }
a { background-color: rgb(170,52,46); }
div.DivClassName
{
background-color: #AA342E;
}
.BgClassName
{
background-color: #AA342E;
}
</style>
border-color css
<style>
span { border-color: #AA342E; }
span { border-color: rgb(170,52,46); }
td.TdClassName
{
border-color: #AA342E;
}
.TagClassName
{
border-color: #AA342E;
}
</style>