Shades of Sepia #A05944
Tints of Sepia #A05944
RGB
CMYK
RGB Variations
Color information
#A05944 (or 0xA05944) is known color: Sepia. HEX triplet: A0, 59 and 44. RGB value is (160,89,68). Sum of RGB (Red+Green+Blue) = 160+89+68=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A05944 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05944 is #5FA6BB. Grayscale: #6B6B6B. Windows color (decimal): -6268604 or 4479392. OLE color: 4479392.
HSL color Cylindrical-coordinate representation of color #A05944: hue angle of 13.7º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A05944 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 89 | 68 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.37 |
| HSL | 13.7º | 0.4% | 0.45% | - |
| HSV(B) | 13.7º | 0.58% | 0.63% | - |
| XYZ | 19.11 | 15.04 | 7.36 | - |
| YUV | 107.84 | 105.52 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 68 | 0 | 0.44 | 0.57 | 0.37 | 13.7 | 0.4 | 0.45 |
| Hex | A0 | 59 | 44 | 0 | 2C | 39 | 25 | E | 28 | 2D |
| Octal | 240 | 131 | 104 | 0 | 54 | 71 | 45 | 16 | 50 | 55 |
| Binary | 10100000 | 1011001 | 1000100 | 0 | 101100 | 111001 | 100101 | 1110 | 101000 | 101101 |
Color Harmonies of #A05944
Complementary color
Monochromatic Colors of #A05944
Black with #A05944
Text Example
Text Example
White with #A05944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05944; }
p { color: rgb(160,89,68); }
H1.HeaderClassName
{
color: #A05944;
}
.AnyTagClassName
{
color: #A05944;
}
</style>
background-color css
<style>
a { background-color: #A05944; }
a { background-color: rgb(160,89,68); }
div.DivClassName
{
background-color: #A05944;
}
.BgClassName
{
background-color: #A05944;
}
</style>
border-color css
<style>
span { border-color: #A05944; }
span { border-color: rgb(160,89,68); }
td.TdClassName
{
border-color: #A05944;
}
.TagClassName
{
border-color: #A05944;
}
</style>