#AA89A3

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

Shades of London Hue #AA89A3

Tints of London Hue #AA89A3

Color information

#AA89A3 (or 0xAA89A3) is unknown color: approx London Hue. HEX triplet: AA, 89 and A3. RGB value is (170,137,163). Sum of RGB (Red+Green+Blue) = 170+137+163=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 170 - color contains mainly: red. Hex color #AA89A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA89A3 is #55765C. Grayscale: #959595. Windows color (decimal): -5600861 or 10717610. OLE color: 10717610.

HSL color Cylindrical-coordinate representation of color #AA89A3: hue angle of 312.73º 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 #AA89A3 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB170137163-
CMYK00.190.040.33
HSL312.73º16.26%60.2%-
HSV(B)312.73º19.41%66.67%-
XYZ32.1329.0838.57-
YUV149.83135.43142.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.17%
GREEN value IS 137 (53.91% from 255) = 29.15%
BLUE value IS 163 (64.06% from 255) = 34.68%
R=36.17%
G=29.15%
B=34.68%

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
Decimal17013716300.190.040.33312.7316.2660.2
HexAA89A3013421139103c
Octal2522112430234414712074
Binary10101010100010011010001101001110010000110011100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA89A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA89A3; }

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

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

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

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

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

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

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

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