Shades of Brown #AA3129
Tints of Brown #AA3129
RGB
CMYK
RGB Variations
Color information
#AA3129 (or 0xAA3129) is known color: Brown. HEX triplet: AA, 31 and 29. RGB value is (170,49,41). Sum of RGB (Red+Green+Blue) = 170+49+41=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 41 (16.41% from 255 or 15.77% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3129 is #55CED6. Grayscale: #545454. Windows color (decimal): -5623511 or 2699690. OLE color: 2699690.
HSL color Cylindrical-coordinate representation of color #AA3129: hue angle of 3.72º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA3129 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 49 | 41 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.33 |
| HSL | 3.72º | 0.61% | 0.41% | - |
| HSV(B) | 3.72º | 0.76% | 0.67% | - |
| XYZ | 18.08 | 10.9 | 3.25 | - |
| YUV | 84.27 | 103.59 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 41 | 0 | 0.71 | 0.76 | 0.33 | 3.72 | 0.61 | 0.41 |
| Hex | AA | 31 | 29 | 0 | 47 | 4C | 21 | 4 | 3D | 29 |
| Octal | 252 | 61 | 51 | 0 | 107 | 114 | 41 | 4 | 75 | 51 |
| Binary | 10101010 | 110001 | 101001 | 0 | 1000111 | 1001100 | 100001 | 100 | 111101 | 101001 |
Color Harmonies of #AA3129
Complementary color
Monochromatic Colors of #AA3129
Black with #AA3129
Text Example
Text Example
White with #AA3129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3129; }
p { color: rgb(170,49,41); }
H1.HeaderClassName
{
color: #AA3129;
}
.AnyTagClassName
{
color: #AA3129;
}
</style>
background-color css
<style>
a { background-color: #AA3129; }
a { background-color: rgb(170,49,41); }
div.DivClassName
{
background-color: #AA3129;
}
.BgClassName
{
background-color: #AA3129;
}
</style>
border-color css
<style>
span { border-color: #AA3129; }
span { border-color: rgb(170,49,41); }
td.TdClassName
{
border-color: #AA3129;
}
.TagClassName
{
border-color: #AA3129;
}
</style>