Shades of Shilo #E6AC9F
Tints of Shilo #E6AC9F
RGB
CMYK
RGB Variations
Color information
#E6AC9F (or 0xE6AC9F) is known color: Shilo. HEX triplet: E6, AC and 9F. RGB value is (230,172,159). Sum of RGB (Red+Green+Blue) = 230+172+159=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 159 (62.5% from 255 or 28.34% from 561); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AC9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AC9F is #195360. Grayscale: #BBBBBB. Windows color (decimal): -1659745 or 10464486. OLE color: 10464486.
HSL color Cylindrical-coordinate representation of color #E6AC9F: hue angle of 10.99º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E6AC9F is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 172 | 159 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.10 |
| HSL | 10.99º | 0.59% | 0.76% | - |
| HSV(B) | 10.99º | 0.31% | 0.9% | - |
| XYZ | 53.64 | 48.83 | 39.4 | - |
| YUV | 187.86 | 111.72 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 172 | 159 | 0 | 0.25 | 0.31 | 0.10 | 10.99 | 0.59 | 0.76 |
| Hex | E6 | AC | 9F | 0 | 19 | 1F | A | B | 3B | 4C |
| Octal | 346 | 254 | 237 | 0 | 31 | 37 | 12 | 13 | 73 | 114 |
| Binary | 11100110 | 10101100 | 10011111 | 0 | 11001 | 11111 | 1010 | 1011 | 111011 | 1001100 |
Color Harmonies of #E6AC9F
Complementary color
Monochromatic Colors of #E6AC9F
Black with #E6AC9F
Text Example
Text Example
White with #E6AC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AC9F; }
p { color: rgb(230,172,159); }
H1.HeaderClassName
{
color: #E6AC9F;
}
.AnyTagClassName
{
color: #E6AC9F;
}
</style>
background-color css
<style>
a { background-color: #E6AC9F; }
a { background-color: rgb(230,172,159); }
div.DivClassName
{
background-color: #E6AC9F;
}
.BgClassName
{
background-color: #E6AC9F;
}
</style>
border-color css
<style>
span { border-color: #E6AC9F; }
span { border-color: rgb(230,172,159); }
td.TdClassName
{
border-color: #E6AC9F;
}
.TagClassName
{
border-color: #E6AC9F;
}
</style>