Shades of Brown #A32E2D
Tints of Brown #A32E2D
RGB
CMYK
RGB Variations
Color information
#A32E2D (or 0xA32E2D) is known color: Brown. HEX triplet: A3, 2E and 2D. RGB value is (163,46,45). Sum of RGB (Red+Green+Blue) = 163+46+45=254 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.17% from 254); Green value is 46 (18.36% from 255 or 18.11% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32E2D is #5CD1D2. Grayscale: #505050. Windows color (decimal): -6083027 or 2961059. OLE color: 2961059.
HSL color Cylindrical-coordinate representation of color #A32E2D: hue angle of 0.51º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A32E2D is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 46 | 45 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.36 |
| HSL | 0.51º | 0.57% | 0.41% | - |
| HSV(B) | 0.51º | 0.72% | 0.64% | - |
| XYZ | 16.55 | 9.93 | 3.53 | - |
| YUV | 80.87 | 107.76 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 46 | 45 | 0 | 0.72 | 0.72 | 0.36 | 0.51 | 0.57 | 0.41 |
| Hex | A3 | 2E | 2D | 0 | 48 | 48 | 24 | 1 | 39 | 29 |
| Octal | 243 | 56 | 55 | 0 | 110 | 110 | 44 | 1 | 71 | 51 |
| Binary | 10100011 | 101110 | 101101 | 0 | 1001000 | 1001000 | 100100 | 1 | 111001 | 101001 |
Color Harmonies of #A32E2D
Complementary color
Monochromatic Colors of #A32E2D
Black with #A32E2D
Text Example
Text Example
White with #A32E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32E2D; }
p { color: rgb(163,46,45); }
H1.HeaderClassName
{
color: #A32E2D;
}
.AnyTagClassName
{
color: #A32E2D;
}
</style>
background-color css
<style>
a { background-color: #A32E2D; }
a { background-color: rgb(163,46,45); }
div.DivClassName
{
background-color: #A32E2D;
}
.BgClassName
{
background-color: #A32E2D;
}
</style>
border-color css
<style>
span { border-color: #A32E2D; }
span { border-color: rgb(163,46,45); }
td.TdClassName
{
border-color: #A32E2D;
}
.TagClassName
{
border-color: #A32E2D;
}
</style>