Shades of Sepia #A0604C
Tints of Sepia #A0604C
RGB
CMYK
RGB Variations
Color information
#A0604C (or 0xA0604C) is known color: Sepia. HEX triplet: A0, 60 and 4C. RGB value is (160,96,76). Sum of RGB (Red+Green+Blue) = 160+96+76=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A0604C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0604C is #5F9FB3. Grayscale: #717171. Windows color (decimal): -6266804 or 5005472. OLE color: 5005472.
HSL color Cylindrical-coordinate representation of color #A0604C: hue angle of 14.29º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0604C is Cyan = 0, Magento = 0.4, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 96 | 76 | - |
| CMYK | 0 | 0.4 | 0.52 | 0.37 |
| HSL | 14.29º | 0.36% | 0.46% | - |
| HSV(B) | 14.29º | 0.53% | 0.63% | - |
| XYZ | 19.98 | 16.36 | 8.94 | - |
| YUV | 112.86 | 107.2 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 96 | 76 | 0 | 0.4 | 0.52 | 0.37 | 14.29 | 0.36 | 0.46 |
| Hex | A0 | 60 | 4C | 0 | 28 | 34 | 25 | E | 24 | 2E |
| Octal | 240 | 140 | 114 | 0 | 50 | 64 | 45 | 16 | 44 | 56 |
| Binary | 10100000 | 1100000 | 1001100 | 0 | 101000 | 110100 | 100101 | 1110 | 100100 | 101110 |
Color Harmonies of #A0604C
Complementary color
Monochromatic Colors of #A0604C
Black with #A0604C
Text Example
Text Example
White with #A0604C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0604C; }
p { color: rgb(160,96,76); }
H1.HeaderClassName
{
color: #A0604C;
}
.AnyTagClassName
{
color: #A0604C;
}
</style>
background-color css
<style>
a { background-color: #A0604C; }
a { background-color: rgb(160,96,76); }
div.DivClassName
{
background-color: #A0604C;
}
.BgClassName
{
background-color: #A0604C;
}
</style>
border-color css
<style>
span { border-color: #A0604C; }
span { border-color: rgb(160,96,76); }
td.TdClassName
{
border-color: #A0604C;
}
.TagClassName
{
border-color: #A0604C;
}
</style>