Shades of Brown #AA342A
Tints of Brown #AA342A
RGB
CMYK
RGB Variations
Color information
#AA342A (or 0xAA342A) is known color: Brown. HEX triplet: AA, 34 and 2A. RGB value is (170,52,42). Sum of RGB (Red+Green+Blue) = 170+52+42=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA342A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA342A is #55CBD5. Grayscale: #565656. Windows color (decimal): -5622742 or 2765994. OLE color: 2765994.
HSL color Cylindrical-coordinate representation of color #AA342A: hue angle of 4.69º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA342A is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 52 | 42 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.33 |
| HSL | 4.69º | 0.6% | 0.42% | - |
| HSV(B) | 4.69º | 0.75% | 0.67% | - |
| XYZ | 18.22 | 11.17 | 3.39 | - |
| YUV | 86.14 | 103.09 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 42 | 0 | 0.69 | 0.75 | 0.33 | 4.69 | 0.6 | 0.42 |
| Hex | AA | 34 | 2A | 0 | 45 | 4B | 21 | 5 | 3C | 2A |
| Octal | 252 | 64 | 52 | 0 | 105 | 113 | 41 | 5 | 74 | 52 |
| Binary | 10101010 | 110100 | 101010 | 0 | 1000101 | 1001011 | 100001 | 101 | 111100 | 101010 |
Color Harmonies of #AA342A
Complementary color
Monochromatic Colors of #AA342A
Black with #AA342A
Text Example
Text Example
White with #AA342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA342A; }
p { color: rgb(170,52,42); }
H1.HeaderClassName
{
color: #AA342A;
}
.AnyTagClassName
{
color: #AA342A;
}
</style>
background-color css
<style>
a { background-color: #AA342A; }
a { background-color: rgb(170,52,42); }
div.DivClassName
{
background-color: #AA342A;
}
.BgClassName
{
background-color: #AA342A;
}
</style>
border-color css
<style>
span { border-color: #AA342A; }
span { border-color: rgb(170,52,42); }
td.TdClassName
{
border-color: #AA342A;
}
.TagClassName
{
border-color: #AA342A;
}
</style>