Shades of Sepia #A3553F
Tints of Sepia #A3553F
RGB
CMYK
RGB Variations
Color information
#A3553F (or 0xA3553F) is known color: Sepia. HEX triplet: A3, 55 and 3F. RGB value is (163,85,63). Sum of RGB (Red+Green+Blue) = 163+85+63=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A3553F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3553F is #5CAAC0. Grayscale: #696969. Windows color (decimal): -6073025 or 4150691. OLE color: 4150691.
HSL color Cylindrical-coordinate representation of color #A3553F: hue angle of 13.2º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A3553F is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 85 | 63 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.36 |
| HSL | 13.2º | 0.44% | 0.44% | - |
| HSV(B) | 13.2º | 0.61% | 0.64% | - |
| XYZ | 19.25 | 14.64 | 6.51 | - |
| YUV | 105.81 | 103.84 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 85 | 63 | 0 | 0.48 | 0.61 | 0.36 | 13.2 | 0.44 | 0.44 |
| Hex | A3 | 55 | 3F | 0 | 30 | 3D | 24 | D | 2C | 2C |
| Octal | 243 | 125 | 77 | 0 | 60 | 75 | 44 | 15 | 54 | 54 |
| Binary | 10100011 | 1010101 | 111111 | 0 | 110000 | 111101 | 100100 | 1101 | 101100 | 101100 |
Color Harmonies of #A3553F
Complementary color
Monochromatic Colors of #A3553F
Black with #A3553F
Text Example
Text Example
White with #A3553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3553F; }
p { color: rgb(163,85,63); }
H1.HeaderClassName
{
color: #A3553F;
}
.AnyTagClassName
{
color: #A3553F;
}
</style>
background-color css
<style>
a { background-color: #A3553F; }
a { background-color: rgb(163,85,63); }
div.DivClassName
{
background-color: #A3553F;
}
.BgClassName
{
background-color: #A3553F;
}
</style>
border-color css
<style>
span { border-color: #A3553F; }
span { border-color: rgb(163,85,63); }
td.TdClassName
{
border-color: #A3553F;
}
.TagClassName
{
border-color: #A3553F;
}
</style>