Shades of Sepia #A2583C
Tints of Sepia #A2583C
RGB
CMYK
RGB Variations
Color information
#A2583C (or 0xA2583C) is known color: Sepia. HEX triplet: A2, 58 and 3C. RGB value is (162,88,60). Sum of RGB (Red+Green+Blue) = 162+88+60=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A2583C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2583C is #5DA7C3. Grayscale: #6B6B6B. Windows color (decimal): -6137796 or 3954850. OLE color: 3954850.
HSL color Cylindrical-coordinate representation of color #A2583C: hue angle of 16.47º 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 #A2583C is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 88 | 60 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.36 |
| HSL | 16.47º | 0.46% | 0.44% | - |
| HSV(B) | 16.47º | 0.63% | 0.64% | - |
| XYZ | 19.21 | 14.99 | 6.16 | - |
| YUV | 106.93 | 101.52 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 88 | 60 | 0 | 0.46 | 0.63 | 0.36 | 16.47 | 0.46 | 0.44 |
| Hex | A2 | 58 | 3C | 0 | 2E | 3F | 24 | 10 | 2E | 2C |
| Octal | 242 | 130 | 74 | 0 | 56 | 77 | 44 | 20 | 56 | 54 |
| Binary | 10100010 | 1011000 | 111100 | 0 | 101110 | 111111 | 100100 | 10000 | 101110 | 101100 |
Color Harmonies of #A2583C
Complementary color
Monochromatic Colors of #A2583C
Black with #A2583C
Text Example
Text Example
White with #A2583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2583C; }
p { color: rgb(162,88,60); }
H1.HeaderClassName
{
color: #A2583C;
}
.AnyTagClassName
{
color: #A2583C;
}
</style>
background-color css
<style>
a { background-color: #A2583C; }
a { background-color: rgb(162,88,60); }
div.DivClassName
{
background-color: #A2583C;
}
.BgClassName
{
background-color: #A2583C;
}
</style>
border-color css
<style>
span { border-color: #A2583C; }
span { border-color: rgb(162,88,60); }
td.TdClassName
{
border-color: #A2583C;
}
.TagClassName
{
border-color: #A2583C;
}
</style>