#A69EAE

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

Shades of East Side #A69EAE

Tints of East Side #A69EAE

Color information

#A69EAE (or 0xA69EAE) is unknown color: approx East Side. HEX triplet: A6, 9E and AE. RGB value is (166,158,174). Sum of RGB (Red+Green+Blue) = 166+158+174=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 174 - color contains mainly: blue. Hex color #A69EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69EAE is #596151. Grayscale: #A2A2A2. Windows color (decimal): -5857618 or 11443878. OLE color: 11443878.

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

Color convert

RGB166158174-
CMYK0.050.0900.32
HSL270º8.99%65.1%-
HSV(B)270º9.2%68.24%-
XYZ35.5935.6245.04-
YUV162.22134.65130.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.33%
GREEN value IS 158 (62.11% from 255) = 31.73%
BLUE value IS 174 (68.36% from 255) = 34.94%
R=33.33%
G=31.73%
B=34.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661581740.050.0900.322708.9965.1
HexA69EAE5902010e941
Octal24623625651104041611101
Binary1010011010011110101011101011001010000010000111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69EAE; }

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

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

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

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

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

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

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

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