Shades of Brown #A32A21
Tints of Brown #A32A21
RGB
CMYK
RGB Variations
Color information
#A32A21 (or 0xA32A21) is known color: Brown. HEX triplet: A3, 2A and 21. RGB value is (163,42,33). Sum of RGB (Red+Green+Blue) = 163+42+33=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 33 (13.28% from 255 or 13.87% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A32A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32A21 is #5CD5DE. Grayscale: #4D4D4D. Windows color (decimal): -6084063 or 2173603. OLE color: 2173603.
HSL color Cylindrical-coordinate representation of color #A32A21: hue angle of 4.15º 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 #A32A21 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 42 | 33 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.36 |
| HSL | 4.15º | 0.66% | 0.38% | - |
| HSV(B) | 4.15º | 0.8% | 0.64% | - |
| XYZ | 16.21 | 9.55 | 2.43 | - |
| YUV | 77.15 | 103.09 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 42 | 33 | 0 | 0.74 | 0.80 | 0.36 | 4.15 | 0.66 | 0.38 |
| Hex | A3 | 2A | 21 | 0 | 4A | 50 | 24 | 4 | 42 | 26 |
| Octal | 243 | 52 | 41 | 0 | 112 | 120 | 44 | 4 | 102 | 46 |
| Binary | 10100011 | 101010 | 100001 | 0 | 1001010 | 1010000 | 100100 | 100 | 1000010 | 100110 |
Color Harmonies of #A32A21
Complementary color
Monochromatic Colors of #A32A21
Black with #A32A21
Text Example
Text Example
White with #A32A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32A21; }
p { color: rgb(163,42,33); }
H1.HeaderClassName
{
color: #A32A21;
}
.AnyTagClassName
{
color: #A32A21;
}
</style>
background-color css
<style>
a { background-color: #A32A21; }
a { background-color: rgb(163,42,33); }
div.DivClassName
{
background-color: #A32A21;
}
.BgClassName
{
background-color: #A32A21;
}
</style>
border-color css
<style>
span { border-color: #A32A21; }
span { border-color: rgb(163,42,33); }
td.TdClassName
{
border-color: #A32A21;
}
.TagClassName
{
border-color: #A32A21;
}
</style>