#A18CAB

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

Shades of East Side #A18CAB

Tints of East Side #A18CAB

Color information

#A18CAB (or 0xA18CAB) is unknown color: approx East Side. HEX triplet: A1, 8C and AB. RGB value is (161,140,171). Sum of RGB (Red+Green+Blue) = 161+140+171=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 171 - color contains mainly: blue. Hex color #A18CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18CAB is #5E7354. Grayscale: #959595. Windows color (decimal): -6189909 or 11242657. OLE color: 11242657.

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

Color convert

RGB161140171-
CMYK0.060.1800.33
HSL280.65º15.58%60.98%-
HSV(B)280.65º18.13%67.06%-
XYZ31.4329.2742.52-
YUV149.81139.96135.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.11%
GREEN value IS 140 (55.08% from 255) = 29.66%
BLUE value IS 171 (67.19% from 255) = 36.23%
R=34.11%
G=29.66%
B=36.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611401710.060.1800.33280.6515.5860.98
HexA18CAB612021119103d
Octal2412142536220414312075
Binary10100001100011001010101111010010010000110001100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18CAB; }

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

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

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

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

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

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

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

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