#AA9FA8

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

Shades of London Hue #AA9FA8

Tints of London Hue #AA9FA8

Color information

#AA9FA8 (or 0xAA9FA8) is unknown color: approx London Hue. HEX triplet: AA, 9F and A8. RGB value is (170,159,168). Sum of RGB (Red+Green+Blue) = 170+159+168=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9FA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9FA8 is #556057. Grayscale: #A3A3A3. Windows color (decimal): -5595224 or 11050922. OLE color: 11050922.

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

Color convert

RGB170159168-
CMYK00.060.010.33
HSL310.91º6.08%64.51%-
HSV(B)310.91º6.47%66.67%-
XYZ36.0436.1742.13-
YUV163.32130.64132.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.21%
GREEN value IS 159 (62.5% from 255) = 31.99%
BLUE value IS 168 (66.02% from 255) = 33.80%
R=34.21%
G=31.99%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015916800.060.010.33310.916.0864.51
HexAA9FA806121137641
Octal252237250061414676101
Binary101010101001111110101000011011000011001101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9FA8; }

 p { color: rgb(170,159,168); }

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

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

 a { background-color: rgb(170,159,168); }

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

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

 span { border-color: rgb(170,159,168); }

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