Shades of Brown #A32C27
Tints of Brown #A32C27
RGB
CMYK
RGB Variations
Color information
#A32C27 (or 0xA32C27) is known color: Brown. HEX triplet: A3, 2C and 27. RGB value is (163,44,39). Sum of RGB (Red+Green+Blue) = 163+44+39=246 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.26% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 163 - color contains mainly: red. Hex color #A32C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32C27 is #5CD3D8. Grayscale: #4F4F4F. Windows color (decimal): -6083545 or 2567331. OLE color: 2567331.
HSL color Cylindrical-coordinate representation of color #A32C27: hue angle of 2.42º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A32C27 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 44 | 39 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.36 |
| HSL | 2.42º | 0.61% | 0.4% | - |
| HSV(B) | 2.42º | 0.76% | 0.64% | - |
| XYZ | 16.37 | 9.73 | 2.94 | - |
| YUV | 79.01 | 105.42 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 44 | 39 | 0 | 0.73 | 0.76 | 0.36 | 2.42 | 0.61 | 0.4 |
| Hex | A3 | 2C | 27 | 0 | 49 | 4C | 24 | 2 | 3D | 28 |
| Octal | 243 | 54 | 47 | 0 | 111 | 114 | 44 | 2 | 75 | 50 |
| Binary | 10100011 | 101100 | 100111 | 0 | 1001001 | 1001100 | 100100 | 10 | 111101 | 101000 |
Color Harmonies of #A32C27
Complementary color
Monochromatic Colors of #A32C27
Black with #A32C27
Text Example
Text Example
White with #A32C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32C27; }
p { color: rgb(163,44,39); }
H1.HeaderClassName
{
color: #A32C27;
}
.AnyTagClassName
{
color: #A32C27;
}
</style>
background-color css
<style>
a { background-color: #A32C27; }
a { background-color: rgb(163,44,39); }
div.DivClassName
{
background-color: #A32C27;
}
.BgClassName
{
background-color: #A32C27;
}
</style>
border-color css
<style>
span { border-color: #A32C27; }
span { border-color: rgb(163,44,39); }
td.TdClassName
{
border-color: #A32C27;
}
.TagClassName
{
border-color: #A32C27;
}
</style>