Shades of Sepia #A15F45
Tints of Sepia #A15F45
RGB
CMYK
RGB Variations
Color information
#A15F45 (or 0xA15F45) is known color: Sepia. HEX triplet: A1, 5F and 45. RGB value is (161,95,69). Sum of RGB (Red+Green+Blue) = 161+95+69=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A15F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15F45 is #5EA0BA. Grayscale: #6F6F6F. Windows color (decimal): -6201531 or 4546465. OLE color: 4546465.
HSL color Cylindrical-coordinate representation of color #A15F45: hue angle of 16.96º 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 #A15F45 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 95 | 69 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.37 |
| HSL | 16.96º | 0.4% | 0.45% | - |
| HSV(B) | 16.96º | 0.57% | 0.63% | - |
| XYZ | 19.86 | 16.19 | 7.71 | - |
| YUV | 111.77 | 103.87 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 95 | 69 | 0 | 0.41 | 0.57 | 0.37 | 16.96 | 0.4 | 0.45 |
| Hex | A1 | 5F | 45 | 0 | 29 | 39 | 25 | 11 | 28 | 2D |
| Octal | 241 | 137 | 105 | 0 | 51 | 71 | 45 | 21 | 50 | 55 |
| Binary | 10100001 | 1011111 | 1000101 | 0 | 101001 | 111001 | 100101 | 10001 | 101000 | 101101 |
Color Harmonies of #A15F45
Complementary color
Monochromatic Colors of #A15F45
Black with #A15F45
Text Example
Text Example
White with #A15F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15F45; }
p { color: rgb(161,95,69); }
H1.HeaderClassName
{
color: #A15F45;
}
.AnyTagClassName
{
color: #A15F45;
}
</style>
background-color css
<style>
a { background-color: #A15F45; }
a { background-color: rgb(161,95,69); }
div.DivClassName
{
background-color: #A15F45;
}
.BgClassName
{
background-color: #A15F45;
}
</style>
border-color css
<style>
span { border-color: #A15F45; }
span { border-color: rgb(161,95,69); }
td.TdClassName
{
border-color: #A15F45;
}
.TagClassName
{
border-color: #A15F45;
}
</style>