Shades of Brown #A32C21
Tints of Brown #A32C21
RGB
CMYK
RGB Variations
Color information
#A32C21 (or 0xA32C21) is known color: Brown. HEX triplet: A3, 2C and 21. RGB value is (163,44,33). Sum of RGB (Red+Green+Blue) = 163+44+33=240 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.92% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 33 (13.28% from 255 or 13.75% from 240); Max value from RGB is 163 - color contains mainly: red. Hex color #A32C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32C21 is #5CD3DE. Grayscale: #4E4E4E. Windows color (decimal): -6083551 or 2174115. OLE color: 2174115.
HSL color Cylindrical-coordinate representation of color #A32C21: hue angle of 5.08º 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 #A32C21 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 44 | 33 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.36 |
| HSL | 5.08º | 0.66% | 0.38% | - |
| HSV(B) | 5.08º | 0.8% | 0.64% | - |
| XYZ | 16.28 | 9.7 | 2.45 | - |
| YUV | 78.33 | 102.42 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 44 | 33 | 0 | 0.73 | 0.80 | 0.36 | 5.08 | 0.66 | 0.38 |
| Hex | A3 | 2C | 21 | 0 | 49 | 50 | 24 | 5 | 42 | 26 |
| Octal | 243 | 54 | 41 | 0 | 111 | 120 | 44 | 5 | 102 | 46 |
| Binary | 10100011 | 101100 | 100001 | 0 | 1001001 | 1010000 | 100100 | 101 | 1000010 | 100110 |
Color Harmonies of #A32C21
Complementary color
Monochromatic Colors of #A32C21
Black with #A32C21
Text Example
Text Example
White with #A32C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32C21; }
p { color: rgb(163,44,33); }
H1.HeaderClassName
{
color: #A32C21;
}
.AnyTagClassName
{
color: #A32C21;
}
</style>
background-color css
<style>
a { background-color: #A32C21; }
a { background-color: rgb(163,44,33); }
div.DivClassName
{
background-color: #A32C21;
}
.BgClassName
{
background-color: #A32C21;
}
</style>
border-color css
<style>
span { border-color: #A32C21; }
span { border-color: rgb(163,44,33); }
td.TdClassName
{
border-color: #A32C21;
}
.TagClassName
{
border-color: #A32C21;
}
</style>