#A696AE

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

Shades of East Side #A696AE

Tints of East Side #A696AE

Color information

#A696AE (or 0xA696AE) is unknown color: approx East Side. HEX triplet: A6, 96 and AE. RGB value is (166,150,174). Sum of RGB (Red+Green+Blue) = 166+150+174=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 174 - color contains mainly: blue. Hex color #A696AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A696AE is #596951. Grayscale: #9D9D9D. Windows color (decimal): -5859666 or 11441830. OLE color: 11441830.

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

Color convert

RGB166150174-
CMYK0.050.1400.32
HSL280º12.9%63.53%-
HSV(B)280º13.79%68.24%-
XYZ34.2732.9844.6-
YUV157.52137.3134.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.88%
GREEN value IS 150 (58.98% from 255) = 30.61%
BLUE value IS 174 (68.36% from 255) = 35.51%
R=33.88%
G=30.61%
B=35.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661501740.050.1400.3228012.963.53
HexA696AE5E020118d40
Octal24622625651604043015100
Binary1010011010010110101011101011110010000010001100011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A696AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A696AE; }

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

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

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

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

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

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

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

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