Shades of Brown #A1321C
Tints of Brown #A1321C
RGB
CMYK
RGB Variations
Color information
#A1321C (or 0xA1321C) is known color: Brown. HEX triplet: A1, 32 and 1C. RGB value is (161,50,28). Sum of RGB (Red+Green+Blue) = 161+50+28=239 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.36% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 161 - color contains mainly: red. Hex color #A1321C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1321C is #5ECDE3. Grayscale: #505050. Windows color (decimal): -6213092 or 1847969. OLE color: 1847969.
HSL color Cylindrical-coordinate representation of color #A1321C: hue angle of 9.92º 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 #A1321C is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 50 | 28 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.37 |
| HSL | 9.92º | 0.7% | 0.37% | - |
| HSV(B) | 9.92º | 0.83% | 0.63% | - |
| XYZ | 16.05 | 9.94 | 2.17 | - |
| YUV | 80.68 | 98.27 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 50 | 28 | 0 | 0.69 | 0.83 | 0.37 | 9.92 | 0.7 | 0.37 |
| Hex | A1 | 32 | 1C | 0 | 45 | 53 | 25 | A | 46 | 25 |
| Octal | 241 | 62 | 34 | 0 | 105 | 123 | 45 | 12 | 106 | 45 |
| Binary | 10100001 | 110010 | 11100 | 0 | 1000101 | 1010011 | 100101 | 1010 | 1000110 | 100101 |
Color Harmonies of #A1321C
Complementary color
Monochromatic Colors of #A1321C
Black with #A1321C
Text Example
Text Example
White with #A1321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1321C; }
p { color: rgb(161,50,28); }
H1.HeaderClassName
{
color: #A1321C;
}
.AnyTagClassName
{
color: #A1321C;
}
</style>
background-color css
<style>
a { background-color: #A1321C; }
a { background-color: rgb(161,50,28); }
div.DivClassName
{
background-color: #A1321C;
}
.BgClassName
{
background-color: #A1321C;
}
</style>
border-color css
<style>
span { border-color: #A1321C; }
span { border-color: rgb(161,50,28); }
td.TdClassName
{
border-color: #A1321C;
}
.TagClassName
{
border-color: #A1321C;
}
</style>