Shades of Brown #A1321A
Tints of Brown #A1321A
RGB
CMYK
RGB Variations
Color information
#A1321A (or 0xA1321A) is known color: Brown. HEX triplet: A1, 32 and 1A. RGB value is (161,50,26). Sum of RGB (Red+Green+Blue) = 161+50+26=237 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.93% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 161 - color contains mainly: red. Hex color #A1321A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1321A is #5ECDE5. Grayscale: #505050. Windows color (decimal): -6213094 or 1716897. OLE color: 1716897.
HSL color Cylindrical-coordinate representation of color #A1321A: hue angle of 10.67º 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 #A1321A is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 50 | 26 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.37 |
| HSL | 10.67º | 0.72% | 0.37% | - |
| HSV(B) | 10.67º | 0.84% | 0.63% | - |
| XYZ | 16.03 | 9.93 | 2.05 | - |
| YUV | 80.45 | 97.27 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 50 | 26 | 0 | 0.69 | 0.84 | 0.37 | 10.67 | 0.72 | 0.37 |
| Hex | A1 | 32 | 1A | 0 | 45 | 54 | 25 | B | 48 | 25 |
| Octal | 241 | 62 | 32 | 0 | 105 | 124 | 45 | 13 | 110 | 45 |
| Binary | 10100001 | 110010 | 11010 | 0 | 1000101 | 1010100 | 100101 | 1011 | 1001000 | 100101 |
Color Harmonies of #A1321A
Complementary color
Monochromatic Colors of #A1321A
Black with #A1321A
Text Example
Text Example
White with #A1321A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1321A; }
p { color: rgb(161,50,26); }
H1.HeaderClassName
{
color: #A1321A;
}
.AnyTagClassName
{
color: #A1321A;
}
</style>
background-color css
<style>
a { background-color: #A1321A; }
a { background-color: rgb(161,50,26); }
div.DivClassName
{
background-color: #A1321A;
}
.BgClassName
{
background-color: #A1321A;
}
</style>
border-color css
<style>
span { border-color: #A1321A; }
span { border-color: rgb(161,50,26); }
td.TdClassName
{
border-color: #A1321A;
}
.TagClassName
{
border-color: #A1321A;
}
</style>