Shades of Sepia #A05540
Tints of Sepia #A05540
RGB
CMYK
RGB Variations
Color information
#A05540 (or 0xA05540) is known color: Sepia. HEX triplet: A0, 55 and 40. RGB value is (160,85,64). Sum of RGB (Red+Green+Blue) = 160+85+64=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A05540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05540 is #5FAABF. Grayscale: #696969. Windows color (decimal): -6269632 or 4216224. OLE color: 4216224.
HSL color Cylindrical-coordinate representation of color #A05540: hue angle of 13.12º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A05540 is Cyan = 0, Magento = 0.47, Yellow = 0.6 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 85 | 64 | - |
| CMYK | 0 | 0.47 | 0.6 | 0.37 |
| HSL | 13.13º | 0.43% | 0.44% | - |
| HSV(B) | 13.13º | 0.6% | 0.63% | - |
| XYZ | 18.67 | 14.34 | 6.63 | - |
| YUV | 105.03 | 104.85 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 85 | 64 | 0 | 0.47 | 0.6 | 0.37 | 13.13 | 0.43 | 0.44 |
| Hex | A0 | 55 | 40 | 0 | 2F | 3C | 25 | D | 2B | 2C |
| Octal | 240 | 125 | 100 | 0 | 57 | 74 | 45 | 15 | 53 | 54 |
| Binary | 10100000 | 1010101 | 1000000 | 0 | 101111 | 111100 | 100101 | 1101 | 101011 | 101100 |
Color Harmonies of #A05540
Complementary color
Monochromatic Colors of #A05540
Black with #A05540
Text Example
Text Example
White with #A05540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05540; }
p { color: rgb(160,85,64); }
H1.HeaderClassName
{
color: #A05540;
}
.AnyTagClassName
{
color: #A05540;
}
</style>
background-color css
<style>
a { background-color: #A05540; }
a { background-color: rgb(160,85,64); }
div.DivClassName
{
background-color: #A05540;
}
.BgClassName
{
background-color: #A05540;
}
</style>
border-color css
<style>
span { border-color: #A05540; }
span { border-color: rgb(160,85,64); }
td.TdClassName
{
border-color: #A05540;
}
.TagClassName
{
border-color: #A05540;
}
</style>