Shades of Sepia #A05642
Tints of Sepia #A05642
RGB
CMYK
RGB Variations
Color information
#A05642 (or 0xA05642) is known color: Sepia. HEX triplet: A0, 56 and 42. RGB value is (160,86,66). Sum of RGB (Red+Green+Blue) = 160+86+66=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A05642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05642 is #5FA9BD. Grayscale: #6A6A6A. Windows color (decimal): -6269374 or 4347552. OLE color: 4347552.
HSL color Cylindrical-coordinate representation of color #A05642: hue angle of 12.77º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A05642 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 86 | 66 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.37 |
| HSL | 12.77º | 0.42% | 0.44% | - |
| HSV(B) | 12.77º | 0.59% | 0.63% | - |
| XYZ | 18.81 | 14.52 | 6.97 | - |
| YUV | 105.85 | 105.52 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 86 | 66 | 0 | 0.46 | 0.59 | 0.37 | 12.77 | 0.42 | 0.44 |
| Hex | A0 | 56 | 42 | 0 | 2E | 3B | 25 | D | 2A | 2C |
| Octal | 240 | 126 | 102 | 0 | 56 | 73 | 45 | 15 | 52 | 54 |
| Binary | 10100000 | 1010110 | 1000010 | 0 | 101110 | 111011 | 100101 | 1101 | 101010 | 101100 |
Color Harmonies of #A05642
Complementary color
Monochromatic Colors of #A05642
Black with #A05642
Text Example
Text Example
White with #A05642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05642; }
p { color: rgb(160,86,66); }
H1.HeaderClassName
{
color: #A05642;
}
.AnyTagClassName
{
color: #A05642;
}
</style>
background-color css
<style>
a { background-color: #A05642; }
a { background-color: rgb(160,86,66); }
div.DivClassName
{
background-color: #A05642;
}
.BgClassName
{
background-color: #A05642;
}
</style>
border-color css
<style>
span { border-color: #A05642; }
span { border-color: rgb(160,86,66); }
td.TdClassName
{
border-color: #A05642;
}
.TagClassName
{
border-color: #A05642;
}
</style>