Shades of Brown #A1231A
Tints of Brown #A1231A
RGB
CMYK
RGB Variations
Color information
#A1231A (or 0xA1231A) is known color: Brown. HEX triplet: A1, 23 and 1A. RGB value is (161,35,26). Sum of RGB (Red+Green+Blue) = 161+35+26=222 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.52% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 161 - color contains mainly: red. Hex color #A1231A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1231A is #5EDCE5. Grayscale: #474747. Windows color (decimal): -6216934 or 1713057. OLE color: 1713057.
HSL color Cylindrical-coordinate representation of color #A1231A: hue angle of 4º 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 #A1231A is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 35 | 26 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.37 |
| HSL | 4º | 0.72% | 0.37% | - |
| HSV(B) | 4º | 0.84% | 0.63% | - |
| XYZ | 15.49 | 8.85 | 1.87 | - |
| YUV | 71.65 | 102.24 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 35 | 26 | 0 | 0.78 | 0.84 | 0.37 | 4 | 0.72 | 0.37 |
| Hex | A1 | 23 | 1A | 0 | 4E | 54 | 25 | 4 | 48 | 25 |
| Octal | 241 | 43 | 32 | 0 | 116 | 124 | 45 | 4 | 110 | 45 |
| Binary | 10100001 | 100011 | 11010 | 0 | 1001110 | 1010100 | 100101 | 100 | 1001000 | 100101 |
Color Harmonies of #A1231A
Complementary color
Monochromatic Colors of #A1231A
Black with #A1231A
Text Example
Text Example
White with #A1231A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1231A; }
p { color: rgb(161,35,26); }
H1.HeaderClassName
{
color: #A1231A;
}
.AnyTagClassName
{
color: #A1231A;
}
</style>
background-color css
<style>
a { background-color: #A1231A; }
a { background-color: rgb(161,35,26); }
div.DivClassName
{
background-color: #A1231A;
}
.BgClassName
{
background-color: #A1231A;
}
</style>
border-color css
<style>
span { border-color: #A1231A; }
span { border-color: rgb(161,35,26); }
td.TdClassName
{
border-color: #A1231A;
}
.TagClassName
{
border-color: #A1231A;
}
</style>