Shades of Brown #A32E1D
Tints of Brown #A32E1D
RGB
CMYK
RGB Variations
Color information
#A32E1D (or 0xA32E1D) is known color: Brown. HEX triplet: A3, 2E and 1D. RGB value is (163,46,29). Sum of RGB (Red+Green+Blue) = 163+46+29=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 46 (18.36% from 255 or 19.33% from 238); Blue value is 29 (11.72% from 255 or 12.18% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32E1D is #5CD1E2. Grayscale: #4F4F4F. Windows color (decimal): -6083043 or 1912483. OLE color: 1912483.
HSL color Cylindrical-coordinate representation of color #A32E1D: hue angle of 7.61º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A32E1D is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 46 | 29 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.36 |
| HSL | 7.61º | 0.7% | 0.38% | - |
| HSV(B) | 7.61º | 0.82% | 0.64% | - |
| XYZ | 16.3 | 9.83 | 2.2 | - |
| YUV | 79.05 | 99.76 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 46 | 29 | 0 | 0.72 | 0.82 | 0.36 | 7.61 | 0.7 | 0.38 |
| Hex | A3 | 2E | 1D | 0 | 48 | 52 | 24 | 8 | 46 | 26 |
| Octal | 243 | 56 | 35 | 0 | 110 | 122 | 44 | 10 | 106 | 46 |
| Binary | 10100011 | 101110 | 11101 | 0 | 1001000 | 1010010 | 100100 | 1000 | 1000110 | 100110 |
Color Harmonies of #A32E1D
Complementary color
Monochromatic Colors of #A32E1D
Black with #A32E1D
Text Example
Text Example
White with #A32E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32E1D; }
p { color: rgb(163,46,29); }
H1.HeaderClassName
{
color: #A32E1D;
}
.AnyTagClassName
{
color: #A32E1D;
}
</style>
background-color css
<style>
a { background-color: #A32E1D; }
a { background-color: rgb(163,46,29); }
div.DivClassName
{
background-color: #A32E1D;
}
.BgClassName
{
background-color: #A32E1D;
}
</style>
border-color css
<style>
span { border-color: #A32E1D; }
span { border-color: rgb(163,46,29); }
td.TdClassName
{
border-color: #A32E1D;
}
.TagClassName
{
border-color: #A32E1D;
}
</style>