#A999AA

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

Shades of London Hue #A999AA

Tints of London Hue #A999AA

Color information

#A999AA (or 0xA999AA) is unknown color: approx London Hue. HEX triplet: A9, 99 and AA. RGB value is (169,153,170). Sum of RGB (Red+Green+Blue) = 169+153+170=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 170 - color contains mainly: blue. Hex color #A999AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A999AA is #566655. Grayscale: #9F9F9F. Windows color (decimal): -5662294 or 11180457. OLE color: 11180457.

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

Color convert

RGB169153170-
CMYK0.010.100.33
HSL296.47º9.09%63.33%-
HSV(B)296.47º10%66.67%-
XYZ35.0134.1242.77-
YUV159.72133.8134.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.35%
GREEN value IS 153 (60.16% from 255) = 31.10%
BLUE value IS 170 (66.80% from 255) = 34.55%
R=34.35%
G=31.10%
B=34.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691531700.010.100.33296.479.0963.33
HexA999AA1A02112893f
Octal2512312521120414501177
Binary1010100110011001101010101101001000011001010001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A999AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A999AA; }

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

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

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

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

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

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

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

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