#A18EAE

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

Shades of East Side #A18EAE

Tints of East Side #A18EAE

Color information

#A18EAE (or 0xA18EAE) is unknown color: approx East Side. HEX triplet: A1, 8E and AE. RGB value is (161,142,174). Sum of RGB (Red+Green+Blue) = 161+142+174=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 174 - color contains mainly: blue. Hex color #A18EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18EAE is #5E7151. Grayscale: #979797. Windows color (decimal): -6189394 or 11439777. OLE color: 11439777.

HSL color Cylindrical-coordinate representation of color #A18EAE: hue angle of 275.62º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A18EAE is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB161142174-
CMYK0.070.1800.32
HSL275.62º16.49%61.96%-
HSV(B)275.62º18.39%68.24%-
XYZ32.0129.9844.14-
YUV151.33140.79134.9-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.75%
GREEN value IS 142 (55.86% from 255) = 29.77%
BLUE value IS 174 (68.36% from 255) = 36.48%
R=33.75%
G=29.77%
B=36.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611421740.070.1800.32275.6216.4961.96
HexA18EAE712020114103e
Octal2412162567220404242076
Binary10100001100011101010111011110010010000010001010010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18EAE; }

 p { color: rgb(161,142,174); }

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

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

 a { background-color: rgb(161,142,174); }

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

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

 span { border-color: rgb(161,142,174); }

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