Shades of Sepia #A25B3F
Tints of Sepia #A25B3F
RGB
CMYK
RGB Variations
Color information
#A25B3F (or 0xA25B3F) is known color: Sepia. HEX triplet: A2, 5B and 3F. RGB value is (162,91,63). Sum of RGB (Red+Green+Blue) = 162+91+63=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25B3F is #5DA4C0. Grayscale: #6D6D6D. Windows color (decimal): -6137025 or 4152226. OLE color: 4152226.
HSL color Cylindrical-coordinate representation of color #A25B3F: hue angle of 16.97º 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 #A25B3F is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 91 | 63 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.36 |
| HSL | 16.97º | 0.44% | 0.44% | - |
| HSV(B) | 16.97º | 0.61% | 0.64% | - |
| XYZ | 19.54 | 15.52 | 6.67 | - |
| YUV | 109.04 | 102.02 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 91 | 63 | 0 | 0.44 | 0.61 | 0.36 | 16.97 | 0.44 | 0.44 |
| Hex | A2 | 5B | 3F | 0 | 2C | 3D | 24 | 11 | 2C | 2C |
| Octal | 242 | 133 | 77 | 0 | 54 | 75 | 44 | 21 | 54 | 54 |
| Binary | 10100010 | 1011011 | 111111 | 0 | 101100 | 111101 | 100100 | 10001 | 101100 | 101100 |
Color Harmonies of #A25B3F
Complementary color
Monochromatic Colors of #A25B3F
Black with #A25B3F
Text Example
Text Example
White with #A25B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25B3F; }
p { color: rgb(162,91,63); }
H1.HeaderClassName
{
color: #A25B3F;
}
.AnyTagClassName
{
color: #A25B3F;
}
</style>
background-color css
<style>
a { background-color: #A25B3F; }
a { background-color: rgb(162,91,63); }
div.DivClassName
{
background-color: #A25B3F;
}
.BgClassName
{
background-color: #A25B3F;
}
</style>
border-color css
<style>
span { border-color: #A25B3F; }
span { border-color: rgb(162,91,63); }
td.TdClassName
{
border-color: #A25B3F;
}
.TagClassName
{
border-color: #A25B3F;
}
</style>