Shades of Sepia #A16447
Tints of Sepia #A16447
RGB
CMYK
RGB Variations
Color information
#A16447 (or 0xA16447) is known color: Sepia. HEX triplet: A1, 64 and 47. RGB value is (161,100,71). Sum of RGB (Red+Green+Blue) = 161+100+71=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A16447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16447 is #5E9BB8. Grayscale: #737373. Windows color (decimal): -6200249 or 4678817. OLE color: 4678817.
HSL color Cylindrical-coordinate representation of color #A16447: hue angle of 19.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A16447 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 100 | 71 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.37 |
| HSL | 19.33º | 0.39% | 0.45% | - |
| HSV(B) | 19.33º | 0.56% | 0.63% | - |
| XYZ | 20.39 | 17.15 | 8.2 | - |
| YUV | 114.93 | 103.21 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 100 | 71 | 0 | 0.38 | 0.56 | 0.37 | 19.33 | 0.39 | 0.45 |
| Hex | A1 | 64 | 47 | 0 | 26 | 38 | 25 | 13 | 27 | 2D |
| Octal | 241 | 144 | 107 | 0 | 46 | 70 | 45 | 23 | 47 | 55 |
| Binary | 10100001 | 1100100 | 1000111 | 0 | 100110 | 111000 | 100101 | 10011 | 100111 | 101101 |
Color Harmonies of #A16447
Complementary color
Monochromatic Colors of #A16447
Black with #A16447
Text Example
Text Example
White with #A16447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16447; }
p { color: rgb(161,100,71); }
H1.HeaderClassName
{
color: #A16447;
}
.AnyTagClassName
{
color: #A16447;
}
</style>
background-color css
<style>
a { background-color: #A16447; }
a { background-color: rgb(161,100,71); }
div.DivClassName
{
background-color: #A16447;
}
.BgClassName
{
background-color: #A16447;
}
</style>
border-color css
<style>
span { border-color: #A16447; }
span { border-color: rgb(161,100,71); }
td.TdClassName
{
border-color: #A16447;
}
.TagClassName
{
border-color: #A16447;
}
</style>