#AA9AB4

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

Shades of East Side #AA9AB4

Tints of East Side #AA9AB4

Color information

#AA9AB4 (or 0xAA9AB4) is unknown color: approx East Side. HEX triplet: AA, 9A and B4. RGB value is (170,154,180). Sum of RGB (Red+Green+Blue) = 170+154+180=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA9AB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9AB4 is #55654B. Grayscale: #A1A1A1. Windows color (decimal): -5596492 or 11836074. OLE color: 11836074.

HSL color Cylindrical-coordinate representation of color #AA9AB4: hue angle of 276.92º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AA9AB4 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB170154180-
CMYK0.060.1400.29
HSL276.92º14.77%65.49%-
HSV(B)276.92º14.44%70.59%-
XYZ36.3734.9548.01-
YUV161.75138.3133.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.73%
GREEN value IS 154 (60.55% from 255) = 30.56%
BLUE value IS 180 (70.70% from 255) = 35.71%
R=33.73%
G=30.56%
B=35.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701541800.060.1400.29276.9214.7765.49
HexAA9AB46E01D115f41
Octal25223226461603542517101
Binary101010101001101010110100110111001110110001010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9AB4; }

 p { color: rgb(170,154,180); }

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

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

 a { background-color: rgb(170,154,180); }

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

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

 span { border-color: rgb(170,154,180); }

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