Shades of Brown #AA362A
Tints of Brown #AA362A
RGB
CMYK
RGB Variations
Color information
#AA362A (or 0xAA362A) is known color: Brown. HEX triplet: AA, 36 and 2A. RGB value is (170,54,42). Sum of RGB (Red+Green+Blue) = 170+54+42=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA362A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA362A is #55C9D5. Grayscale: #575757. Windows color (decimal): -5622230 or 2766506. OLE color: 2766506.
HSL color Cylindrical-coordinate representation of color #AA362A: hue angle of 5.62º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA362A is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 42 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.33 |
| HSL | 5.63º | 0.6% | 0.42% | - |
| HSV(B) | 5.63º | 0.75% | 0.67% | - |
| XYZ | 18.31 | 11.35 | 3.42 | - |
| YUV | 87.32 | 102.43 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 42 | 0 | 0.68 | 0.75 | 0.33 | 5.63 | 0.6 | 0.42 |
| Hex | AA | 36 | 2A | 0 | 44 | 4B | 21 | 6 | 3C | 2A |
| Octal | 252 | 66 | 52 | 0 | 104 | 113 | 41 | 6 | 74 | 52 |
| Binary | 10101010 | 110110 | 101010 | 0 | 1000100 | 1001011 | 100001 | 110 | 111100 | 101010 |
Color Harmonies of #AA362A
Complementary color
Monochromatic Colors of #AA362A
Black with #AA362A
Text Example
Text Example
White with #AA362A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA362A; }
p { color: rgb(170,54,42); }
H1.HeaderClassName
{
color: #AA362A;
}
.AnyTagClassName
{
color: #AA362A;
}
</style>
background-color css
<style>
a { background-color: #AA362A; }
a { background-color: rgb(170,54,42); }
div.DivClassName
{
background-color: #AA362A;
}
.BgClassName
{
background-color: #AA362A;
}
</style>
border-color css
<style>
span { border-color: #AA362A; }
span { border-color: rgb(170,54,42); }
td.TdClassName
{
border-color: #AA362A;
}
.TagClassName
{
border-color: #AA362A;
}
</style>