Shades of Shilo #E6AEAB
Tints of Shilo #E6AEAB
RGB
CMYK
RGB Variations
Color information
#E6AEAB (or 0xE6AEAB) is known color: Shilo. HEX triplet: E6, AE and AB. RGB value is (230,174,171). Sum of RGB (Red+Green+Blue) = 230+174+171=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 171 (67.19% from 255 or 29.74% from 575); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AEAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AEAB is #195154. Grayscale: #BEBEBE. Windows color (decimal): -1659221 or 11251430. OLE color: 11251430.
HSL color Cylindrical-coordinate representation of color #E6AEAB: hue angle of 3.05º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6AEAB is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 174 | 171 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.10 |
| HSL | 3.05º | 0.54% | 0.79% | - |
| HSV(B) | 3.05º | 0.26% | 0.9% | - |
| XYZ | 55.12 | 50.04 | 45.28 | - |
| YUV | 190.4 | 117.05 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 174 | 171 | 0 | 0.24 | 0.26 | 0.10 | 3.05 | 0.54 | 0.79 |
| Hex | E6 | AE | AB | 0 | 18 | 1A | A | 3 | 36 | 4F |
| Octal | 346 | 256 | 253 | 0 | 30 | 32 | 12 | 3 | 66 | 117 |
| Binary | 11100110 | 10101110 | 10101011 | 0 | 11000 | 11010 | 1010 | 11 | 110110 | 1001111 |
Color Harmonies of #E6AEAB
Complementary color
Monochromatic Colors of #E6AEAB
Black with #E6AEAB
Text Example
Text Example
White with #E6AEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AEAB; }
p { color: rgb(230,174,171); }
H1.HeaderClassName
{
color: #E6AEAB;
}
.AnyTagClassName
{
color: #E6AEAB;
}
</style>
background-color css
<style>
a { background-color: #E6AEAB; }
a { background-color: rgb(230,174,171); }
div.DivClassName
{
background-color: #E6AEAB;
}
.BgClassName
{
background-color: #E6AEAB;
}
</style>
border-color css
<style>
span { border-color: #E6AEAB; }
span { border-color: rgb(230,174,171); }
td.TdClassName
{
border-color: #E6AEAB;
}
.TagClassName
{
border-color: #E6AEAB;
}
</style>