#A689AC

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

Shades of East Side #A689AC

Tints of East Side #A689AC

Color information

#A689AC (or 0xA689AC) is unknown color: approx East Side. HEX triplet: A6, 89 and AC. RGB value is (166,137,172). Sum of RGB (Red+Green+Blue) = 166+137+172=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 172 - color contains mainly: blue. Hex color #A689AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A689AC is #597653. Grayscale: #959595. Windows color (decimal): -5862996 or 11307430. OLE color: 11307430.

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

Color convert

RGB166137172-
CMYK0.030.2000.33
HSL289.71º17.41%60.59%-
HSV(B)289.71º20.35%67.45%-
XYZ32.1228.9842.93-
YUV149.66140.61139.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.95%
GREEN value IS 137 (53.91% from 255) = 28.84%
BLUE value IS 172 (67.58% from 255) = 36.21%
R=34.95%
G=28.84%
B=36.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661371720.030.2000.33289.7117.4160.59
HexA689AC314021122113d
Octal2462112543240414422175
Binary1010011010001001101011001110100010000110010001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A689AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A689AC; }

 p { color: rgb(166,137,172); }

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

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

 a { background-color: rgb(166,137,172); }

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

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

 span { border-color: rgb(166,137,172); }

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