Shades of Brown #AA3119
Tints of Brown #AA3119
RGB
CMYK
RGB Variations
Color information
#AA3119 (or 0xAA3119) is known color: Brown. HEX triplet: AA, 31 and 19. RGB value is (170,49,25). Sum of RGB (Red+Green+Blue) = 170+49+25=244 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.67% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3119 is #55CEE6. Grayscale: #525252. Windows color (decimal): -5623527 or 1651114. OLE color: 1651114.
HSL color Cylindrical-coordinate representation of color #AA3119: hue angle of 9.93º degrees, saturation: 0.74, 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 #AA3119 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 49 | 25 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.33 |
| HSL | 9.93º | 0.74% | 0.38% | - |
| HSV(B) | 9.93º | 0.85% | 0.67% | - |
| XYZ | 17.85 | 10.81 | 2.07 | - |
| YUV | 82.44 | 95.59 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 25 | 0 | 0.71 | 0.85 | 0.33 | 9.93 | 0.74 | 0.38 |
| Hex | AA | 31 | 19 | 0 | 47 | 55 | 21 | A | 4A | 26 |
| Octal | 252 | 61 | 31 | 0 | 107 | 125 | 41 | 12 | 112 | 46 |
| Binary | 10101010 | 110001 | 11001 | 0 | 1000111 | 1010101 | 100001 | 1010 | 1001010 | 100110 |
Color Harmonies of #AA3119
Complementary color
Monochromatic Colors of #AA3119
Black with #AA3119
Text Example
Text Example
White with #AA3119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3119; }
p { color: rgb(170,49,25); }
H1.HeaderClassName
{
color: #AA3119;
}
.AnyTagClassName
{
color: #AA3119;
}
</style>
background-color css
<style>
a { background-color: #AA3119; }
a { background-color: rgb(170,49,25); }
div.DivClassName
{
background-color: #AA3119;
}
.BgClassName
{
background-color: #AA3119;
}
</style>
border-color css
<style>
span { border-color: #AA3119; }
span { border-color: rgb(170,49,25); }
td.TdClassName
{
border-color: #AA3119;
}
.TagClassName
{
border-color: #AA3119;
}
</style>