#E6A7A6

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

Shades of Shilo #E6A7A6

Tints of Shilo #E6A7A6

Color information

#E6A7A6 (or 0xE6A7A6) is unknown color: approx Shilo. HEX triplet: E6, A7 and A6. RGB value is (230,167,166). Sum of RGB (Red+Green+Blue) = 230+167+166=563 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.85% from 563); Green value is 167 (65.62% from 255 or 29.66% from 563); Blue value is 166 (65.23% from 255 or 29.48% from 563); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A7A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A7A6 is #195859. Grayscale: #B9B9B9. Windows color (decimal): -1661018 or 10921958. OLE color: 10921958.

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

Color convert

RGB230167166-
CMYK00.270.280.10
HSL0.94º56.14%77.65%-
HSV(B)0.94º27.83%90.2%-
XYZ53.3347.2142.38-
YUV185.72116.87159.58-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.85%
GREEN value IS 167 (65.62% from 255) = 29.66%
BLUE value IS 166 (65.23% from 255) = 29.48%
R=40.85%
G=29.66%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016716600.270.280.100.9456.1477.65
HexE6A7A601B1CA1384e
Octal3462472460333412170116
Binary11100110101001111010011001101111100101011110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A7A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A7A6; }

 p { color: rgb(230,167,166); }

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

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

 a { background-color: rgb(230,167,166); }

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

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

 span { border-color: rgb(230,167,166); }

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