Shades of Shilo #E6A6A0
Tints of Shilo #E6A6A0
RGB
CMYK
RGB Variations
Color information
#E6A6A0 (or 0xE6A6A0) is known color: Shilo. HEX triplet: E6, A6 and A0. RGB value is (230,166,160). Sum of RGB (Red+Green+Blue) = 230+166+160=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 166 (65.23% from 255 or 29.86% from 556); Blue value is 160 (62.89% from 255 or 28.78% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A6A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A6A0 is #19595F. Grayscale: #B8B8B8. Windows color (decimal): -1661280 or 10528486. OLE color: 10528486.
HSL color Cylindrical-coordinate representation of color #E6A6A0: hue angle of 5.14º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E6A6A0 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 166 | 160 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.10 |
| HSL | 5.14º | 0.58% | 0.76% | - |
| HSV(B) | 5.14º | 0.3% | 0.9% | - |
| XYZ | 52.61 | 46.63 | 39.49 | - |
| YUV | 184.45 | 114.2 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 166 | 160 | 0 | 0.28 | 0.30 | 0.10 | 5.14 | 0.58 | 0.76 |
| Hex | E6 | A6 | A0 | 0 | 1C | 1E | A | 5 | 3A | 4C |
| Octal | 346 | 246 | 240 | 0 | 34 | 36 | 12 | 5 | 72 | 114 |
| Binary | 11100110 | 10100110 | 10100000 | 0 | 11100 | 11110 | 1010 | 101 | 111010 | 1001100 |
Color Harmonies of #E6A6A0
Complementary color
Monochromatic Colors of #E6A6A0
Black with #E6A6A0
Text Example
Text Example
White with #E6A6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A6A0; }
p { color: rgb(230,166,160); }
H1.HeaderClassName
{
color: #E6A6A0;
}
.AnyTagClassName
{
color: #E6A6A0;
}
</style>
background-color css
<style>
a { background-color: #E6A6A0; }
a { background-color: rgb(230,166,160); }
div.DivClassName
{
background-color: #E6A6A0;
}
.BgClassName
{
background-color: #E6A6A0;
}
</style>
border-color css
<style>
span { border-color: #E6A6A0; }
span { border-color: rgb(230,166,160); }
td.TdClassName
{
border-color: #E6A6A0;
}
.TagClassName
{
border-color: #E6A6A0;
}
</style>