#AA93A5

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

Shades of London Hue #AA93A5

Tints of London Hue #AA93A5

Color information

#AA93A5 (or 0xAA93A5) is unknown color: approx London Hue. HEX triplet: AA, 93 and A5. RGB value is (170,147,165). Sum of RGB (Red+Green+Blue) = 170+147+165=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 165 (64.84% from 255 or 34.23% from 482); Max value from RGB is 170 - color contains mainly: red. Hex color #AA93A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA93A5 is #556C5A. Grayscale: #9B9B9B. Windows color (decimal): -5598299 or 10851242. OLE color: 10851242.

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

Color convert

RGB170147165-
CMYK00.140.030.33
HSL313.04º11.92%62.16%-
HSV(B)313.04º13.53%66.67%-
XYZ33.832.1340.02-
YUV155.93133.12138.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.27%
GREEN value IS 147 (57.81% from 255) = 30.50%
BLUE value IS 165 (64.84% from 255) = 34.23%
R=35.27%
G=30.50%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014716500.140.030.33313.0411.9262.16
HexAA93A50E321139c3e
Octal2522232450163414711476
Binary10101010100100111010010101110111000011001110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA93A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA93A5; }

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

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

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

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

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

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

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

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