Shades of Brown #AA311A
Tints of Brown #AA311A
RGB
CMYK
RGB Variations
Color information
#AA311A (or 0xAA311A) is known color: Brown. HEX triplet: AA, 31 and 1A. RGB value is (170,49,26). Sum of RGB (Red+Green+Blue) = 170+49+26=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA311A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA311A is #55CEE5. Grayscale: #525252. Windows color (decimal): -5623526 or 1716650. OLE color: 1716650.
HSL color Cylindrical-coordinate representation of color #AA311A: hue angle of 9.58º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA311A is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 49 | 26 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.33 |
| HSL | 9.58º | 0.73% | 0.38% | - |
| HSV(B) | 9.58º | 0.85% | 0.67% | - |
| XYZ | 17.86 | 10.82 | 2.12 | - |
| YUV | 82.56 | 96.09 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 26 | 0 | 0.71 | 0.85 | 0.33 | 9.58 | 0.73 | 0.38 |
| Hex | AA | 31 | 1A | 0 | 47 | 55 | 21 | A | 49 | 26 |
| Octal | 252 | 61 | 32 | 0 | 107 | 125 | 41 | 12 | 111 | 46 |
| Binary | 10101010 | 110001 | 11010 | 0 | 1000111 | 1010101 | 100001 | 1010 | 1001001 | 100110 |
Color Harmonies of #AA311A
Complementary color
Monochromatic Colors of #AA311A
Black with #AA311A
Text Example
Text Example
White with #AA311A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA311A; }
p { color: rgb(170,49,26); }
H1.HeaderClassName
{
color: #AA311A;
}
.AnyTagClassName
{
color: #AA311A;
}
</style>
background-color css
<style>
a { background-color: #AA311A; }
a { background-color: rgb(170,49,26); }
div.DivClassName
{
background-color: #AA311A;
}
.BgClassName
{
background-color: #AA311A;
}
</style>
border-color css
<style>
span { border-color: #AA311A; }
span { border-color: rgb(170,49,26); }
td.TdClassName
{
border-color: #AA311A;
}
.TagClassName
{
border-color: #AA311A;
}
</style>