Shades of Brown #A32321
Tints of Brown #A32321
RGB
CMYK
RGB Variations
Color information
#A32321 (or 0xA32321) is known color: Brown. HEX triplet: A3, 23 and 21. RGB value is (163,35,33). Sum of RGB (Red+Green+Blue) = 163+35+33=231 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.56% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 33 (13.28% from 255 or 14.29% from 231); Max value from RGB is 163 - color contains mainly: red. Hex color #A32321 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32321 is #5CDCDE. Grayscale: #494949. Windows color (decimal): -6085855 or 2171811. OLE color: 2171811.
HSL color Cylindrical-coordinate representation of color #A32321: hue angle of 0.92º degrees, saturation: 0.66, 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 #A32321 is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 35 | 33 | - |
| CMYK | 0 | 0.79 | 0.80 | 0.36 |
| HSL | 0.92º | 0.66% | 0.38% | - |
| HSV(B) | 0.92º | 0.8% | 0.64% | - |
| XYZ | 15.98 | 9.1 | 2.35 | - |
| YUV | 73.04 | 105.41 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 35 | 33 | 0 | 0.79 | 0.80 | 0.36 | 0.92 | 0.66 | 0.38 |
| Hex | A3 | 23 | 21 | 0 | 4F | 50 | 24 | 1 | 42 | 26 |
| Octal | 243 | 43 | 41 | 0 | 117 | 120 | 44 | 1 | 102 | 46 |
| Binary | 10100011 | 100011 | 100001 | 0 | 1001111 | 1010000 | 100100 | 1 | 1000010 | 100110 |
Color Harmonies of #A32321
Complementary color
Monochromatic Colors of #A32321
Black with #A32321
Text Example
Text Example
White with #A32321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32321; }
p { color: rgb(163,35,33); }
H1.HeaderClassName
{
color: #A32321;
}
.AnyTagClassName
{
color: #A32321;
}
</style>
background-color css
<style>
a { background-color: #A32321; }
a { background-color: rgb(163,35,33); }
div.DivClassName
{
background-color: #A32321;
}
.BgClassName
{
background-color: #A32321;
}
</style>
border-color css
<style>
span { border-color: #A32321; }
span { border-color: rgb(163,35,33); }
td.TdClassName
{
border-color: #A32321;
}
.TagClassName
{
border-color: #A32321;
}
</style>