Shades of Brown #A03120
Tints of Brown #A03120
RGB
CMYK
RGB Variations
Color information
#A03120 (or 0xA03120) is known color: Brown. HEX triplet: A0, 31 and 20. RGB value is (160,49,32). Sum of RGB (Red+Green+Blue) = 160+49+32=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A03120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03120 is #5FCEDF. Grayscale: #505050. Windows color (decimal): -6278880 or 2109856. OLE color: 2109856.
HSL color Cylindrical-coordinate representation of color #A03120: hue angle of 7.97º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A03120 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 49 | 32 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.37 |
| HSL | 7.97º | 0.67% | 0.38% | - |
| HSV(B) | 7.97º | 0.8% | 0.63% | - |
| XYZ | 15.86 | 9.77 | 2.42 | - |
| YUV | 80.25 | 100.77 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 49 | 32 | 0 | 0.69 | 0.80 | 0.37 | 7.97 | 0.67 | 0.38 |
| Hex | A0 | 31 | 20 | 0 | 45 | 50 | 25 | 8 | 43 | 26 |
| Octal | 240 | 61 | 40 | 0 | 105 | 120 | 45 | 10 | 103 | 46 |
| Binary | 10100000 | 110001 | 100000 | 0 | 1000101 | 1010000 | 100101 | 1000 | 1000011 | 100110 |
Color Harmonies of #A03120
Complementary color
Monochromatic Colors of #A03120
Black with #A03120
Text Example
Text Example
White with #A03120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03120; }
p { color: rgb(160,49,32); }
H1.HeaderClassName
{
color: #A03120;
}
.AnyTagClassName
{
color: #A03120;
}
</style>
background-color css
<style>
a { background-color: #A03120; }
a { background-color: rgb(160,49,32); }
div.DivClassName
{
background-color: #A03120;
}
.BgClassName
{
background-color: #A03120;
}
</style>
border-color css
<style>
span { border-color: #A03120; }
span { border-color: rgb(160,49,32); }
td.TdClassName
{
border-color: #A03120;
}
.TagClassName
{
border-color: #A03120;
}
</style>