Shades of Brown #A32620
Tints of Brown #A32620
RGB
CMYK
RGB Variations
Color information
#A32620 (or 0xA32620) is known color: Brown. HEX triplet: A3, 26 and 20. RGB value is (163,38,32). Sum of RGB (Red+Green+Blue) = 163+38+32=233 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.96% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 163 - color contains mainly: red. Hex color #A32620 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32620 is #5CD9DF. Grayscale: #4A4A4A. Windows color (decimal): -6085088 or 2107043. OLE color: 2107043.
HSL color Cylindrical-coordinate representation of color #A32620: hue angle of 2.75º 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 #A32620 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 38 | 32 | - |
| CMYK | 0 | 0.77 | 0.80 | 0.36 |
| HSL | 2.75º | 0.67% | 0.38% | - |
| HSV(B) | 2.75º | 0.8% | 0.64% | - |
| XYZ | 16.06 | 9.28 | 2.31 | - |
| YUV | 74.69 | 103.91 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 38 | 32 | 0 | 0.77 | 0.80 | 0.36 | 2.75 | 0.67 | 0.38 |
| Hex | A3 | 26 | 20 | 0 | 4D | 50 | 24 | 3 | 43 | 26 |
| Octal | 243 | 46 | 40 | 0 | 115 | 120 | 44 | 3 | 103 | 46 |
| Binary | 10100011 | 100110 | 100000 | 0 | 1001101 | 1010000 | 100100 | 11 | 1000011 | 100110 |
Color Harmonies of #A32620
Complementary color
Monochromatic Colors of #A32620
Black with #A32620
Text Example
Text Example
White with #A32620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32620; }
p { color: rgb(163,38,32); }
H1.HeaderClassName
{
color: #A32620;
}
.AnyTagClassName
{
color: #A32620;
}
</style>
background-color css
<style>
a { background-color: #A32620; }
a { background-color: rgb(163,38,32); }
div.DivClassName
{
background-color: #A32620;
}
.BgClassName
{
background-color: #A32620;
}
</style>
border-color css
<style>
span { border-color: #A32620; }
span { border-color: rgb(163,38,32); }
td.TdClassName
{
border-color: #A32620;
}
.TagClassName
{
border-color: #A32620;
}
</style>