#A697AE

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

Shades of East Side #A697AE

Tints of East Side #A697AE

Color information

#A697AE (or 0xA697AE) is unknown color: approx East Side. HEX triplet: A6, 97 and AE. RGB value is (166,151,174). Sum of RGB (Red+Green+Blue) = 166+151+174=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 174 - color contains mainly: blue. Hex color #A697AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A697AE is #596851. Grayscale: #9E9E9E. Windows color (decimal): -5859410 or 11442086. OLE color: 11442086.

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

Color convert

RGB166151174-
CMYK0.050.1300.32
HSL279.13º12.43%63.73%-
HSV(B)279.13º13.22%68.24%-
XYZ34.4333.344.66-
YUV158.11136.97133.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.81%
GREEN value IS 151 (59.38% from 255) = 30.75%
BLUE value IS 174 (68.36% from 255) = 35.44%
R=33.81%
G=30.75%
B=35.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661511740.050.1300.32279.1312.4363.73
HexA697AE5D020117c40
Octal24622725651504042714100
Binary1010011010010111101011101011101010000010001011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A697AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A697AE; }

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

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

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

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

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

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

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

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