Shades of Brown #A32920
Tints of Brown #A32920
RGB
CMYK
RGB Variations
Color information
#A32920 (or 0xA32920) is known color: Brown. HEX triplet: A3, 29 and 20. RGB value is (163,41,32). Sum of RGB (Red+Green+Blue) = 163+41+32=236 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.07% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 163 - color contains mainly: red. Hex color #A32920 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32920 is #5CD6DF. Grayscale: #4C4C4C. Windows color (decimal): -6084320 or 2107811. OLE color: 2107811.
HSL color Cylindrical-coordinate representation of color #A32920: hue angle of 4.12º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A32920 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 41 | 32 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.36 |
| HSL | 4.12º | 0.67% | 0.38% | - |
| HSV(B) | 4.12º | 0.8% | 0.64% | - |
| XYZ | 16.16 | 9.48 | 2.34 | - |
| YUV | 76.45 | 102.92 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 41 | 32 | 0 | 0.75 | 0.80 | 0.36 | 4.12 | 0.67 | 0.38 |
| Hex | A3 | 29 | 20 | 0 | 4B | 50 | 24 | 4 | 43 | 26 |
| Octal | 243 | 51 | 40 | 0 | 113 | 120 | 44 | 4 | 103 | 46 |
| Binary | 10100011 | 101001 | 100000 | 0 | 1001011 | 1010000 | 100100 | 100 | 1000011 | 100110 |
Color Harmonies of #A32920
Complementary color
Monochromatic Colors of #A32920
Black with #A32920
Text Example
Text Example
White with #A32920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32920; }
p { color: rgb(163,41,32); }
H1.HeaderClassName
{
color: #A32920;
}
.AnyTagClassName
{
color: #A32920;
}
</style>
background-color css
<style>
a { background-color: #A32920; }
a { background-color: rgb(163,41,32); }
div.DivClassName
{
background-color: #A32920;
}
.BgClassName
{
background-color: #A32920;
}
</style>
border-color css
<style>
span { border-color: #A32920; }
span { border-color: rgb(163,41,32); }
td.TdClassName
{
border-color: #A32920;
}
.TagClassName
{
border-color: #A32920;
}
</style>