Shades of Brown #AA3131
Tints of Brown #AA3131
RGB
CMYK
RGB Variations
Color information
#AA3131 (or 0xAA3131) is known color: Brown. HEX triplet: AA, 31 and 31. RGB value is (170,49,49). Sum of RGB (Red+Green+Blue) = 170+49+49=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3131 is #55CECE. Grayscale: #555555. Windows color (decimal): -5623503 or 3223978. OLE color: 3223978.
HSL color Cylindrical-coordinate representation of color #AA3131: hue angle of 0º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA3131 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 49 | 49 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.33 |
| HSL | 0º | 0.55% | 0.43% | - |
| HSV(B) | 0º | 0.71% | 0.67% | - |
| XYZ | 18.23 | 10.96 | 4.06 | - |
| YUV | 85.18 | 107.59 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 49 | 0 | 0.71 | 0.71 | 0.33 | 0 | 0.55 | 0.43 |
| Hex | AA | 31 | 31 | 0 | 47 | 47 | 21 | 0 | 37 | 2B |
| Octal | 252 | 61 | 61 | 0 | 107 | 107 | 41 | 0 | 67 | 53 |
| Binary | 10101010 | 110001 | 110001 | 0 | 1000111 | 1000111 | 100001 | 0 | 110111 | 101011 |
Color Harmonies of #AA3131
Complementary color
Monochromatic Colors of #AA3131
Black with #AA3131
Text Example
Text Example
White with #AA3131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3131; }
p { color: rgb(170,49,49); }
H1.HeaderClassName
{
color: #AA3131;
}
.AnyTagClassName
{
color: #AA3131;
}
</style>
background-color css
<style>
a { background-color: #AA3131; }
a { background-color: rgb(170,49,49); }
div.DivClassName
{
background-color: #AA3131;
}
.BgClassName
{
background-color: #AA3131;
}
</style>
border-color css
<style>
span { border-color: #AA3131; }
span { border-color: rgb(170,49,49); }
td.TdClassName
{
border-color: #AA3131;
}
.TagClassName
{
border-color: #AA3131;
}
</style>