#A18EAB

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

Shades of East Side #A18EAB

Tints of East Side #A18EAB

Color information

#A18EAB (or 0xA18EAB) is unknown color: approx East Side. HEX triplet: A1, 8E and AB. RGB value is (161,142,171). Sum of RGB (Red+Green+Blue) = 161+142+171=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 171 - color contains mainly: blue. Hex color #A18EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18EAB is #5E7154. Grayscale: #969696. Windows color (decimal): -6189397 or 11243169. OLE color: 11243169.

HSL color Cylindrical-coordinate representation of color #A18EAB: hue angle of 279.31º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A18EAB is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB161142171-
CMYK0.060.1700.33
HSL279.31º14.72%61.37%-
HSV(B)279.31º16.96%67.06%-
XYZ31.7229.8642.62-
YUV150.99139.29135.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.97%
GREEN value IS 142 (55.86% from 255) = 29.96%
BLUE value IS 171 (67.19% from 255) = 36.08%
R=33.97%
G=29.96%
B=36.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611421710.060.1700.33279.3114.7261.37
HexA18EAB611021117f3d
Octal2412162536210414271775
Binary1010000110001110101010111101000101000011000101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18EAB; }

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

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

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

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

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

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

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

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