Shades of Brown #A03022
Tints of Brown #A03022
RGB
CMYK
RGB Variations
Color information
#A03022 (or 0xA03022) is known color: Brown. HEX triplet: A0, 30 and 22. RGB value is (160,48,34). Sum of RGB (Red+Green+Blue) = 160+48+34=242 (32% of max value = 765). Red value is 160 (62.89% from 255 or 66.12% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 34 (13.67% from 255 or 14.05% from 242); Max value from RGB is 160 - color contains mainly: red. Hex color #A03022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03022 is #5FCFDD. Grayscale: #505050. Windows color (decimal): -6279134 or 2240672. OLE color: 2240672.
HSL color Cylindrical-coordinate representation of color #A03022: hue angle of 6.67º 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 #A03022 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 48 | 34 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.37 |
| HSL | 6.67º | 0.65% | 0.38% | - |
| HSV(B) | 6.67º | 0.79% | 0.63% | - |
| XYZ | 15.84 | 9.7 | 2.55 | - |
| YUV | 79.89 | 102.11 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 34 | 0 | 0.70 | 0.79 | 0.37 | 6.67 | 0.65 | 0.38 |
| Hex | A0 | 30 | 22 | 0 | 46 | 4F | 25 | 7 | 41 | 26 |
| Octal | 240 | 60 | 42 | 0 | 106 | 117 | 45 | 7 | 101 | 46 |
| Binary | 10100000 | 110000 | 100010 | 0 | 1000110 | 1001111 | 100101 | 111 | 1000001 | 100110 |
Color Harmonies of #A03022
Complementary color
Monochromatic Colors of #A03022
Black with #A03022
Text Example
Text Example
White with #A03022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03022; }
p { color: rgb(160,48,34); }
H1.HeaderClassName
{
color: #A03022;
}
.AnyTagClassName
{
color: #A03022;
}
</style>
background-color css
<style>
a { background-color: #A03022; }
a { background-color: rgb(160,48,34); }
div.DivClassName
{
background-color: #A03022;
}
.BgClassName
{
background-color: #A03022;
}
</style>
border-color css
<style>
span { border-color: #A03022; }
span { border-color: rgb(160,48,34); }
td.TdClassName
{
border-color: #A03022;
}
.TagClassName
{
border-color: #A03022;
}
</style>