Shades of Brown #A12721
Tints of Brown #A12721
RGB
CMYK
RGB Variations
Color information
#A12721 (or 0xA12721) is known color: Brown. HEX triplet: A1, 27 and 21. RGB value is (161,39,33). Sum of RGB (Red+Green+Blue) = 161+39+33=233 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.10% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 33 (13.28% from 255 or 14.16% from 233); Max value from RGB is 161 - color contains mainly: red. Hex color #A12721 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12721 is #5ED8DE. Grayscale: #4A4A4A. Windows color (decimal): -6215903 or 2172833. OLE color: 2172833.
HSL color Cylindrical-coordinate representation of color #A12721: hue angle of 2.81º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A12721 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 39 | 33 | - |
| CMYK | 0 | 0.76 | 0.80 | 0.37 |
| HSL | 2.81º | 0.66% | 0.38% | - |
| HSV(B) | 2.81º | 0.8% | 0.63% | - |
| XYZ | 15.7 | 9.14 | 2.38 | - |
| YUV | 74.79 | 104.42 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 39 | 33 | 0 | 0.76 | 0.80 | 0.37 | 2.81 | 0.66 | 0.38 |
| Hex | A1 | 27 | 21 | 0 | 4C | 50 | 25 | 3 | 42 | 26 |
| Octal | 241 | 47 | 41 | 0 | 114 | 120 | 45 | 3 | 102 | 46 |
| Binary | 10100001 | 100111 | 100001 | 0 | 1001100 | 1010000 | 100101 | 11 | 1000010 | 100110 |
Color Harmonies of #A12721
Complementary color
Monochromatic Colors of #A12721
Black with #A12721
Text Example
Text Example
White with #A12721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12721; }
p { color: rgb(161,39,33); }
H1.HeaderClassName
{
color: #A12721;
}
.AnyTagClassName
{
color: #A12721;
}
</style>
background-color css
<style>
a { background-color: #A12721; }
a { background-color: rgb(161,39,33); }
div.DivClassName
{
background-color: #A12721;
}
.BgClassName
{
background-color: #A12721;
}
</style>
border-color css
<style>
span { border-color: #A12721; }
span { border-color: rgb(161,39,33); }
td.TdClassName
{
border-color: #A12721;
}
.TagClassName
{
border-color: #A12721;
}
</style>