Shades of Brown #A1271E
Tints of Brown #A1271E
RGB
CMYK
RGB Variations
Color information
#A1271E (or 0xA1271E) is known color: Brown. HEX triplet: A1, 27 and 1E. RGB value is (161,39,30). Sum of RGB (Red+Green+Blue) = 161+39+30=230 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 30 (12.11% from 255 or 13.04% from 230); Max value from RGB is 161 - color contains mainly: red. Hex color #A1271E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1271E is #5ED8E1. Grayscale: #4A4A4A. Windows color (decimal): -6215906 or 1976225. OLE color: 1976225.
HSL color Cylindrical-coordinate representation of color #A1271E: hue angle of 4.12º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1271E is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 39 | 30 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.37 |
| HSL | 4.12º | 0.69% | 0.37% | - |
| HSV(B) | 4.12º | 0.81% | 0.63% | - |
| XYZ | 15.66 | 9.12 | 2.16 | - |
| YUV | 74.45 | 102.92 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 39 | 30 | 0 | 0.76 | 0.81 | 0.37 | 4.12 | 0.69 | 0.37 |
| Hex | A1 | 27 | 1E | 0 | 4C | 51 | 25 | 4 | 45 | 25 |
| Octal | 241 | 47 | 36 | 0 | 114 | 121 | 45 | 4 | 105 | 45 |
| Binary | 10100001 | 100111 | 11110 | 0 | 1001100 | 1010001 | 100101 | 100 | 1000101 | 100101 |
Color Harmonies of #A1271E
Complementary color
Monochromatic Colors of #A1271E
Black with #A1271E
Text Example
Text Example
White with #A1271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1271E; }
p { color: rgb(161,39,30); }
H1.HeaderClassName
{
color: #A1271E;
}
.AnyTagClassName
{
color: #A1271E;
}
</style>
background-color css
<style>
a { background-color: #A1271E; }
a { background-color: rgb(161,39,30); }
div.DivClassName
{
background-color: #A1271E;
}
.BgClassName
{
background-color: #A1271E;
}
</style>
border-color css
<style>
span { border-color: #A1271E; }
span { border-color: rgb(161,39,30); }
td.TdClassName
{
border-color: #A1271E;
}
.TagClassName
{
border-color: #A1271E;
}
</style>