Shades of Shilo #E6AEAC
Tints of Shilo #E6AEAC
RGB
CMYK
RGB Variations
Color information
#E6AEAC (or 0xE6AEAC) is known color: Shilo. HEX triplet: E6, AE and AC. RGB value is (230,174,172). Sum of RGB (Red+Green+Blue) = 230+174+172=576 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.93% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AEAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AEAC is #195153. Grayscale: #BEBEBE. Windows color (decimal): -1659220 or 11316966. OLE color: 11316966.
HSL color Cylindrical-coordinate representation of color #E6AEAC: hue angle of 2.07º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6AEAC is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 174 | 172 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.10 |
| HSL | 2.07º | 0.54% | 0.79% | - |
| HSV(B) | 2.07º | 0.25% | 0.9% | - |
| XYZ | 55.22 | 50.07 | 45.78 | - |
| YUV | 190.52 | 117.55 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 174 | 172 | 0 | 0.24 | 0.25 | 0.10 | 2.07 | 0.54 | 0.79 |
| Hex | E6 | AE | AC | 0 | 18 | 19 | A | 2 | 36 | 4F |
| Octal | 346 | 256 | 254 | 0 | 30 | 31 | 12 | 2 | 66 | 117 |
| Binary | 11100110 | 10101110 | 10101100 | 0 | 11000 | 11001 | 1010 | 10 | 110110 | 1001111 |
Color Harmonies of #E6AEAC
Complementary color
Monochromatic Colors of #E6AEAC
Black with #E6AEAC
Text Example
Text Example
White with #E6AEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AEAC; }
p { color: rgb(230,174,172); }
H1.HeaderClassName
{
color: #E6AEAC;
}
.AnyTagClassName
{
color: #E6AEAC;
}
</style>
background-color css
<style>
a { background-color: #E6AEAC; }
a { background-color: rgb(230,174,172); }
div.DivClassName
{
background-color: #E6AEAC;
}
.BgClassName
{
background-color: #E6AEAC;
}
</style>
border-color css
<style>
span { border-color: #E6AEAC; }
span { border-color: rgb(230,174,172); }
td.TdClassName
{
border-color: #E6AEAC;
}
.TagClassName
{
border-color: #E6AEAC;
}
</style>