Shades of Brown #AA311B
Tints of Brown #AA311B
RGB
CMYK
RGB Variations
Color information
#AA311B (or 0xAA311B) is known color: Brown. HEX triplet: AA, 31 and 1B. RGB value is (170,49,27). Sum of RGB (Red+Green+Blue) = 170+49+27=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA311B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA311B is #55CEE4. Grayscale: #525252. Windows color (decimal): -5623525 or 1782186. OLE color: 1782186.
HSL color Cylindrical-coordinate representation of color #AA311B: hue angle of 9.23º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA311B is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 49 | 27 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.33 |
| HSL | 9.23º | 0.73% | 0.39% | - |
| HSV(B) | 9.23º | 0.84% | 0.67% | - |
| XYZ | 17.87 | 10.82 | 2.18 | - |
| YUV | 82.67 | 96.59 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 27 | 0 | 0.71 | 0.84 | 0.33 | 9.23 | 0.73 | 0.39 |
| Hex | AA | 31 | 1B | 0 | 47 | 54 | 21 | 9 | 49 | 27 |
| Octal | 252 | 61 | 33 | 0 | 107 | 124 | 41 | 11 | 111 | 47 |
| Binary | 10101010 | 110001 | 11011 | 0 | 1000111 | 1010100 | 100001 | 1001 | 1001001 | 100111 |
Color Harmonies of #AA311B
Complementary color
Monochromatic Colors of #AA311B
Black with #AA311B
Text Example
Text Example
White with #AA311B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA311B; }
p { color: rgb(170,49,27); }
H1.HeaderClassName
{
color: #AA311B;
}
.AnyTagClassName
{
color: #AA311B;
}
</style>
background-color css
<style>
a { background-color: #AA311B; }
a { background-color: rgb(170,49,27); }
div.DivClassName
{
background-color: #AA311B;
}
.BgClassName
{
background-color: #AA311B;
}
</style>
border-color css
<style>
span { border-color: #AA311B; }
span { border-color: rgb(170,49,27); }
td.TdClassName
{
border-color: #AA311B;
}
.TagClassName
{
border-color: #AA311B;
}
</style>