Shades of Sepia #A15844
Tints of Sepia #A15844
RGB
CMYK
RGB Variations
Color information
#A15844 (or 0xA15844) is known color: Sepia. HEX triplet: A1, 58 and 44. RGB value is (161,88,68). Sum of RGB (Red+Green+Blue) = 161+88+68=317 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.79% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 161 - color contains mainly: red. Hex color #A15844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15844 is #5EA7BB. Grayscale: #6B6B6B. Windows color (decimal): -6203324 or 4479137. OLE color: 4479137.
HSL color Cylindrical-coordinate representation of color #A15844: hue angle of 12.9º 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 #A15844 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 88 | 68 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.37 |
| HSL | 12.9º | 0.41% | 0.45% | - |
| HSV(B) | 12.9º | 0.58% | 0.63% | - |
| XYZ | 19.23 | 14.97 | 7.35 | - |
| YUV | 107.55 | 105.68 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 88 | 68 | 0 | 0.45 | 0.58 | 0.37 | 12.9 | 0.41 | 0.45 |
| Hex | A1 | 58 | 44 | 0 | 2D | 3A | 25 | D | 29 | 2D |
| Octal | 241 | 130 | 104 | 0 | 55 | 72 | 45 | 15 | 51 | 55 |
| Binary | 10100001 | 1011000 | 1000100 | 0 | 101101 | 111010 | 100101 | 1101 | 101001 | 101101 |
Color Harmonies of #A15844
Complementary color
Monochromatic Colors of #A15844
Black with #A15844
Text Example
Text Example
White with #A15844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15844; }
p { color: rgb(161,88,68); }
H1.HeaderClassName
{
color: #A15844;
}
.AnyTagClassName
{
color: #A15844;
}
</style>
background-color css
<style>
a { background-color: #A15844; }
a { background-color: rgb(161,88,68); }
div.DivClassName
{
background-color: #A15844;
}
.BgClassName
{
background-color: #A15844;
}
</style>
border-color css
<style>
span { border-color: #A15844; }
span { border-color: rgb(161,88,68); }
td.TdClassName
{
border-color: #A15844;
}
.TagClassName
{
border-color: #A15844;
}
</style>