Shades of Brown #AA312A
Tints of Brown #AA312A
RGB
CMYK
RGB Variations
Color information
#AA312A (or 0xAA312A) is known color: Brown. HEX triplet: AA, 31 and 2A. RGB value is (170,49,42). Sum of RGB (Red+Green+Blue) = 170+49+42=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA312A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA312A is #55CED5. Grayscale: #545454. Windows color (decimal): -5623510 or 2765226. OLE color: 2765226.
HSL color Cylindrical-coordinate representation of color #AA312A: hue angle of 3.28º 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 #AA312A is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 49 | 42 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.33 |
| HSL | 3.28º | 0.6% | 0.42% | - |
| HSV(B) | 3.28º | 0.75% | 0.67% | - |
| XYZ | 18.09 | 10.91 | 3.34 | - |
| YUV | 84.38 | 104.09 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 42 | 0 | 0.71 | 0.75 | 0.33 | 3.28 | 0.6 | 0.42 |
| Hex | AA | 31 | 2A | 0 | 47 | 4B | 21 | 3 | 3C | 2A |
| Octal | 252 | 61 | 52 | 0 | 107 | 113 | 41 | 3 | 74 | 52 |
| Binary | 10101010 | 110001 | 101010 | 0 | 1000111 | 1001011 | 100001 | 11 | 111100 | 101010 |
Color Harmonies of #AA312A
Complementary color
Monochromatic Colors of #AA312A
Black with #AA312A
Text Example
Text Example
White with #AA312A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA312A; }
p { color: rgb(170,49,42); }
H1.HeaderClassName
{
color: #AA312A;
}
.AnyTagClassName
{
color: #AA312A;
}
</style>
background-color css
<style>
a { background-color: #AA312A; }
a { background-color: rgb(170,49,42); }
div.DivClassName
{
background-color: #AA312A;
}
.BgClassName
{
background-color: #AA312A;
}
</style>
border-color css
<style>
span { border-color: #AA312A; }
span { border-color: rgb(170,49,42); }
td.TdClassName
{
border-color: #AA312A;
}
.TagClassName
{
border-color: #AA312A;
}
</style>