Shades of Brown #A1271A
Tints of Brown #A1271A
RGB
CMYK
RGB Variations
Color information
#A1271A (or 0xA1271A) is known color: Brown. HEX triplet: A1, 27 and 1A. RGB value is (161,39,26). Sum of RGB (Red+Green+Blue) = 161+39+26=226 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.24% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 161 - color contains mainly: red. Hex color #A1271A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1271A is #5ED8E5. Grayscale: #4A4A4A. Windows color (decimal): -6215910 or 1714081. OLE color: 1714081.
HSL color Cylindrical-coordinate representation of color #A1271A: hue angle of 5.78º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A1271A is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 39 | 26 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.37 |
| HSL | 5.78º | 0.72% | 0.37% | - |
| HSV(B) | 5.78º | 0.84% | 0.63% | - |
| XYZ | 15.61 | 9.1 | 1.91 | - |
| YUV | 74 | 100.92 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 39 | 26 | 0 | 0.76 | 0.84 | 0.37 | 5.78 | 0.72 | 0.37 |
| Hex | A1 | 27 | 1A | 0 | 4C | 54 | 25 | 6 | 48 | 25 |
| Octal | 241 | 47 | 32 | 0 | 114 | 124 | 45 | 6 | 110 | 45 |
| Binary | 10100001 | 100111 | 11010 | 0 | 1001100 | 1010100 | 100101 | 110 | 1001000 | 100101 |
Color Harmonies of #A1271A
Complementary color
Monochromatic Colors of #A1271A
Black with #A1271A
Text Example
Text Example
White with #A1271A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1271A; }
p { color: rgb(161,39,26); }
H1.HeaderClassName
{
color: #A1271A;
}
.AnyTagClassName
{
color: #A1271A;
}
</style>
background-color css
<style>
a { background-color: #A1271A; }
a { background-color: rgb(161,39,26); }
div.DivClassName
{
background-color: #A1271A;
}
.BgClassName
{
background-color: #A1271A;
}
</style>
border-color css
<style>
span { border-color: #A1271A; }
span { border-color: rgb(161,39,26); }
td.TdClassName
{
border-color: #A1271A;
}
.TagClassName
{
border-color: #A1271A;
}
</style>