Shades of Brown #A32F2D
Tints of Brown #A32F2D
RGB
CMYK
RGB Variations
Color information
#A32F2D (or 0xA32F2D) is known color: Brown. HEX triplet: A3, 2F and 2D. RGB value is (163,47,45). Sum of RGB (Red+Green+Blue) = 163+47+45=255 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.92% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 163 - color contains mainly: red. Hex color #A32F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32F2D is #5CD0D2. Grayscale: #515151. Windows color (decimal): -6082771 or 2961315. OLE color: 2961315.
HSL color Cylindrical-coordinate representation of color #A32F2D: hue angle of 1.02º 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 #A32F2D is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 47 | 45 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.36 |
| HSL | 1.02º | 0.57% | 0.41% | - |
| HSV(B) | 1.02º | 0.72% | 0.64% | - |
| XYZ | 16.59 | 10.01 | 3.54 | - |
| YUV | 81.46 | 107.43 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 47 | 45 | 0 | 0.71 | 0.72 | 0.36 | 1.02 | 0.57 | 0.41 |
| Hex | A3 | 2F | 2D | 0 | 47 | 48 | 24 | 1 | 39 | 29 |
| Octal | 243 | 57 | 55 | 0 | 107 | 110 | 44 | 1 | 71 | 51 |
| Binary | 10100011 | 101111 | 101101 | 0 | 1000111 | 1001000 | 100100 | 1 | 111001 | 101001 |
Color Harmonies of #A32F2D
Complementary color
Monochromatic Colors of #A32F2D
Black with #A32F2D
Text Example
Text Example
White with #A32F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32F2D; }
p { color: rgb(163,47,45); }
H1.HeaderClassName
{
color: #A32F2D;
}
.AnyTagClassName
{
color: #A32F2D;
}
</style>
background-color css
<style>
a { background-color: #A32F2D; }
a { background-color: rgb(163,47,45); }
div.DivClassName
{
background-color: #A32F2D;
}
.BgClassName
{
background-color: #A32F2D;
}
</style>
border-color css
<style>
span { border-color: #A32F2D; }
span { border-color: rgb(163,47,45); }
td.TdClassName
{
border-color: #A32F2D;
}
.TagClassName
{
border-color: #A32F2D;
}
</style>