Shades of Shilo #E7AFA1
Tints of Shilo #E7AFA1
RGB
CMYK
RGB Variations
Color information
#E7AFA1 (or 0xE7AFA1) is known color: Shilo. HEX triplet: E7, AF and A1. RGB value is (231,175,161). Sum of RGB (Red+Green+Blue) = 231+175+161=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 161 (63.28% from 255 or 28.40% from 567); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AFA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AFA1 is #18505E. Grayscale: #BEBEBE. Windows color (decimal): -1593439 or 10596327. OLE color: 10596327.
HSL color Cylindrical-coordinate representation of color #E7AFA1: hue angle of 12º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E7AFA1 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 175 | 161 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.09 |
| HSL | 12º | 0.59% | 0.77% | - |
| HSV(B) | 12º | 0.3% | 0.91% | - |
| XYZ | 54.72 | 50.22 | 40.53 | - |
| YUV | 190.15 | 111.55 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 175 | 161 | 0 | 0.24 | 0.30 | 0.09 | 12 | 0.59 | 0.77 |
| Hex | E7 | AF | A1 | 0 | 18 | 1E | 9 | C | 3B | 4D |
| Octal | 347 | 257 | 241 | 0 | 30 | 36 | 11 | 14 | 73 | 115 |
| Binary | 11100111 | 10101111 | 10100001 | 0 | 11000 | 11110 | 1001 | 1100 | 111011 | 1001101 |
Color Harmonies of #E7AFA1
Complementary color
Monochromatic Colors of #E7AFA1
Black with #E7AFA1
Text Example
Text Example
White with #E7AFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AFA1; }
p { color: rgb(231,175,161); }
H1.HeaderClassName
{
color: #E7AFA1;
}
.AnyTagClassName
{
color: #E7AFA1;
}
</style>
background-color css
<style>
a { background-color: #E7AFA1; }
a { background-color: rgb(231,175,161); }
div.DivClassName
{
background-color: #E7AFA1;
}
.BgClassName
{
background-color: #E7AFA1;
}
</style>
border-color css
<style>
span { border-color: #E7AFA1; }
span { border-color: rgb(231,175,161); }
td.TdClassName
{
border-color: #E7AFA1;
}
.TagClassName
{
border-color: #E7AFA1;
}
</style>