Shades of Sepia #A0533C
Tints of Sepia #A0533C
RGB
CMYK
RGB Variations
Color information
#A0533C (or 0xA0533C) is known color: Sepia. HEX triplet: A0, 53 and 3C. RGB value is (160,83,60). Sum of RGB (Red+Green+Blue) = 160+83+60=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A0533C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0533C is #5FACC3. Grayscale: #676767. Windows color (decimal): -6270148 or 3953568. OLE color: 3953568.
HSL color Cylindrical-coordinate representation of color #A0533C: hue angle of 13.8º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0533C is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 83 | 60 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.37 |
| HSL | 13.8º | 0.45% | 0.43% | - |
| HSV(B) | 13.8º | 0.63% | 0.63% | - |
| XYZ | 18.41 | 13.99 | 6 | - |
| YUV | 103.4 | 103.51 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 83 | 60 | 0 | 0.48 | 0.62 | 0.37 | 13.8 | 0.45 | 0.43 |
| Hex | A0 | 53 | 3C | 0 | 30 | 3E | 25 | E | 2D | 2B |
| Octal | 240 | 123 | 74 | 0 | 60 | 76 | 45 | 16 | 55 | 53 |
| Binary | 10100000 | 1010011 | 111100 | 0 | 110000 | 111110 | 100101 | 1110 | 101101 | 101011 |
Color Harmonies of #A0533C
Complementary color
Monochromatic Colors of #A0533C
Black with #A0533C
Text Example
Text Example
White with #A0533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0533C; }
p { color: rgb(160,83,60); }
H1.HeaderClassName
{
color: #A0533C;
}
.AnyTagClassName
{
color: #A0533C;
}
</style>
background-color css
<style>
a { background-color: #A0533C; }
a { background-color: rgb(160,83,60); }
div.DivClassName
{
background-color: #A0533C;
}
.BgClassName
{
background-color: #A0533C;
}
</style>
border-color css
<style>
span { border-color: #A0533C; }
span { border-color: rgb(160,83,60); }
td.TdClassName
{
border-color: #A0533C;
}
.TagClassName
{
border-color: #A0533C;
}
</style>