#A889AE

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

Shades of East Side #A889AE

Tints of East Side #A889AE

Color information

#A889AE (or 0xA889AE) is unknown color: approx East Side. HEX triplet: A8, 89 and AE. RGB value is (168,137,174). Sum of RGB (Red+Green+Blue) = 168+137+174=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 174 - color contains mainly: blue. Hex color #A889AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A889AE is #577651. Grayscale: #969696. Windows color (decimal): -5731922 or 11438504. OLE color: 11438504.

HSL color Cylindrical-coordinate representation of color #A889AE: hue angle of 290.27º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A889AE is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB168137174-
CMYK0.030.2100.32
HSL290.27º18.59%60.98%-
HSV(B)290.27º21.26%68.24%-
XYZ32.7329.2743.97-
YUV150.49141.27140.49-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.07%
GREEN value IS 137 (53.91% from 255) = 28.60%
BLUE value IS 174 (68.36% from 255) = 36.33%
R=35.07%
G=28.60%
B=36.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681371740.030.2100.32290.2718.5960.98
HexA889AE315020122133d
Octal2502112563250404422375
Binary1010100010001001101011101110101010000010010001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A889AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A889AE; }

 p { color: rgb(168,137,174); }

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

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

 a { background-color: rgb(168,137,174); }

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

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

 span { border-color: rgb(168,137,174); }

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