Shades of Brown #A32A1D
Tints of Brown #A32A1D
RGB
CMYK
RGB Variations
Color information
#A32A1D (or 0xA32A1D) is known color: Brown. HEX triplet: A3, 2A and 1D. RGB value is (163,42,29). Sum of RGB (Red+Green+Blue) = 163+42+29=234 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.66% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 29 (11.72% from 255 or 12.39% from 234); Max value from RGB is 163 - color contains mainly: red. Hex color #A32A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32A1D is #5CD5E2. Grayscale: #4C4C4C. Windows color (decimal): -6084067 or 1911459. OLE color: 1911459.
HSL color Cylindrical-coordinate representation of color #A32A1D: hue angle of 5.82º 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 #A32A1D is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 42 | 29 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.36 |
| HSL | 5.82º | 0.7% | 0.38% | - |
| HSV(B) | 5.82º | 0.82% | 0.64% | - |
| XYZ | 16.15 | 9.53 | 2.15 | - |
| YUV | 76.7 | 101.09 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 42 | 29 | 0 | 0.74 | 0.82 | 0.36 | 5.82 | 0.7 | 0.38 |
| Hex | A3 | 2A | 1D | 0 | 4A | 52 | 24 | 6 | 46 | 26 |
| Octal | 243 | 52 | 35 | 0 | 112 | 122 | 44 | 6 | 106 | 46 |
| Binary | 10100011 | 101010 | 11101 | 0 | 1001010 | 1010010 | 100100 | 110 | 1000110 | 100110 |
Color Harmonies of #A32A1D
Complementary color
Monochromatic Colors of #A32A1D
Black with #A32A1D
Text Example
Text Example
White with #A32A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32A1D; }
p { color: rgb(163,42,29); }
H1.HeaderClassName
{
color: #A32A1D;
}
.AnyTagClassName
{
color: #A32A1D;
}
</style>
background-color css
<style>
a { background-color: #A32A1D; }
a { background-color: rgb(163,42,29); }
div.DivClassName
{
background-color: #A32A1D;
}
.BgClassName
{
background-color: #A32A1D;
}
</style>
border-color css
<style>
span { border-color: #A32A1D; }
span { border-color: rgb(163,42,29); }
td.TdClassName
{
border-color: #A32A1D;
}
.TagClassName
{
border-color: #A32A1D;
}
</style>