#A699AB

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

Shades of East Side #A699AB

Tints of East Side #A699AB

Color information

#A699AB (or 0xA699AB) is unknown color: approx East Side. HEX triplet: A6, 99 and AB. RGB value is (166,153,171). Sum of RGB (Red+Green+Blue) = 166+153+171=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 171 - color contains mainly: blue. Hex color #A699AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A699AB is #596654. Grayscale: #9E9E9E. Windows color (decimal): -5858901 or 11245990. OLE color: 11245990.

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

Color convert

RGB166153171-
CMYK0.030.1100.33
HSL283.33º9.68%63.53%-
HSV(B)283.33º10.53%67.06%-
XYZ34.4733.8343.24-
YUV158.94134.81133.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.88%
GREEN value IS 153 (60.16% from 255) = 31.22%
BLUE value IS 171 (67.19% from 255) = 34.90%
R=33.88%
G=31.22%
B=34.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661531710.030.1100.33283.339.6863.53
HexA699AB3B02111ba40
Octal24623125331304143312100
Binary101001101001100110101011111011010000110001101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A699AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A699AB; }

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

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

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

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

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

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

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

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