Shades of Brown #A32520
Tints of Brown #A32520
RGB
CMYK
RGB Variations
Color information
#A32520 (or 0xA32520) is known color: Brown. HEX triplet: A3, 25 and 20. RGB value is (163,37,32). Sum of RGB (Red+Green+Blue) = 163+37+32=232 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.26% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 163 - color contains mainly: red. Hex color #A32520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32520 is #5CDADF. Grayscale: #4A4A4A. Windows color (decimal): -6085344 or 2106787. OLE color: 2106787.
HSL color Cylindrical-coordinate representation of color #A32520: hue angle of 2.29º 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 #A32520 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 37 | 32 | - |
| CMYK | 0 | 0.77 | 0.80 | 0.36 |
| HSL | 2.29º | 0.67% | 0.38% | - |
| HSV(B) | 2.29º | 0.8% | 0.64% | - |
| XYZ | 16.03 | 9.21 | 2.3 | - |
| YUV | 74.1 | 104.24 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 37 | 32 | 0 | 0.77 | 0.80 | 0.36 | 2.29 | 0.67 | 0.38 |
| Hex | A3 | 25 | 20 | 0 | 4D | 50 | 24 | 2 | 43 | 26 |
| Octal | 243 | 45 | 40 | 0 | 115 | 120 | 44 | 2 | 103 | 46 |
| Binary | 10100011 | 100101 | 100000 | 0 | 1001101 | 1010000 | 100100 | 10 | 1000011 | 100110 |
Color Harmonies of #A32520
Complementary color
Monochromatic Colors of #A32520
Black with #A32520
Text Example
Text Example
White with #A32520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32520; }
p { color: rgb(163,37,32); }
H1.HeaderClassName
{
color: #A32520;
}
.AnyTagClassName
{
color: #A32520;
}
</style>
background-color css
<style>
a { background-color: #A32520; }
a { background-color: rgb(163,37,32); }
div.DivClassName
{
background-color: #A32520;
}
.BgClassName
{
background-color: #A32520;
}
</style>
border-color css
<style>
span { border-color: #A32520; }
span { border-color: rgb(163,37,32); }
td.TdClassName
{
border-color: #A32520;
}
.TagClassName
{
border-color: #A32520;
}
</style>