#A89BAE

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

Shades of East Side #A89BAE

Tints of East Side #A89BAE

Color information

#A89BAE (or 0xA89BAE) is unknown color: approx East Side. HEX triplet: A8, 9B and AE. RGB value is (168,155,174). Sum of RGB (Red+Green+Blue) = 168+155+174=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 174 - color contains mainly: blue. Hex color #A89BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89BAE is #576451. Grayscale: #A0A0A0. Windows color (decimal): -5727314 or 11443112. OLE color: 11443112.

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

Color convert

RGB168155174-
CMYK0.030.1100.32
HSL281.05º10.5%64.51%-
HSV(B)281.05º10.92%68.24%-
XYZ35.5134.8244.89-
YUV161.05135.31132.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.80%
GREEN value IS 155 (60.94% from 255) = 31.19%
BLUE value IS 174 (68.36% from 255) = 35.01%
R=33.80%
G=31.19%
B=35.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681551740.030.1100.32281.0510.564.51
HexA89BAE3B020119a41
Octal25023325631304043112101
Binary101010001001101110101110111011010000010001100110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89BAE; }

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

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

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

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

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

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

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

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