Shades of Sepia #A2553D
Tints of Sepia #A2553D
RGB
CMYK
RGB Variations
Color information
#A2553D (or 0xA2553D) is known color: Sepia. HEX triplet: A2, 55 and 3D. RGB value is (162,85,61). Sum of RGB (Red+Green+Blue) = 162+85+61=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A2553D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2553D is #5DAAC2. Grayscale: #696969. Windows color (decimal): -6138563 or 4019618. OLE color: 4019618.
HSL color Cylindrical-coordinate representation of color #A2553D: hue angle of 14.26º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2553D is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 85 | 61 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.36 |
| HSL | 14.26º | 0.45% | 0.44% | - |
| HSV(B) | 14.26º | 0.62% | 0.64% | - |
| XYZ | 18.99 | 14.52 | 6.22 | - |
| YUV | 105.29 | 103.01 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 85 | 61 | 0 | 0.48 | 0.62 | 0.36 | 14.26 | 0.45 | 0.44 |
| Hex | A2 | 55 | 3D | 0 | 30 | 3E | 24 | E | 2D | 2C |
| Octal | 242 | 125 | 75 | 0 | 60 | 76 | 44 | 16 | 55 | 54 |
| Binary | 10100010 | 1010101 | 111101 | 0 | 110000 | 111110 | 100100 | 1110 | 101101 | 101100 |
Color Harmonies of #A2553D
Complementary color
Monochromatic Colors of #A2553D
Black with #A2553D
Text Example
Text Example
White with #A2553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2553D; }
p { color: rgb(162,85,61); }
H1.HeaderClassName
{
color: #A2553D;
}
.AnyTagClassName
{
color: #A2553D;
}
</style>
background-color css
<style>
a { background-color: #A2553D; }
a { background-color: rgb(162,85,61); }
div.DivClassName
{
background-color: #A2553D;
}
.BgClassName
{
background-color: #A2553D;
}
</style>
border-color css
<style>
span { border-color: #A2553D; }
span { border-color: rgb(162,85,61); }
td.TdClassName
{
border-color: #A2553D;
}
.TagClassName
{
border-color: #A2553D;
}
</style>