Shades of Sepia #A0563B
Tints of Sepia #A0563B
RGB
CMYK
RGB Variations
Color information
#A0563B (or 0xA0563B) is known color: Sepia. HEX triplet: A0, 56 and 3B. RGB value is (160,86,59). Sum of RGB (Red+Green+Blue) = 160+86+59=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A0563B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0563B is #5FA9C4. Grayscale: #696969. Windows color (decimal): -6269381 or 3888800. OLE color: 3888800.
HSL color Cylindrical-coordinate representation of color #A0563B: hue angle of 16.04º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0563B is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 86 | 59 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.37 |
| HSL | 16.04º | 0.46% | 0.43% | - |
| HSV(B) | 16.04º | 0.63% | 0.63% | - |
| XYZ | 18.61 | 14.44 | 5.94 | - |
| YUV | 105.05 | 102.02 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 86 | 59 | 0 | 0.46 | 0.63 | 0.37 | 16.04 | 0.46 | 0.43 |
| Hex | A0 | 56 | 3B | 0 | 2E | 3F | 25 | 10 | 2E | 2B |
| Octal | 240 | 126 | 73 | 0 | 56 | 77 | 45 | 20 | 56 | 53 |
| Binary | 10100000 | 1010110 | 111011 | 0 | 101110 | 111111 | 100101 | 10000 | 101110 | 101011 |
Color Harmonies of #A0563B
Complementary color
Monochromatic Colors of #A0563B
Black with #A0563B
Text Example
Text Example
White with #A0563B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0563B; }
p { color: rgb(160,86,59); }
H1.HeaderClassName
{
color: #A0563B;
}
.AnyTagClassName
{
color: #A0563B;
}
</style>
background-color css
<style>
a { background-color: #A0563B; }
a { background-color: rgb(160,86,59); }
div.DivClassName
{
background-color: #A0563B;
}
.BgClassName
{
background-color: #A0563B;
}
</style>
border-color css
<style>
span { border-color: #A0563B; }
span { border-color: rgb(160,86,59); }
td.TdClassName
{
border-color: #A0563B;
}
.TagClassName
{
border-color: #A0563B;
}
</style>