Shades of Brown #A1261C
Tints of Brown #A1261C
RGB
CMYK
RGB Variations
Color information
#A1261C (or 0xA1261C) is known color: Brown. HEX triplet: A1, 26 and 1C. RGB value is (161,38,28). Sum of RGB (Red+Green+Blue) = 161+38+28=227 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.93% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 161 - color contains mainly: red. Hex color #A1261C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1261C is #5ED9E3. Grayscale: #494949. Windows color (decimal): -6216164 or 1844897. OLE color: 1844897.
HSL color Cylindrical-coordinate representation of color #A1261C: hue angle of 4.51º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A1261C is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 38 | 28 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.37 |
| HSL | 4.51º | 0.7% | 0.37% | - |
| HSV(B) | 4.51º | 0.83% | 0.63% | - |
| XYZ | 15.6 | 9.05 | 2.02 | - |
| YUV | 73.64 | 102.25 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 38 | 28 | 0 | 0.76 | 0.83 | 0.37 | 4.51 | 0.7 | 0.37 |
| Hex | A1 | 26 | 1C | 0 | 4C | 53 | 25 | 5 | 46 | 25 |
| Octal | 241 | 46 | 34 | 0 | 114 | 123 | 45 | 5 | 106 | 45 |
| Binary | 10100001 | 100110 | 11100 | 0 | 1001100 | 1010011 | 100101 | 101 | 1000110 | 100101 |
Color Harmonies of #A1261C
Complementary color
Monochromatic Colors of #A1261C
Black with #A1261C
Text Example
Text Example
White with #A1261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1261C; }
p { color: rgb(161,38,28); }
H1.HeaderClassName
{
color: #A1261C;
}
.AnyTagClassName
{
color: #A1261C;
}
</style>
background-color css
<style>
a { background-color: #A1261C; }
a { background-color: rgb(161,38,28); }
div.DivClassName
{
background-color: #A1261C;
}
.BgClassName
{
background-color: #A1261C;
}
</style>
border-color css
<style>
span { border-color: #A1261C; }
span { border-color: rgb(161,38,28); }
td.TdClassName
{
border-color: #A1261C;
}
.TagClassName
{
border-color: #A1261C;
}
</style>