#A18CAE

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

Shades of East Side #A18CAE

Tints of East Side #A18CAE

Color information

#A18CAE (or 0xA18CAE) is unknown color: approx East Side. HEX triplet: A1, 8C and AE. RGB value is (161,140,174). Sum of RGB (Red+Green+Blue) = 161+140+174=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 174 - color contains mainly: blue. Hex color #A18CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18CAE is #5E7351. Grayscale: #969696. Windows color (decimal): -6189906 or 11439265. OLE color: 11439265.

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

Color convert

RGB161140174-
CMYK0.070.2000.32
HSL277.06º17.35%61.57%-
HSV(B)277.06º19.54%68.24%-
XYZ31.7229.3944.05-
YUV150.16141.46135.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.89%
GREEN value IS 140 (55.08% from 255) = 29.47%
BLUE value IS 174 (68.36% from 255) = 36.63%
R=33.89%
G=29.47%
B=36.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611401740.070.2000.32277.0617.3561.57
HexA18CAE714020115113e
Octal2412142567240404252176
Binary10100001100011001010111011110100010000010001010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18CAE; }

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

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

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

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

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

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

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

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