Shades of Brown #A32A27
Tints of Brown #A32A27
RGB
CMYK
RGB Variations
Color information
#A32A27 (or 0xA32A27) is known color: Brown. HEX triplet: A3, 2A and 27. RGB value is (163,42,39). Sum of RGB (Red+Green+Blue) = 163+42+39=244 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.80% from 244); Green value is 42 (16.80% from 255 or 17.21% from 244); Blue value is 39 (15.62% from 255 or 15.98% from 244); Max value from RGB is 163 - color contains mainly: red. Hex color #A32A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32A27 is #5CD5D8. Grayscale: #4D4D4D. Windows color (decimal): -6084057 or 2566819. OLE color: 2566819.
HSL color Cylindrical-coordinate representation of color #A32A27: hue angle of 1.45º 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 #A32A27 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 42 | 39 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.36 |
| HSL | 1.45º | 0.61% | 0.4% | - |
| HSV(B) | 1.45º | 0.76% | 0.64% | - |
| XYZ | 16.3 | 9.59 | 2.91 | - |
| YUV | 77.84 | 106.09 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 42 | 39 | 0 | 0.74 | 0.76 | 0.36 | 1.45 | 0.61 | 0.4 |
| Hex | A3 | 2A | 27 | 0 | 4A | 4C | 24 | 1 | 3D | 28 |
| Octal | 243 | 52 | 47 | 0 | 112 | 114 | 44 | 1 | 75 | 50 |
| Binary | 10100011 | 101010 | 100111 | 0 | 1001010 | 1001100 | 100100 | 1 | 111101 | 101000 |
Color Harmonies of #A32A27
Complementary color
Monochromatic Colors of #A32A27
Black with #A32A27
Text Example
Text Example
White with #A32A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32A27; }
p { color: rgb(163,42,39); }
H1.HeaderClassName
{
color: #A32A27;
}
.AnyTagClassName
{
color: #A32A27;
}
</style>
background-color css
<style>
a { background-color: #A32A27; }
a { background-color: rgb(163,42,39); }
div.DivClassName
{
background-color: #A32A27;
}
.BgClassName
{
background-color: #A32A27;
}
</style>
border-color css
<style>
span { border-color: #A32A27; }
span { border-color: rgb(163,42,39); }
td.TdClassName
{
border-color: #A32A27;
}
.TagClassName
{
border-color: #A32A27;
}
</style>