Shades of Sepia #A65D3F
Tints of Sepia #A65D3F
RGB
CMYK
RGB Variations
Color information
#A65D3F (or 0xA65D3F) is known color: Sepia. HEX triplet: A6, 5D and 3F. RGB value is (166,93,63). Sum of RGB (Red+Green+Blue) = 166+93+63=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65D3F is #59A2C0. Grayscale: #6F6F6F. Windows color (decimal): -5874369 or 4152742. OLE color: 4152742.
HSL color Cylindrical-coordinate representation of color #A65D3F: hue angle of 17.48º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A65D3F is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 93 | 63 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.35 |
| HSL | 17.48º | 0.45% | 0.45% | - |
| HSV(B) | 17.48º | 0.62% | 0.65% | - |
| XYZ | 20.54 | 16.29 | 6.77 | - |
| YUV | 111.41 | 100.68 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 93 | 63 | 0 | 0.44 | 0.62 | 0.35 | 17.48 | 0.45 | 0.45 |
| Hex | A6 | 5D | 3F | 0 | 2C | 3E | 23 | 11 | 2D | 2D |
| Octal | 246 | 135 | 77 | 0 | 54 | 76 | 43 | 21 | 55 | 55 |
| Binary | 10100110 | 1011101 | 111111 | 0 | 101100 | 111110 | 100011 | 10001 | 101101 | 101101 |
Color Harmonies of #A65D3F
Complementary color
Monochromatic Colors of #A65D3F
Black with #A65D3F
Text Example
Text Example
White with #A65D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65D3F; }
p { color: rgb(166,93,63); }
H1.HeaderClassName
{
color: #A65D3F;
}
.AnyTagClassName
{
color: #A65D3F;
}
</style>
background-color css
<style>
a { background-color: #A65D3F; }
a { background-color: rgb(166,93,63); }
div.DivClassName
{
background-color: #A65D3F;
}
.BgClassName
{
background-color: #A65D3F;
}
</style>
border-color css
<style>
span { border-color: #A65D3F; }
span { border-color: rgb(166,93,63); }
td.TdClassName
{
border-color: #A65D3F;
}
.TagClassName
{
border-color: #A65D3F;
}
</style>