Shades of Brown #AA342C
Tints of Brown #AA342C
RGB
CMYK
RGB Variations
Color information
#AA342C (or 0xAA342C) is known color: Brown. HEX triplet: AA, 34 and 2C. RGB value is (170,52,44). Sum of RGB (Red+Green+Blue) = 170+52+44=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA342C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA342C is #55CBD3. Grayscale: #565656. Windows color (decimal): -5622740 or 2897066. OLE color: 2897066.
HSL color Cylindrical-coordinate representation of color #AA342C: hue angle of 3.81º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA342C is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 52 | 44 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.33 |
| HSL | 3.81º | 0.59% | 0.42% | - |
| HSV(B) | 3.81º | 0.74% | 0.67% | - |
| XYZ | 18.26 | 11.18 | 3.58 | - |
| YUV | 86.37 | 104.09 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 44 | 0 | 0.69 | 0.74 | 0.33 | 3.81 | 0.59 | 0.42 |
| Hex | AA | 34 | 2C | 0 | 45 | 4A | 21 | 4 | 3B | 2A |
| Octal | 252 | 64 | 54 | 0 | 105 | 112 | 41 | 4 | 73 | 52 |
| Binary | 10101010 | 110100 | 101100 | 0 | 1000101 | 1001010 | 100001 | 100 | 111011 | 101010 |
Color Harmonies of #AA342C
Complementary color
Monochromatic Colors of #AA342C
Black with #AA342C
Text Example
Text Example
White with #AA342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA342C; }
p { color: rgb(170,52,44); }
H1.HeaderClassName
{
color: #AA342C;
}
.AnyTagClassName
{
color: #AA342C;
}
</style>
background-color css
<style>
a { background-color: #AA342C; }
a { background-color: rgb(170,52,44); }
div.DivClassName
{
background-color: #AA342C;
}
.BgClassName
{
background-color: #AA342C;
}
</style>
border-color css
<style>
span { border-color: #AA342C; }
span { border-color: rgb(170,52,44); }
td.TdClassName
{
border-color: #AA342C;
}
.TagClassName
{
border-color: #AA342C;
}
</style>