Shades of Brown #AA332D
Tints of Brown #AA332D
RGB
CMYK
RGB Variations
Color information
#AA332D (or 0xAA332D) is known color: Brown. HEX triplet: AA, 33 and 2D. RGB value is (170,51,45). Sum of RGB (Red+Green+Blue) = 170+51+45=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA332D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA332D is #55CCD2. Grayscale: #565656. Windows color (decimal): -5622995 or 2962346. OLE color: 2962346.
HSL color Cylindrical-coordinate representation of color #AA332D: hue angle of 2.88º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA332D is Cyan = 0, Magento = 0.7, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 51 | 45 | - |
| CMYK | 0 | 0.7 | 0.74 | 0.33 |
| HSL | 2.88º | 0.58% | 0.42% | - |
| HSV(B) | 2.88º | 0.74% | 0.67% | - |
| XYZ | 18.24 | 11.1 | 3.66 | - |
| YUV | 85.9 | 104.92 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 51 | 45 | 0 | 0.7 | 0.74 | 0.33 | 2.88 | 0.58 | 0.42 |
| Hex | AA | 33 | 2D | 0 | 46 | 4A | 21 | 3 | 3A | 2A |
| Octal | 252 | 63 | 55 | 0 | 106 | 112 | 41 | 3 | 72 | 52 |
| Binary | 10101010 | 110011 | 101101 | 0 | 1000110 | 1001010 | 100001 | 11 | 111010 | 101010 |
Color Harmonies of #AA332D
Complementary color
Monochromatic Colors of #AA332D
Black with #AA332D
Text Example
Text Example
White with #AA332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA332D; }
p { color: rgb(170,51,45); }
H1.HeaderClassName
{
color: #AA332D;
}
.AnyTagClassName
{
color: #AA332D;
}
</style>
background-color css
<style>
a { background-color: #AA332D; }
a { background-color: rgb(170,51,45); }
div.DivClassName
{
background-color: #AA332D;
}
.BgClassName
{
background-color: #AA332D;
}
</style>
border-color css
<style>
span { border-color: #AA332D; }
span { border-color: rgb(170,51,45); }
td.TdClassName
{
border-color: #AA332D;
}
.TagClassName
{
border-color: #AA332D;
}
</style>