Shades of Brown #A2271D
Tints of Brown #A2271D
RGB
CMYK
RGB Variations
Color information
#A2271D (or 0xA2271D) is known color: Brown. HEX triplet: A2, 27 and 1D. RGB value is (162,39,29). Sum of RGB (Red+Green+Blue) = 162+39+29=230 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.43% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 29 (11.72% from 255 or 12.61% from 230); Max value from RGB is 162 - color contains mainly: red. Hex color #A2271D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2271D is #5DD8E2. Grayscale: #4A4A4A. Windows color (decimal): -6150371 or 1910690. OLE color: 1910690.
HSL color Cylindrical-coordinate representation of color #A2271D: hue angle of 4.51º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A2271D is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 39 | 29 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.36 |
| HSL | 4.51º | 0.7% | 0.37% | - |
| HSV(B) | 4.51º | 0.82% | 0.64% | - |
| XYZ | 15.85 | 9.22 | 2.11 | - |
| YUV | 74.64 | 102.25 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 39 | 29 | 0 | 0.76 | 0.82 | 0.36 | 4.51 | 0.7 | 0.37 |
| Hex | A2 | 27 | 1D | 0 | 4C | 52 | 24 | 5 | 46 | 25 |
| Octal | 242 | 47 | 35 | 0 | 114 | 122 | 44 | 5 | 106 | 45 |
| Binary | 10100010 | 100111 | 11101 | 0 | 1001100 | 1010010 | 100100 | 101 | 1000110 | 100101 |
Color Harmonies of #A2271D
Complementary color
Monochromatic Colors of #A2271D
Black with #A2271D
Text Example
Text Example
White with #A2271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2271D; }
p { color: rgb(162,39,29); }
H1.HeaderClassName
{
color: #A2271D;
}
.AnyTagClassName
{
color: #A2271D;
}
</style>
background-color css
<style>
a { background-color: #A2271D; }
a { background-color: rgb(162,39,29); }
div.DivClassName
{
background-color: #A2271D;
}
.BgClassName
{
background-color: #A2271D;
}
</style>
border-color css
<style>
span { border-color: #A2271D; }
span { border-color: rgb(162,39,29); }
td.TdClassName
{
border-color: #A2271D;
}
.TagClassName
{
border-color: #A2271D;
}
</style>