Shades of Sepia #A25A3C
Tints of Sepia #A25A3C
RGB
CMYK
RGB Variations
Color information
#A25A3C (or 0xA25A3C) is known color: Sepia. HEX triplet: A2, 5A and 3C. RGB value is (162,90,60). Sum of RGB (Red+Green+Blue) = 162+90+60=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25A3C is #5DA5C3. Grayscale: #6C6C6C. Windows color (decimal): -6137284 or 3955362. OLE color: 3955362.
HSL color Cylindrical-coordinate representation of color #A25A3C: hue angle of 17.65º 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 #A25A3C is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 90 | 60 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.36 |
| HSL | 17.65º | 0.46% | 0.44% | - |
| HSV(B) | 17.65º | 0.63% | 0.64% | - |
| XYZ | 19.37 | 15.32 | 6.21 | - |
| YUV | 108.11 | 100.85 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 60 | 0 | 0.44 | 0.63 | 0.36 | 17.65 | 0.46 | 0.44 |
| Hex | A2 | 5A | 3C | 0 | 2C | 3F | 24 | 12 | 2E | 2C |
| Octal | 242 | 132 | 74 | 0 | 54 | 77 | 44 | 22 | 56 | 54 |
| Binary | 10100010 | 1011010 | 111100 | 0 | 101100 | 111111 | 100100 | 10010 | 101110 | 101100 |
Color Harmonies of #A25A3C
Complementary color
Monochromatic Colors of #A25A3C
Black with #A25A3C
Text Example
Text Example
White with #A25A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25A3C; }
p { color: rgb(162,90,60); }
H1.HeaderClassName
{
color: #A25A3C;
}
.AnyTagClassName
{
color: #A25A3C;
}
</style>
background-color css
<style>
a { background-color: #A25A3C; }
a { background-color: rgb(162,90,60); }
div.DivClassName
{
background-color: #A25A3C;
}
.BgClassName
{
background-color: #A25A3C;
}
</style>
border-color css
<style>
span { border-color: #A25A3C; }
span { border-color: rgb(162,90,60); }
td.TdClassName
{
border-color: #A25A3C;
}
.TagClassName
{
border-color: #A25A3C;
}
</style>