Shades of Brown #A1281A
Tints of Brown #A1281A
RGB
CMYK
RGB Variations
Color information
#A1281A (or 0xA1281A) is known color: Brown. HEX triplet: A1, 28 and 1A. RGB value is (161,40,26). Sum of RGB (Red+Green+Blue) = 161+40+26=227 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.93% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 26 (10.55% from 255 or 11.45% from 227); Max value from RGB is 161 - color contains mainly: red. Hex color #A1281A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1281A is #5ED7E5. Grayscale: #4A4A4A. Windows color (decimal): -6215654 or 1714337. OLE color: 1714337.
HSL color Cylindrical-coordinate representation of color #A1281A: hue angle of 6.22º 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 #A1281A is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 40 | 26 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.37 |
| HSL | 6.22º | 0.72% | 0.37% | - |
| HSV(B) | 6.22º | 0.84% | 0.63% | - |
| XYZ | 15.64 | 9.17 | 1.92 | - |
| YUV | 74.58 | 100.59 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 40 | 26 | 0 | 0.75 | 0.84 | 0.37 | 6.22 | 0.72 | 0.37 |
| Hex | A1 | 28 | 1A | 0 | 4B | 54 | 25 | 6 | 48 | 25 |
| Octal | 241 | 50 | 32 | 0 | 113 | 124 | 45 | 6 | 110 | 45 |
| Binary | 10100001 | 101000 | 11010 | 0 | 1001011 | 1010100 | 100101 | 110 | 1001000 | 100101 |
Color Harmonies of #A1281A
Complementary color
Monochromatic Colors of #A1281A
Black with #A1281A
Text Example
Text Example
White with #A1281A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1281A; }
p { color: rgb(161,40,26); }
H1.HeaderClassName
{
color: #A1281A;
}
.AnyTagClassName
{
color: #A1281A;
}
</style>
background-color css
<style>
a { background-color: #A1281A; }
a { background-color: rgb(161,40,26); }
div.DivClassName
{
background-color: #A1281A;
}
.BgClassName
{
background-color: #A1281A;
}
</style>
border-color css
<style>
span { border-color: #A1281A; }
span { border-color: rgb(161,40,26); }
td.TdClassName
{
border-color: #A1281A;
}
.TagClassName
{
border-color: #A1281A;
}
</style>