Shades of Sepia #A0533D
Tints of Sepia #A0533D
RGB
CMYK
RGB Variations
Color information
#A0533D (or 0xA0533D) is known color: Sepia. HEX triplet: A0, 53 and 3D. RGB value is (160,83,61). Sum of RGB (Red+Green+Blue) = 160+83+61=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A0533D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0533D is #5FACC2. Grayscale: #676767. Windows color (decimal): -6270147 or 4019104. OLE color: 4019104.
HSL color Cylindrical-coordinate representation of color #A0533D: hue angle of 13.33º 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 #A0533D is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 83 | 61 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.37 |
| HSL | 13.33º | 0.45% | 0.43% | - |
| HSV(B) | 13.33º | 0.62% | 0.63% | - |
| XYZ | 18.43 | 14 | 6.15 | - |
| YUV | 103.52 | 104.01 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 83 | 61 | 0 | 0.48 | 0.62 | 0.37 | 13.33 | 0.45 | 0.43 |
| Hex | A0 | 53 | 3D | 0 | 30 | 3E | 25 | D | 2D | 2B |
| Octal | 240 | 123 | 75 | 0 | 60 | 76 | 45 | 15 | 55 | 53 |
| Binary | 10100000 | 1010011 | 111101 | 0 | 110000 | 111110 | 100101 | 1101 | 101101 | 101011 |
Color Harmonies of #A0533D
Complementary color
Monochromatic Colors of #A0533D
Black with #A0533D
Text Example
Text Example
White with #A0533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0533D; }
p { color: rgb(160,83,61); }
H1.HeaderClassName
{
color: #A0533D;
}
.AnyTagClassName
{
color: #A0533D;
}
</style>
background-color css
<style>
a { background-color: #A0533D; }
a { background-color: rgb(160,83,61); }
div.DivClassName
{
background-color: #A0533D;
}
.BgClassName
{
background-color: #A0533D;
}
</style>
border-color css
<style>
span { border-color: #A0533D; }
span { border-color: rgb(160,83,61); }
td.TdClassName
{
border-color: #A0533D;
}
.TagClassName
{
border-color: #A0533D;
}
</style>