Shades of Brown #A03422
Tints of Brown #A03422
RGB
CMYK
RGB Variations
Color information
#A03422 (or 0xA03422) is known color: Brown. HEX triplet: A0, 34 and 22. RGB value is (160,52,34). Sum of RGB (Red+Green+Blue) = 160+52+34=246 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.04% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 34 (13.67% from 255 or 13.82% from 246); Max value from RGB is 160 - color contains mainly: red. Hex color #A03422 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03422 is #5FCBDD. Grayscale: #525252. Windows color (decimal): -6278110 or 2241696. OLE color: 2241696.
HSL color Cylindrical-coordinate representation of color #A03422: hue angle of 8.57º 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 #A03422 is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 52 | 34 | - |
| CMYK | 0 | 0.68 | 0.79 | 0.37 |
| HSL | 8.57º | 0.65% | 0.38% | - |
| HSV(B) | 8.57º | 0.79% | 0.63% | - |
| XYZ | 16.01 | 10.05 | 2.61 | - |
| YUV | 82.24 | 100.78 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 52 | 34 | 0 | 0.68 | 0.79 | 0.37 | 8.57 | 0.65 | 0.38 |
| Hex | A0 | 34 | 22 | 0 | 44 | 4F | 25 | 9 | 41 | 26 |
| Octal | 240 | 64 | 42 | 0 | 104 | 117 | 45 | 11 | 101 | 46 |
| Binary | 10100000 | 110100 | 100010 | 0 | 1000100 | 1001111 | 100101 | 1001 | 1000001 | 100110 |
Color Harmonies of #A03422
Complementary color
Monochromatic Colors of #A03422
Black with #A03422
Text Example
Text Example
White with #A03422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03422; }
p { color: rgb(160,52,34); }
H1.HeaderClassName
{
color: #A03422;
}
.AnyTagClassName
{
color: #A03422;
}
</style>
background-color css
<style>
a { background-color: #A03422; }
a { background-color: rgb(160,52,34); }
div.DivClassName
{
background-color: #A03422;
}
.BgClassName
{
background-color: #A03422;
}
</style>
border-color css
<style>
span { border-color: #A03422; }
span { border-color: rgb(160,52,34); }
td.TdClassName
{
border-color: #A03422;
}
.TagClassName
{
border-color: #A03422;
}
</style>