Shades of Sepia #A16148
Tints of Sepia #A16148
RGB
CMYK
RGB Variations
Color information
#A16148 (or 0xA16148) is known color: Sepia. HEX triplet: A1, 61 and 48. RGB value is (161,97,72). Sum of RGB (Red+Green+Blue) = 161+97+72=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A16148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16148 is #5E9EB7. Grayscale: #717171. Windows color (decimal): -6201016 or 4743585. OLE color: 4743585.
HSL color Cylindrical-coordinate representation of color #A16148: hue angle of 16.85º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A16148 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 97 | 72 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.37 |
| HSL | 16.85º | 0.38% | 0.46% | - |
| HSV(B) | 16.85º | 0.55% | 0.63% | - |
| XYZ | 20.14 | 16.59 | 8.27 | - |
| YUV | 113.29 | 104.7 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 97 | 72 | 0 | 0.40 | 0.55 | 0.37 | 16.85 | 0.38 | 0.46 |
| Hex | A1 | 61 | 48 | 0 | 28 | 37 | 25 | 11 | 26 | 2E |
| Octal | 241 | 141 | 110 | 0 | 50 | 67 | 45 | 21 | 46 | 56 |
| Binary | 10100001 | 1100001 | 1001000 | 0 | 101000 | 110111 | 100101 | 10001 | 100110 | 101110 |
Color Harmonies of #A16148
Complementary color
Monochromatic Colors of #A16148
Black with #A16148
Text Example
Text Example
White with #A16148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16148; }
p { color: rgb(161,97,72); }
H1.HeaderClassName
{
color: #A16148;
}
.AnyTagClassName
{
color: #A16148;
}
</style>
background-color css
<style>
a { background-color: #A16148; }
a { background-color: rgb(161,97,72); }
div.DivClassName
{
background-color: #A16148;
}
.BgClassName
{
background-color: #A16148;
}
</style>
border-color css
<style>
span { border-color: #A16148; }
span { border-color: rgb(161,97,72); }
td.TdClassName
{
border-color: #A16148;
}
.TagClassName
{
border-color: #A16148;
}
</style>