Shades of Sepia #A16144
Tints of Sepia #A16144
RGB
CMYK
RGB Variations
Color information
#A16144 (or 0xA16144) is known color: Sepia. HEX triplet: A1, 61 and 44. RGB value is (161,97,68). Sum of RGB (Red+Green+Blue) = 161+97+68=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A16144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16144 is #5E9EBB. Grayscale: #717171. Windows color (decimal): -6201020 or 4481441. OLE color: 4481441.
HSL color Cylindrical-coordinate representation of color #A16144: hue angle of 18.71º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A16144 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 97 | 68 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.37 |
| HSL | 18.71º | 0.41% | 0.45% | - |
| HSV(B) | 18.71º | 0.58% | 0.63% | - |
| XYZ | 20.02 | 16.54 | 7.61 | - |
| YUV | 112.83 | 102.7 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 97 | 68 | 0 | 0.40 | 0.58 | 0.37 | 18.71 | 0.41 | 0.45 |
| Hex | A1 | 61 | 44 | 0 | 28 | 3A | 25 | 13 | 29 | 2D |
| Octal | 241 | 141 | 104 | 0 | 50 | 72 | 45 | 23 | 51 | 55 |
| Binary | 10100001 | 1100001 | 1000100 | 0 | 101000 | 111010 | 100101 | 10011 | 101001 | 101101 |
Color Harmonies of #A16144
Complementary color
Monochromatic Colors of #A16144
Black with #A16144
Text Example
Text Example
White with #A16144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16144; }
p { color: rgb(161,97,68); }
H1.HeaderClassName
{
color: #A16144;
}
.AnyTagClassName
{
color: #A16144;
}
</style>
background-color css
<style>
a { background-color: #A16144; }
a { background-color: rgb(161,97,68); }
div.DivClassName
{
background-color: #A16144;
}
.BgClassName
{
background-color: #A16144;
}
</style>
border-color css
<style>
span { border-color: #A16144; }
span { border-color: rgb(161,97,68); }
td.TdClassName
{
border-color: #A16144;
}
.TagClassName
{
border-color: #A16144;
}
</style>