Shades of Sepia #A0614B
Tints of Sepia #A0614B
RGB
CMYK
RGB Variations
Color information
#A0614B (or 0xA0614B) is known color: Sepia. HEX triplet: A0, 61 and 4B. RGB value is (160,97,75). Sum of RGB (Red+Green+Blue) = 160+97+75=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A0614B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0614B is #5F9EB4. Grayscale: #717171. Windows color (decimal): -6266549 or 4940192. OLE color: 4940192.
HSL color Cylindrical-coordinate representation of color #A0614B: hue angle of 15.53º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0614B is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 97 | 75 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.37 |
| HSL | 15.53º | 0.36% | 0.46% | - |
| HSV(B) | 15.53º | 0.53% | 0.63% | - |
| XYZ | 20.04 | 16.53 | 8.79 | - |
| YUV | 113.33 | 106.37 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 97 | 75 | 0 | 0.39 | 0.53 | 0.37 | 15.53 | 0.36 | 0.46 |
| Hex | A0 | 61 | 4B | 0 | 27 | 35 | 25 | 10 | 24 | 2E |
| Octal | 240 | 141 | 113 | 0 | 47 | 65 | 45 | 20 | 44 | 56 |
| Binary | 10100000 | 1100001 | 1001011 | 0 | 100111 | 110101 | 100101 | 10000 | 100100 | 101110 |
Color Harmonies of #A0614B
Complementary color
Monochromatic Colors of #A0614B
Black with #A0614B
Text Example
Text Example
White with #A0614B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0614B; }
p { color: rgb(160,97,75); }
H1.HeaderClassName
{
color: #A0614B;
}
.AnyTagClassName
{
color: #A0614B;
}
</style>
background-color css
<style>
a { background-color: #A0614B; }
a { background-color: rgb(160,97,75); }
div.DivClassName
{
background-color: #A0614B;
}
.BgClassName
{
background-color: #A0614B;
}
</style>
border-color css
<style>
span { border-color: #A0614B; }
span { border-color: rgb(160,97,75); }
td.TdClassName
{
border-color: #A0614B;
}
.TagClassName
{
border-color: #A0614B;
}
</style>