Shades of Brown #AA311F
Tints of Brown #AA311F
RGB
CMYK
RGB Variations
Color information
#AA311F (or 0xAA311F) is known color: Brown. HEX triplet: AA, 31 and 1F. RGB value is (170,49,31). Sum of RGB (Red+Green+Blue) = 170+49+31=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA311F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA311F is #55CEE0. Grayscale: #535353. Windows color (decimal): -5623521 or 2044330. OLE color: 2044330.
HSL color Cylindrical-coordinate representation of color #AA311F: hue angle of 7.77º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA311F is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 49 | 31 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.33 |
| HSL | 7.77º | 0.69% | 0.39% | - |
| HSV(B) | 7.77º | 0.82% | 0.67% | - |
| XYZ | 17.92 | 10.84 | 2.44 | - |
| YUV | 83.13 | 98.59 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 31 | 0 | 0.71 | 0.82 | 0.33 | 7.77 | 0.69 | 0.39 |
| Hex | AA | 31 | 1F | 0 | 47 | 52 | 21 | 8 | 45 | 27 |
| Octal | 252 | 61 | 37 | 0 | 107 | 122 | 41 | 10 | 105 | 47 |
| Binary | 10101010 | 110001 | 11111 | 0 | 1000111 | 1010010 | 100001 | 1000 | 1000101 | 100111 |
Color Harmonies of #AA311F
Complementary color
Monochromatic Colors of #AA311F
Black with #AA311F
Text Example
Text Example
White with #AA311F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA311F; }
p { color: rgb(170,49,31); }
H1.HeaderClassName
{
color: #AA311F;
}
.AnyTagClassName
{
color: #AA311F;
}
</style>
background-color css
<style>
a { background-color: #AA311F; }
a { background-color: rgb(170,49,31); }
div.DivClassName
{
background-color: #AA311F;
}
.BgClassName
{
background-color: #AA311F;
}
</style>
border-color css
<style>
span { border-color: #AA311F; }
span { border-color: rgb(170,49,31); }
td.TdClassName
{
border-color: #AA311F;
}
.TagClassName
{
border-color: #AA311F;
}
</style>