#AA99A5

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

Shades of London Hue #AA99A5

Tints of London Hue #AA99A5

Color information

#AA99A5 (or 0xAA99A5) is unknown color: approx London Hue. HEX triplet: AA, 99 and A5. RGB value is (170,153,165). Sum of RGB (Red+Green+Blue) = 170+153+165=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 165 (64.84% from 255 or 33.81% from 488); Max value from RGB is 170 - color contains mainly: red. Hex color #AA99A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA99A5 is #55665A. Grayscale: #9F9F9F. Windows color (decimal): -5596763 or 10852778. OLE color: 10852778.

HSL color Cylindrical-coordinate representation of color #AA99A5: hue angle of 317.65º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AA99A5 is Cyan = 0, Magento = 0.1, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB170153165-
CMYK00.10.030.33
HSL317.65º9.09%63.33%-
HSV(B)317.65º10%66.67%-
XYZ34.7634.0540.34-
YUV159.45131.13135.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.84%
GREEN value IS 153 (60.16% from 255) = 31.35%
BLUE value IS 165 (64.84% from 255) = 33.81%
R=34.84%
G=31.35%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015316500.10.030.33317.659.0963.33
HexAA99A50A32113e93f
Octal2522312450123414761177
Binary10101010100110011010010101010111000011001111101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA99A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA99A5; }

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

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

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

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

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

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

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

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