#A689AE

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

Shades of East Side #A689AE

Tints of East Side #A689AE

Color information

#A689AE (or 0xA689AE) is unknown color: approx East Side. HEX triplet: A6, 89 and AE. RGB value is (166,137,174). Sum of RGB (Red+Green+Blue) = 166+137+174=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 137 (53.91% from 255 or 28.72% 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 #A689AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A689AE is #597651. Grayscale: #959595. Windows color (decimal): -5862994 or 11438502. OLE color: 11438502.

HSL color Cylindrical-coordinate representation of color #A689AE: hue angle of 287.03º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A689AE is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB166137174-
CMYK0.050.2100.32
HSL287.03º18.59%60.98%-
HSV(B)287.03º21.26%68.24%-
XYZ32.3129.0543.95-
YUV149.89141.61139.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.80%
GREEN value IS 137 (53.91% from 255) = 28.72%
BLUE value IS 174 (68.36% from 255) = 36.48%
R=34.80%
G=28.72%
B=36.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661371740.050.2100.32287.0318.5960.98
HexA689AE51502011f133d
Octal2462112565250404372375
Binary10100110100010011010111010110101010000010001111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A689AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A689AE; }

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

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

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

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

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

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

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

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