Shades of Brown #A1221D
Tints of Brown #A1221D
RGB
CMYK
RGB Variations
Color information
#A1221D (or 0xA1221D) is known color: Brown. HEX triplet: A1, 22 and 1D. RGB value is (161,34,29). Sum of RGB (Red+Green+Blue) = 161+34+29=224 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.88% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 161 - color contains mainly: red. Hex color #A1221D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1221D is #5EDDE2. Grayscale: #474747. Windows color (decimal): -6217187 or 1909409. OLE color: 1909409.
HSL color Cylindrical-coordinate representation of color #A1221D: hue angle of 2.27º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A1221D is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 34 | 29 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.37 |
| HSL | 2.27º | 0.69% | 0.37% | - |
| HSV(B) | 2.27º | 0.82% | 0.63% | - |
| XYZ | 15.49 | 8.81 | 2.05 | - |
| YUV | 71.4 | 104.08 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 34 | 29 | 0 | 0.79 | 0.82 | 0.37 | 2.27 | 0.69 | 0.37 |
| Hex | A1 | 22 | 1D | 0 | 4F | 52 | 25 | 2 | 45 | 25 |
| Octal | 241 | 42 | 35 | 0 | 117 | 122 | 45 | 2 | 105 | 45 |
| Binary | 10100001 | 100010 | 11101 | 0 | 1001111 | 1010010 | 100101 | 10 | 1000101 | 100101 |
Color Harmonies of #A1221D
Complementary color
Monochromatic Colors of #A1221D
Black with #A1221D
Text Example
Text Example
White with #A1221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1221D; }
p { color: rgb(161,34,29); }
H1.HeaderClassName
{
color: #A1221D;
}
.AnyTagClassName
{
color: #A1221D;
}
</style>
background-color css
<style>
a { background-color: #A1221D; }
a { background-color: rgb(161,34,29); }
div.DivClassName
{
background-color: #A1221D;
}
.BgClassName
{
background-color: #A1221D;
}
</style>
border-color css
<style>
span { border-color: #A1221D; }
span { border-color: rgb(161,34,29); }
td.TdClassName
{
border-color: #A1221D;
}
.TagClassName
{
border-color: #A1221D;
}
</style>