Shades of Brown #A1261A
Tints of Brown #A1261A
RGB
CMYK
RGB Variations
Color information
#A1261A (or 0xA1261A) is known color: Brown. HEX triplet: A1, 26 and 1A. RGB value is (161,38,26). Sum of RGB (Red+Green+Blue) = 161+38+26=225 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.56% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 26 (10.55% from 255 or 11.56% from 225); Max value from RGB is 161 - color contains mainly: red. Hex color #A1261A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1261A is #5ED9E5. Grayscale: #494949. Windows color (decimal): -6216166 or 1713825. OLE color: 1713825.
HSL color Cylindrical-coordinate representation of color #A1261A: hue angle of 5.33º 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 #A1261A is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 38 | 26 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.37 |
| HSL | 5.33º | 0.72% | 0.37% | - |
| HSV(B) | 5.33º | 0.84% | 0.63% | - |
| XYZ | 15.58 | 9.04 | 1.9 | - |
| YUV | 73.41 | 101.25 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 38 | 26 | 0 | 0.76 | 0.84 | 0.37 | 5.33 | 0.72 | 0.37 |
| Hex | A1 | 26 | 1A | 0 | 4C | 54 | 25 | 5 | 48 | 25 |
| Octal | 241 | 46 | 32 | 0 | 114 | 124 | 45 | 5 | 110 | 45 |
| Binary | 10100001 | 100110 | 11010 | 0 | 1001100 | 1010100 | 100101 | 101 | 1001000 | 100101 |
Color Harmonies of #A1261A
Complementary color
Monochromatic Colors of #A1261A
Black with #A1261A
Text Example
Text Example
White with #A1261A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1261A; }
p { color: rgb(161,38,26); }
H1.HeaderClassName
{
color: #A1261A;
}
.AnyTagClassName
{
color: #A1261A;
}
</style>
background-color css
<style>
a { background-color: #A1261A; }
a { background-color: rgb(161,38,26); }
div.DivClassName
{
background-color: #A1261A;
}
.BgClassName
{
background-color: #A1261A;
}
</style>
border-color css
<style>
span { border-color: #A1261A; }
span { border-color: rgb(161,38,26); }
td.TdClassName
{
border-color: #A1261A;
}
.TagClassName
{
border-color: #A1261A;
}
</style>