Shades of Sepia #A16145
Tints of Sepia #A16145
RGB
CMYK
RGB Variations
Color information
#A16145 (or 0xA16145) is known color: Sepia. HEX triplet: A1, 61 and 45. RGB value is (161,97,69). Sum of RGB (Red+Green+Blue) = 161+97+69=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A16145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16145 is #5E9EBA. Grayscale: #717171. Windows color (decimal): -6201019 or 4546977. OLE color: 4546977.
HSL color Cylindrical-coordinate representation of color #A16145: hue angle of 18.26º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A16145 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 97 | 69 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.37 |
| HSL | 18.26º | 0.4% | 0.45% | - |
| HSV(B) | 18.26º | 0.57% | 0.63% | - |
| XYZ | 20.05 | 16.56 | 7.77 | - |
| YUV | 112.94 | 103.2 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 97 | 69 | 0 | 0.40 | 0.57 | 0.37 | 18.26 | 0.4 | 0.45 |
| Hex | A1 | 61 | 45 | 0 | 28 | 39 | 25 | 12 | 28 | 2D |
| Octal | 241 | 141 | 105 | 0 | 50 | 71 | 45 | 22 | 50 | 55 |
| Binary | 10100001 | 1100001 | 1000101 | 0 | 101000 | 111001 | 100101 | 10010 | 101000 | 101101 |
Color Harmonies of #A16145
Complementary color
Monochromatic Colors of #A16145
Black with #A16145
Text Example
Text Example
White with #A16145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16145; }
p { color: rgb(161,97,69); }
H1.HeaderClassName
{
color: #A16145;
}
.AnyTagClassName
{
color: #A16145;
}
</style>
background-color css
<style>
a { background-color: #A16145; }
a { background-color: rgb(161,97,69); }
div.DivClassName
{
background-color: #A16145;
}
.BgClassName
{
background-color: #A16145;
}
</style>
border-color css
<style>
span { border-color: #A16145; }
span { border-color: rgb(161,97,69); }
td.TdClassName
{
border-color: #A16145;
}
.TagClassName
{
border-color: #A16145;
}
</style>