Shades of Shilo #E6AC9D
Tints of Shilo #E6AC9D
RGB
CMYK
RGB Variations
Color information
#E6AC9D (or 0xE6AC9D) is known color: Shilo. HEX triplet: E6, AC and 9D. RGB value is (230,172,157). Sum of RGB (Red+Green+Blue) = 230+172+157=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 157 (61.72% from 255 or 28.09% from 559); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AC9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AC9D is #195362. Grayscale: #BBBBBB. Windows color (decimal): -1659747 or 10333414. OLE color: 10333414.
HSL color Cylindrical-coordinate representation of color #E6AC9D: hue angle of 12.33º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6AC9D is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 172 | 157 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.10 |
| HSL | 12.33º | 0.59% | 0.76% | - |
| HSV(B) | 12.33º | 0.32% | 0.9% | - |
| XYZ | 53.47 | 48.76 | 38.49 | - |
| YUV | 187.63 | 110.72 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 172 | 157 | 0 | 0.25 | 0.32 | 0.10 | 12.33 | 0.59 | 0.76 |
| Hex | E6 | AC | 9D | 0 | 19 | 20 | A | C | 3B | 4C |
| Octal | 346 | 254 | 235 | 0 | 31 | 40 | 12 | 14 | 73 | 114 |
| Binary | 11100110 | 10101100 | 10011101 | 0 | 11001 | 100000 | 1010 | 1100 | 111011 | 1001100 |
Color Harmonies of #E6AC9D
Complementary color
Monochromatic Colors of #E6AC9D
Black with #E6AC9D
Text Example
Text Example
White with #E6AC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AC9D; }
p { color: rgb(230,172,157); }
H1.HeaderClassName
{
color: #E6AC9D;
}
.AnyTagClassName
{
color: #E6AC9D;
}
</style>
background-color css
<style>
a { background-color: #E6AC9D; }
a { background-color: rgb(230,172,157); }
div.DivClassName
{
background-color: #E6AC9D;
}
.BgClassName
{
background-color: #E6AC9D;
}
</style>
border-color css
<style>
span { border-color: #E6AC9D; }
span { border-color: rgb(230,172,157); }
td.TdClassName
{
border-color: #E6AC9D;
}
.TagClassName
{
border-color: #E6AC9D;
}
</style>