Shades of Brown #A2271E
Tints of Brown #A2271E
RGB
CMYK
RGB Variations
Color information
#A2271E (or 0xA2271E) is known color: Brown. HEX triplet: A2, 27 and 1E. RGB value is (162,39,30). Sum of RGB (Red+Green+Blue) = 162+39+30=231 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.13% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 162 - color contains mainly: red. Hex color #A2271E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2271E is #5DD8E1. Grayscale: #4A4A4A. Windows color (decimal): -6150370 or 1976226. OLE color: 1976226.
HSL color Cylindrical-coordinate representation of color #A2271E: hue angle of 4.09º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A2271E is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 39 | 30 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.36 |
| HSL | 4.09º | 0.69% | 0.38% | - |
| HSV(B) | 4.09º | 0.81% | 0.64% | - |
| XYZ | 15.86 | 9.23 | 2.17 | - |
| YUV | 74.75 | 102.75 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 39 | 30 | 0 | 0.76 | 0.81 | 0.36 | 4.09 | 0.69 | 0.38 |
| Hex | A2 | 27 | 1E | 0 | 4C | 51 | 24 | 4 | 45 | 26 |
| Octal | 242 | 47 | 36 | 0 | 114 | 121 | 44 | 4 | 105 | 46 |
| Binary | 10100010 | 100111 | 11110 | 0 | 1001100 | 1010001 | 100100 | 100 | 1000101 | 100110 |
Color Harmonies of #A2271E
Complementary color
Monochromatic Colors of #A2271E
Black with #A2271E
Text Example
Text Example
White with #A2271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2271E; }
p { color: rgb(162,39,30); }
H1.HeaderClassName
{
color: #A2271E;
}
.AnyTagClassName
{
color: #A2271E;
}
</style>
background-color css
<style>
a { background-color: #A2271E; }
a { background-color: rgb(162,39,30); }
div.DivClassName
{
background-color: #A2271E;
}
.BgClassName
{
background-color: #A2271E;
}
</style>
border-color css
<style>
span { border-color: #A2271E; }
span { border-color: rgb(162,39,30); }
td.TdClassName
{
border-color: #A2271E;
}
.TagClassName
{
border-color: #A2271E;
}
</style>