#AA89A4

Color #AA89A4 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #AA89A4

Tints of London Hue #AA89A4

Color information

#AA89A4 (or 0xAA89A4) is unknown color: approx London Hue. HEX triplet: AA, 89 and A4. RGB value is (170,137,164). Sum of RGB (Red+Green+Blue) = 170+137+164=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 164 (64.45% from 255 or 34.82% from 471); Max value from RGB is 170 - color contains mainly: red. Hex color #AA89A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA89A4 is #55765B. Grayscale: #959595. Windows color (decimal): -5600860 or 10783146. OLE color: 10783146.

HSL color Cylindrical-coordinate representation of color #AA89A4: hue angle of 310.91º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA89A4 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB170137164-
CMYK00.190.040.33
HSL310.91º16.26%60.2%-
HSV(B)310.91º19.41%66.67%-
XYZ32.2229.1239.04-
YUV149.94135.93142.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.09%
GREEN value IS 137 (53.91% from 255) = 29.09%
BLUE value IS 164 (64.45% from 255) = 34.82%
R=36.09%
G=29.09%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013716400.190.040.33310.9116.2660.2
HexAA89A4013421137103c
Octal2522112440234414672074
Binary10101010100010011010010001001110010000110011011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA89A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA89A4; }

 p { color: rgb(170,137,164); }

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

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

 a { background-color: rgb(170,137,164); }

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

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

 span { border-color: rgb(170,137,164); }

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