Shades of Brown #A03322
Tints of Brown #A03322
RGB
CMYK
RGB Variations
Color information
#A03322 (or 0xA03322) is known color: Brown. HEX triplet: A0, 33 and 22. RGB value is (160,51,34). Sum of RGB (Red+Green+Blue) = 160+51+34=245 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.31% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 160 - color contains mainly: red. Hex color #A03322 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03322 is #5FCCDD. Grayscale: #515151. Windows color (decimal): -6278366 or 2241440. OLE color: 2241440.
HSL color Cylindrical-coordinate representation of color #A03322: hue angle of 8.1º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A03322 is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 51 | 34 | - |
| CMYK | 0 | 0.68 | 0.79 | 0.37 |
| HSL | 8.1º | 0.65% | 0.38% | - |
| HSV(B) | 8.1º | 0.79% | 0.63% | - |
| XYZ | 15.97 | 9.96 | 2.59 | - |
| YUV | 81.65 | 101.11 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 34 | 0 | 0.68 | 0.79 | 0.37 | 8.1 | 0.65 | 0.38 |
| Hex | A0 | 33 | 22 | 0 | 44 | 4F | 25 | 8 | 41 | 26 |
| Octal | 240 | 63 | 42 | 0 | 104 | 117 | 45 | 10 | 101 | 46 |
| Binary | 10100000 | 110011 | 100010 | 0 | 1000100 | 1001111 | 100101 | 1000 | 1000001 | 100110 |
Color Harmonies of #A03322
Complementary color
Monochromatic Colors of #A03322
Black with #A03322
Text Example
Text Example
White with #A03322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03322; }
p { color: rgb(160,51,34); }
H1.HeaderClassName
{
color: #A03322;
}
.AnyTagClassName
{
color: #A03322;
}
</style>
background-color css
<style>
a { background-color: #A03322; }
a { background-color: rgb(160,51,34); }
div.DivClassName
{
background-color: #A03322;
}
.BgClassName
{
background-color: #A03322;
}
</style>
border-color css
<style>
span { border-color: #A03322; }
span { border-color: rgb(160,51,34); }
td.TdClassName
{
border-color: #A03322;
}
.TagClassName
{
border-color: #A03322;
}
</style>