Shades of Brown #A03223
Tints of Brown #A03223
RGB
CMYK
RGB Variations
Color information
#A03223 (or 0xA03223) is known color: Brown. HEX triplet: A0, 32 and 23. RGB value is (160,50,35). Sum of RGB (Red+Green+Blue) = 160+50+35=245 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.31% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 160 - color contains mainly: red. Hex color #A03223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03223 is #5FCDDC. Grayscale: #515151. Windows color (decimal): -6278621 or 2306720. OLE color: 2306720.
HSL color Cylindrical-coordinate representation of color #A03223: hue angle of 7.2º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A03223 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 50 | 35 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.37 |
| HSL | 7.2º | 0.64% | 0.38% | - |
| HSV(B) | 7.2º | 0.78% | 0.63% | - |
| XYZ | 15.94 | 9.88 | 2.66 | - |
| YUV | 81.18 | 101.94 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 35 | 0 | 0.69 | 0.78 | 0.37 | 7.2 | 0.64 | 0.38 |
| Hex | A0 | 32 | 23 | 0 | 45 | 4E | 25 | 7 | 40 | 26 |
| Octal | 240 | 62 | 43 | 0 | 105 | 116 | 45 | 7 | 100 | 46 |
| Binary | 10100000 | 110010 | 100011 | 0 | 1000101 | 1001110 | 100101 | 111 | 1000000 | 100110 |
Color Harmonies of #A03223
Complementary color
Monochromatic Colors of #A03223
Black with #A03223
Text Example
Text Example
White with #A03223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03223; }
p { color: rgb(160,50,35); }
H1.HeaderClassName
{
color: #A03223;
}
.AnyTagClassName
{
color: #A03223;
}
</style>
background-color css
<style>
a { background-color: #A03223; }
a { background-color: rgb(160,50,35); }
div.DivClassName
{
background-color: #A03223;
}
.BgClassName
{
background-color: #A03223;
}
</style>
border-color css
<style>
span { border-color: #A03223; }
span { border-color: rgb(160,50,35); }
td.TdClassName
{
border-color: #A03223;
}
.TagClassName
{
border-color: #A03223;
}
</style>