Shades of Brown #AA312C
Tints of Brown #AA312C
RGB
CMYK
RGB Variations
Color information
#AA312C (or 0xAA312C) is known color: Brown. HEX triplet: AA, 31 and 2C. RGB value is (170,49,44). Sum of RGB (Red+Green+Blue) = 170+49+44=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA312C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA312C is #55CED3. Grayscale: #545454. Windows color (decimal): -5623508 or 2896298. OLE color: 2896298.
HSL color Cylindrical-coordinate representation of color #AA312C: hue angle of 2.38º 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 #AA312C is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 49 | 44 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.33 |
| HSL | 2.38º | 0.59% | 0.42% | - |
| HSV(B) | 2.38º | 0.74% | 0.67% | - |
| XYZ | 18.13 | 10.92 | 3.54 | - |
| YUV | 84.61 | 105.09 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 44 | 0 | 0.71 | 0.74 | 0.33 | 2.38 | 0.59 | 0.42 |
| Hex | AA | 31 | 2C | 0 | 47 | 4A | 21 | 2 | 3B | 2A |
| Octal | 252 | 61 | 54 | 0 | 107 | 112 | 41 | 2 | 73 | 52 |
| Binary | 10101010 | 110001 | 101100 | 0 | 1000111 | 1001010 | 100001 | 10 | 111011 | 101010 |
Color Harmonies of #AA312C
Complementary color
Monochromatic Colors of #AA312C
Black with #AA312C
Text Example
Text Example
White with #AA312C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA312C; }
p { color: rgb(170,49,44); }
H1.HeaderClassName
{
color: #AA312C;
}
.AnyTagClassName
{
color: #AA312C;
}
</style>
background-color css
<style>
a { background-color: #AA312C; }
a { background-color: rgb(170,49,44); }
div.DivClassName
{
background-color: #AA312C;
}
.BgClassName
{
background-color: #AA312C;
}
</style>
border-color css
<style>
span { border-color: #AA312C; }
span { border-color: rgb(170,49,44); }
td.TdClassName
{
border-color: #AA312C;
}
.TagClassName
{
border-color: #AA312C;
}
</style>