Shades of Sepia #A05943
Tints of Sepia #A05943
RGB
CMYK
RGB Variations
Color information
#A05943 (or 0xA05943) is known color: Sepia. HEX triplet: A0, 59 and 43. RGB value is (160,89,67). Sum of RGB (Red+Green+Blue) = 160+89+67=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 67 (26.56% from 255 or 21.20% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A05943 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05943 is #5FA6BC. Grayscale: #6B6B6B. Windows color (decimal): -6268605 or 4413856. OLE color: 4413856.
HSL color Cylindrical-coordinate representation of color #A05943: hue angle of 14.19º 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 #A05943 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 89 | 67 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.37 |
| HSL | 14.19º | 0.41% | 0.45% | - |
| HSV(B) | 14.19º | 0.58% | 0.63% | - |
| XYZ | 19.08 | 15.02 | 7.2 | - |
| YUV | 107.72 | 105.02 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 67 | 0 | 0.44 | 0.58 | 0.37 | 14.19 | 0.41 | 0.45 |
| Hex | A0 | 59 | 43 | 0 | 2C | 3A | 25 | E | 29 | 2D |
| Octal | 240 | 131 | 103 | 0 | 54 | 72 | 45 | 16 | 51 | 55 |
| Binary | 10100000 | 1011001 | 1000011 | 0 | 101100 | 111010 | 100101 | 1110 | 101001 | 101101 |
Color Harmonies of #A05943
Complementary color
Monochromatic Colors of #A05943
Black with #A05943
Text Example
Text Example
White with #A05943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05943; }
p { color: rgb(160,89,67); }
H1.HeaderClassName
{
color: #A05943;
}
.AnyTagClassName
{
color: #A05943;
}
</style>
background-color css
<style>
a { background-color: #A05943; }
a { background-color: rgb(160,89,67); }
div.DivClassName
{
background-color: #A05943;
}
.BgClassName
{
background-color: #A05943;
}
</style>
border-color css
<style>
span { border-color: #A05943; }
span { border-color: rgb(160,89,67); }
td.TdClassName
{
border-color: #A05943;
}
.TagClassName
{
border-color: #A05943;
}
</style>