#A697AB

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

Shades of East Side #A697AB

Tints of East Side #A697AB

Color information

#A697AB (or 0xA697AB) is unknown color: approx East Side. HEX triplet: A6, 97 and AB. RGB value is (166,151,171). Sum of RGB (Red+Green+Blue) = 166+151+171=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 171 - color contains mainly: blue. Hex color #A697AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A697AB is #596854. Grayscale: #9D9D9D. Windows color (decimal): -5859413 or 11245478. OLE color: 11245478.

HSL color Cylindrical-coordinate representation of color #A697AB: hue angle of 285º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A697AB is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB166151171-
CMYK0.030.1200.33
HSL285º10.64%63.14%-
HSV(B)285º11.7%67.06%-
XYZ34.1433.1843.13-
YUV157.77135.47133.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.02%
GREEN value IS 151 (59.38% from 255) = 30.94%
BLUE value IS 171 (67.19% from 255) = 35.04%
R=34.02%
G=30.94%
B=35.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661511710.030.1200.3328510.6463.14
HexA697AB3C02111db3f
Octal2462272533140414351377
Binary10100110100101111010101111110001000011000111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A697AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A697AB; }

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

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

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

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

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

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

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

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