Shades of Brown #AA351D
Tints of Brown #AA351D
RGB
CMYK
RGB Variations
Color information
#AA351D (or 0xAA351D) is known color: Brown. HEX triplet: AA, 35 and 1D. RGB value is (170,53,29). Sum of RGB (Red+Green+Blue) = 170+53+29=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA351D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA351D is #55CAE2. Grayscale: #555555. Windows color (decimal): -5622499 or 1914282. OLE color: 1914282.
HSL color Cylindrical-coordinate representation of color #AA351D: hue angle of 10.21º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA351D is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 29 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.33 |
| HSL | 10.21º | 0.71% | 0.39% | - |
| HSV(B) | 10.21º | 0.83% | 0.67% | - |
| XYZ | 18.07 | 11.18 | 2.37 | - |
| YUV | 85.25 | 96.26 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 29 | 0 | 0.69 | 0.83 | 0.33 | 10.21 | 0.71 | 0.39 |
| Hex | AA | 35 | 1D | 0 | 45 | 53 | 21 | A | 47 | 27 |
| Octal | 252 | 65 | 35 | 0 | 105 | 123 | 41 | 12 | 107 | 47 |
| Binary | 10101010 | 110101 | 11101 | 0 | 1000101 | 1010011 | 100001 | 1010 | 1000111 | 100111 |
Color Harmonies of #AA351D
Complementary color
Monochromatic Colors of #AA351D
Black with #AA351D
Text Example
Text Example
White with #AA351D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA351D; }
p { color: rgb(170,53,29); }
H1.HeaderClassName
{
color: #AA351D;
}
.AnyTagClassName
{
color: #AA351D;
}
</style>
background-color css
<style>
a { background-color: #AA351D; }
a { background-color: rgb(170,53,29); }
div.DivClassName
{
background-color: #AA351D;
}
.BgClassName
{
background-color: #AA351D;
}
</style>
border-color css
<style>
span { border-color: #AA351D; }
span { border-color: rgb(170,53,29); }
td.TdClassName
{
border-color: #AA351D;
}
.TagClassName
{
border-color: #AA351D;
}
</style>