Shades of Sepia #A3553D
Tints of Sepia #A3553D
RGB
CMYK
RGB Variations
Color information
#A3553D (or 0xA3553D) is known color: Sepia. HEX triplet: A3, 55 and 3D. RGB value is (163,85,61). Sum of RGB (Red+Green+Blue) = 163+85+61=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A3553D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3553D is #5CAAC2. Grayscale: #696969. Windows color (decimal): -6073027 or 4019619. OLE color: 4019619.
HSL color Cylindrical-coordinate representation of color #A3553D: hue angle of 14.12º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A3553D is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 85 | 61 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.36 |
| HSL | 14.12º | 0.46% | 0.44% | - |
| HSV(B) | 14.12º | 0.63% | 0.64% | - |
| XYZ | 19.2 | 14.62 | 6.23 | - |
| YUV | 105.59 | 102.84 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 85 | 61 | 0 | 0.48 | 0.63 | 0.36 | 14.12 | 0.46 | 0.44 |
| Hex | A3 | 55 | 3D | 0 | 30 | 3F | 24 | E | 2E | 2C |
| Octal | 243 | 125 | 75 | 0 | 60 | 77 | 44 | 16 | 56 | 54 |
| Binary | 10100011 | 1010101 | 111101 | 0 | 110000 | 111111 | 100100 | 1110 | 101110 | 101100 |
Color Harmonies of #A3553D
Complementary color
Monochromatic Colors of #A3553D
Black with #A3553D
Text Example
Text Example
White with #A3553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3553D; }
p { color: rgb(163,85,61); }
H1.HeaderClassName
{
color: #A3553D;
}
.AnyTagClassName
{
color: #A3553D;
}
</style>
background-color css
<style>
a { background-color: #A3553D; }
a { background-color: rgb(163,85,61); }
div.DivClassName
{
background-color: #A3553D;
}
.BgClassName
{
background-color: #A3553D;
}
</style>
border-color css
<style>
span { border-color: #A3553D; }
span { border-color: rgb(163,85,61); }
td.TdClassName
{
border-color: #A3553D;
}
.TagClassName
{
border-color: #A3553D;
}
</style>