#A698AE

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

Shades of East Side #A698AE

Tints of East Side #A698AE

Color information

#A698AE (or 0xA698AE) is unknown color: approx East Side. HEX triplet: A6, 98 and AE. RGB value is (166,152,174). Sum of RGB (Red+Green+Blue) = 166+152+174=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 174 - color contains mainly: blue. Hex color #A698AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A698AE is #596751. Grayscale: #9E9E9E. Windows color (decimal): -5859154 or 11442342. OLE color: 11442342.

HSL color Cylindrical-coordinate representation of color #A698AE: hue angle of 278.18º 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 #A698AE is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB166152174-
CMYK0.050.1300.32
HSL278.18º11.96%63.92%-
HSV(B)278.18º12.64%68.24%-
XYZ34.5933.6244.71-
YUV158.69136.64133.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.74%
GREEN value IS 152 (59.77% from 255) = 30.89%
BLUE value IS 174 (68.36% from 255) = 35.37%
R=33.74%
G=30.89%
B=35.37%

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
Decimal1661521740.050.1300.32278.1811.9663.92
HexA698AE5D020116c40
Octal24623025651504042614100
Binary1010011010011000101011101011101010000010001011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A698AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A698AE; }

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

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

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

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

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

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

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

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