Shades of Brown #AA3323
Tints of Brown #AA3323
RGB
CMYK
RGB Variations
Color information
#AA3323 (or 0xAA3323) is known color: Brown. HEX triplet: AA, 33 and 23. RGB value is (170,51,35). Sum of RGB (Red+Green+Blue) = 170+51+35=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3323 is #55CCDC. Grayscale: #545454. Windows color (decimal): -5623005 or 2306986. OLE color: 2306986.
HSL color Cylindrical-coordinate representation of color #AA3323: hue angle of 7.11º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA3323 is Cyan = 0, Magento = 0.7, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 51 | 35 | - |
| CMYK | 0 | 0.7 | 0.79 | 0.33 |
| HSL | 7.11º | 0.66% | 0.4% | - |
| HSV(B) | 7.11º | 0.79% | 0.67% | - |
| XYZ | 18.06 | 11.04 | 2.77 | - |
| YUV | 84.76 | 99.92 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 51 | 35 | 0 | 0.7 | 0.79 | 0.33 | 7.11 | 0.66 | 0.4 |
| Hex | AA | 33 | 23 | 0 | 46 | 4F | 21 | 7 | 42 | 28 |
| Octal | 252 | 63 | 43 | 0 | 106 | 117 | 41 | 7 | 102 | 50 |
| Binary | 10101010 | 110011 | 100011 | 0 | 1000110 | 1001111 | 100001 | 111 | 1000010 | 101000 |
Color Harmonies of #AA3323
Complementary color
Monochromatic Colors of #AA3323
Black with #AA3323
Text Example
Text Example
White with #AA3323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3323; }
p { color: rgb(170,51,35); }
H1.HeaderClassName
{
color: #AA3323;
}
.AnyTagClassName
{
color: #AA3323;
}
</style>
background-color css
<style>
a { background-color: #AA3323; }
a { background-color: rgb(170,51,35); }
div.DivClassName
{
background-color: #AA3323;
}
.BgClassName
{
background-color: #AA3323;
}
</style>
border-color css
<style>
span { border-color: #AA3323; }
span { border-color: rgb(170,51,35); }
td.TdClassName
{
border-color: #AA3323;
}
.TagClassName
{
border-color: #AA3323;
}
</style>