#A089AE

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

Shades of East Side #A089AE

Tints of East Side #A089AE

Color information

#A089AE (or 0xA089AE) is unknown color: approx East Side. HEX triplet: A0, 89 and AE. RGB value is (160,137,174). Sum of RGB (Red+Green+Blue) = 160+137+174=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 174 - color contains mainly: blue. Hex color #A089AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A089AE is #5F7651. Grayscale: #939393. Windows color (decimal): -6256210 or 11438496. OLE color: 11438496.

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

Color convert

RGB160137174-
CMYK0.080.2100.32
HSL277.3º18.59%60.98%-
HSV(B)277.3º21.26%68.24%-
XYZ31.0828.4243.89-
YUV148.1142.62136.49-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.97%
GREEN value IS 137 (53.91% from 255) = 29.09%
BLUE value IS 174 (68.36% from 255) = 36.94%
R=33.97%
G=29.09%
B=36.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601371740.080.2100.32277.318.5960.98
HexA089AE815020115133d
Octal24021125610250404252375
Binary101000001000100110101110100010101010000010001010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A089AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A089AE; }

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

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

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

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

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

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

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

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