Shades of Shilo #E6AAA3
Tints of Shilo #E6AAA3
RGB
CMYK
RGB Variations
Color information
#E6AAA3 (or 0xE6AAA3) is known color: Shilo. HEX triplet: E6, AA and A3. RGB value is (230,170,163). Sum of RGB (Red+Green+Blue) = 230+170+163=563 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.85% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 163 (64.06% from 255 or 28.95% from 563); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AAA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AAA3 is #19555C. Grayscale: #BBBBBB. Windows color (decimal): -1660253 or 10726118. OLE color: 10726118.
HSL color Cylindrical-coordinate representation of color #E6AAA3: hue angle of 6.27º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E6AAA3 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 170 | 163 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.10 |
| HSL | 6.27º | 0.57% | 0.77% | - |
| HSV(B) | 6.27º | 0.29% | 0.9% | - |
| XYZ | 53.62 | 48.22 | 41.13 | - |
| YUV | 187.14 | 114.38 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 170 | 163 | 0 | 0.26 | 0.29 | 0.10 | 6.27 | 0.57 | 0.77 |
| Hex | E6 | AA | A3 | 0 | 1A | 1D | A | 6 | 39 | 4D |
| Octal | 346 | 252 | 243 | 0 | 32 | 35 | 12 | 6 | 71 | 115 |
| Binary | 11100110 | 10101010 | 10100011 | 0 | 11010 | 11101 | 1010 | 110 | 111001 | 1001101 |
Color Harmonies of #E6AAA3
Complementary color
Monochromatic Colors of #E6AAA3
Black with #E6AAA3
Text Example
Text Example
White with #E6AAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AAA3; }
p { color: rgb(230,170,163); }
H1.HeaderClassName
{
color: #E6AAA3;
}
.AnyTagClassName
{
color: #E6AAA3;
}
</style>
background-color css
<style>
a { background-color: #E6AAA3; }
a { background-color: rgb(230,170,163); }
div.DivClassName
{
background-color: #E6AAA3;
}
.BgClassName
{
background-color: #E6AAA3;
}
</style>
border-color css
<style>
span { border-color: #E6AAA3; }
span { border-color: rgb(230,170,163); }
td.TdClassName
{
border-color: #E6AAA3;
}
.TagClassName
{
border-color: #E6AAA3;
}
</style>