Shades of Brown #A1201F
Tints of Brown #A1201F
RGB
CMYK
RGB Variations
Color information
#A1201F (or 0xA1201F) is known color: Brown. HEX triplet: A1, 20 and 1F. RGB value is (161,32,31). Sum of RGB (Red+Green+Blue) = 161+32+31=224 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.88% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 161 - color contains mainly: red. Hex color #A1201F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1201F is #5EDFE0. Grayscale: #464646. Windows color (decimal): -6217697 or 2039969. OLE color: 2039969.
HSL color Cylindrical-coordinate representation of color #A1201F: hue angle of 0.46º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1201F is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 32 | 31 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.37 |
| HSL | 0.46º | 0.68% | 0.38% | - |
| HSV(B) | 0.46º | 0.81% | 0.63% | - |
| XYZ | 15.46 | 8.71 | 2.16 | - |
| YUV | 70.46 | 105.74 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 32 | 31 | 0 | 0.80 | 0.81 | 0.37 | 0.46 | 0.68 | 0.38 |
| Hex | A1 | 20 | 1F | 0 | 50 | 51 | 25 | 0 | 44 | 26 |
| Octal | 241 | 40 | 37 | 0 | 120 | 121 | 45 | 0 | 104 | 46 |
| Binary | 10100001 | 100000 | 11111 | 0 | 1010000 | 1010001 | 100101 | 0 | 1000100 | 100110 |
Color Harmonies of #A1201F
Complementary color
Monochromatic Colors of #A1201F
Black with #A1201F
Text Example
Text Example
White with #A1201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1201F; }
p { color: rgb(161,32,31); }
H1.HeaderClassName
{
color: #A1201F;
}
.AnyTagClassName
{
color: #A1201F;
}
</style>
background-color css
<style>
a { background-color: #A1201F; }
a { background-color: rgb(161,32,31); }
div.DivClassName
{
background-color: #A1201F;
}
.BgClassName
{
background-color: #A1201F;
}
</style>
border-color css
<style>
span { border-color: #A1201F; }
span { border-color: rgb(161,32,31); }
td.TdClassName
{
border-color: #A1201F;
}
.TagClassName
{
border-color: #A1201F;
}
</style>