#AA93A3

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

Shades of London Hue #AA93A3

Tints of London Hue #AA93A3

Color information

#AA93A3 (or 0xAA93A3) is unknown color: approx London Hue. HEX triplet: AA, 93 and A3. RGB value is (170,147,163). Sum of RGB (Red+Green+Blue) = 170+147+163=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 163 (64.06% from 255 or 33.96% from 480); Max value from RGB is 170 - color contains mainly: red. Hex color #AA93A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA93A3 is #556C5C. Grayscale: #9B9B9B. Windows color (decimal): -5598301 or 10720170. OLE color: 10720170.

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

Color convert

RGB170147163-
CMYK00.140.040.33
HSL318.26º11.92%62.16%-
HSV(B)318.26º13.53%66.67%-
XYZ33.6232.0639.07-
YUV155.7132.12138.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.42%
GREEN value IS 147 (57.81% from 255) = 30.62%
BLUE value IS 163 (64.06% from 255) = 33.96%
R=35.42%
G=30.62%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014716300.140.040.33318.2611.9262.16
HexAA93A30E42113ec3e
Octal2522232430164414761476
Binary101010101001001110100011011101001000011001111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA93A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA93A3; }

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

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

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

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

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

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

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

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