#A699AE

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

Shades of East Side #A699AE

Tints of East Side #A699AE

Color information

#A699AE (or 0xA699AE) is unknown color: approx East Side. HEX triplet: A6, 99 and AE. RGB value is (166,153,174). Sum of RGB (Red+Green+Blue) = 166+153+174=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 174 - color contains mainly: blue. Hex color #A699AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A699AE is #596651. Grayscale: #9F9F9F. Windows color (decimal): -5858898 or 11442598. OLE color: 11442598.

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

Color convert

RGB166153174-
CMYK0.050.1200.32
HSL277.14º11.48%64.12%-
HSV(B)277.14º12.07%68.24%-
XYZ34.7633.9544.76-
YUV159.28136.31132.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.67%
GREEN value IS 153 (60.16% from 255) = 31.03%
BLUE value IS 174 (68.36% from 255) = 35.29%
R=33.67%
G=31.03%
B=35.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661531740.050.1200.32277.1411.4864.12
HexA699AE5C020115b40
Octal24623125651404042513100
Binary1010011010011001101011101011100010000010001010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A699AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A699AE; }

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

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

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

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

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

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

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

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