Shades of Sepia #A06446
Tints of Sepia #A06446
RGB
CMYK
RGB Variations
Color information
#A06446 (or 0xA06446) is known color: Sepia. HEX triplet: A0, 64 and 46. RGB value is (160,100,70). Sum of RGB (Red+Green+Blue) = 160+100+70=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A06446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06446 is #5F9BB9. Grayscale: #727272. Windows color (decimal): -6265786 or 4613280. OLE color: 4613280.
HSL color Cylindrical-coordinate representation of color #A06446: hue angle of 20º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A06446 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 100 | 70 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.37 |
| HSL | 20º | 0.39% | 0.45% | - |
| HSV(B) | 20º | 0.56% | 0.63% | - |
| XYZ | 20.16 | 17.03 | 8.02 | - |
| YUV | 114.52 | 102.88 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 70 | 0 | 0.38 | 0.56 | 0.37 | 20 | 0.39 | 0.45 |
| Hex | A0 | 64 | 46 | 0 | 26 | 38 | 25 | 14 | 27 | 2D |
| Octal | 240 | 144 | 106 | 0 | 46 | 70 | 45 | 24 | 47 | 55 |
| Binary | 10100000 | 1100100 | 1000110 | 0 | 100110 | 111000 | 100101 | 10100 | 100111 | 101101 |
Color Harmonies of #A06446
Complementary color
Monochromatic Colors of #A06446
Black with #A06446
Text Example
Text Example
White with #A06446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06446; }
p { color: rgb(160,100,70); }
H1.HeaderClassName
{
color: #A06446;
}
.AnyTagClassName
{
color: #A06446;
}
</style>
background-color css
<style>
a { background-color: #A06446; }
a { background-color: rgb(160,100,70); }
div.DivClassName
{
background-color: #A06446;
}
.BgClassName
{
background-color: #A06446;
}
</style>
border-color css
<style>
span { border-color: #A06446; }
span { border-color: rgb(160,100,70); }
td.TdClassName
{
border-color: #A06446;
}
.TagClassName
{
border-color: #A06446;
}
</style>