#E6AFA5

Color #E6AFA5 Shilo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shilo #E6AFA5

Tints of Shilo #E6AFA5

Color information

#E6AFA5 (or 0xE6AFA5) is unknown color: approx Shilo. HEX triplet: E6, AF and A5. RGB value is (230,175,165). Sum of RGB (Red+Green+Blue) = 230+175+165=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 165 (64.84% from 255 or 28.95% from 570); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AFA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AFA5 is #19505A. Grayscale: #BEBEBE. Windows color (decimal): -1658971 or 10858470. OLE color: 10858470.

HSL color Cylindrical-coordinate representation of color #E6AFA5: hue angle of 9.23º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E6AFA5 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB230175165-
CMYK00.240.280.10
HSL9.23º56.52%77.45%-
HSV(B)9.23º28.26%90.2%-
XYZ54.7550.242.4-
YUV190.3113.72156.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 40.35%
GREEN value IS 175 (68.75% from 255) = 30.70%
BLUE value IS 165 (64.84% from 255) = 28.95%
R=40.35%
G=30.70%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017516500.240.280.109.2356.5277.45
HexE6AFA50181CA9394d
Octal34625724503034121171115
Binary11100110101011111010010101100011100101010011110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AFA5; }

 p { color: rgb(230,175,165); }

 H1.HeaderClassName
 {
   color: #E6AFA5;
 }
 .AnyTagClassName
 {
   color: #E6AFA5;
 }
</style>
background-color css

<style>
 a { background-color: #E6AFA5; }

 a { background-color: rgb(230,175,165); }

 div.DivClassName
 {
   background-color: #E6AFA5;
 }
 .BgClassName
 {
   background-color: #E6AFA5;
 }
</style>
border-color css

<style>
 span { border-color: #E6AFA5; }

 span { border-color: rgb(230,175,165); }

 td.TdClassName
 {
   border-color: #E6AFA5;
 }
 .TagClassName
 {
   border-color: #E6AFA5;
 }
</style>