Shades of Brown #A33222
Tints of Brown #A33222
RGB
CMYK
RGB Variations
Color information
#A33222 (or 0xA33222) is known color: Brown. HEX triplet: A3, 32 and 22. RGB value is (163,50,34). Sum of RGB (Red+Green+Blue) = 163+50+34=247 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.99% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 34 (13.67% from 255 or 13.77% from 247); Max value from RGB is 163 - color contains mainly: red. Hex color #A33222 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33222 is #5CCDDD. Grayscale: #525252. Windows color (decimal): -6082014 or 2241187. OLE color: 2241187.
HSL color Cylindrical-coordinate representation of color #A33222: hue angle of 7.44º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A33222 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 50 | 34 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.36 |
| HSL | 7.44º | 0.65% | 0.39% | - |
| HSV(B) | 7.44º | 0.79% | 0.64% | - |
| XYZ | 16.53 | 10.18 | 2.61 | - |
| YUV | 81.96 | 100.94 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 50 | 34 | 0 | 0.69 | 0.79 | 0.36 | 7.44 | 0.65 | 0.39 |
| Hex | A3 | 32 | 22 | 0 | 45 | 4F | 24 | 7 | 41 | 27 |
| Octal | 243 | 62 | 42 | 0 | 105 | 117 | 44 | 7 | 101 | 47 |
| Binary | 10100011 | 110010 | 100010 | 0 | 1000101 | 1001111 | 100100 | 111 | 1000001 | 100111 |
Color Harmonies of #A33222
Complementary color
Monochromatic Colors of #A33222
Black with #A33222
Text Example
Text Example
White with #A33222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33222; }
p { color: rgb(163,50,34); }
H1.HeaderClassName
{
color: #A33222;
}
.AnyTagClassName
{
color: #A33222;
}
</style>
background-color css
<style>
a { background-color: #A33222; }
a { background-color: rgb(163,50,34); }
div.DivClassName
{
background-color: #A33222;
}
.BgClassName
{
background-color: #A33222;
}
</style>
border-color css
<style>
span { border-color: #A33222; }
span { border-color: rgb(163,50,34); }
td.TdClassName
{
border-color: #A33222;
}
.TagClassName
{
border-color: #A33222;
}
</style>