Shades of Sepia #A65A40
Tints of Sepia #A65A40
RGB
CMYK
RGB Variations
Color information
#A65A40 (or 0xA65A40) is known color: Sepia. HEX triplet: A6, 5A and 40. RGB value is (166,90,64). Sum of RGB (Red+Green+Blue) = 166+90+64=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65A40 is #59A5BF. Grayscale: #6D6D6D. Windows color (decimal): -5875136 or 4217510. OLE color: 4217510.
HSL color Cylindrical-coordinate representation of color #A65A40: hue angle of 15.29º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A65A40 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 90 | 64 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.35 |
| HSL | 15.29º | 0.44% | 0.45% | - |
| HSV(B) | 15.29º | 0.61% | 0.65% | - |
| XYZ | 20.31 | 15.79 | 6.83 | - |
| YUV | 109.76 | 102.18 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 90 | 64 | 0 | 0.46 | 0.61 | 0.35 | 15.29 | 0.44 | 0.45 |
| Hex | A6 | 5A | 40 | 0 | 2E | 3D | 23 | F | 2C | 2D |
| Octal | 246 | 132 | 100 | 0 | 56 | 75 | 43 | 17 | 54 | 55 |
| Binary | 10100110 | 1011010 | 1000000 | 0 | 101110 | 111101 | 100011 | 1111 | 101100 | 101101 |
Color Harmonies of #A65A40
Complementary color
Monochromatic Colors of #A65A40
Black with #A65A40
Text Example
Text Example
White with #A65A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65A40; }
p { color: rgb(166,90,64); }
H1.HeaderClassName
{
color: #A65A40;
}
.AnyTagClassName
{
color: #A65A40;
}
</style>
background-color css
<style>
a { background-color: #A65A40; }
a { background-color: rgb(166,90,64); }
div.DivClassName
{
background-color: #A65A40;
}
.BgClassName
{
background-color: #A65A40;
}
</style>
border-color css
<style>
span { border-color: #A65A40; }
span { border-color: rgb(166,90,64); }
td.TdClassName
{
border-color: #A65A40;
}
.TagClassName
{
border-color: #A65A40;
}
</style>