#A99AAA

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

Shades of London Hue #A99AAA

Tints of London Hue #A99AAA

Color information

#A99AAA (or 0xA99AAA) is unknown color: approx London Hue. HEX triplet: A9, 9A and AA. RGB value is (169,154,170). Sum of RGB (Red+Green+Blue) = 169+154+170=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 170 - color contains mainly: blue. Hex color #A99AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99AAA is #566555. Grayscale: #A0A0A0. Windows color (decimal): -5662038 or 11180713. OLE color: 11180713.

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

Color convert

RGB169154170-
CMYK0.010.0900.33
HSL296.25º8.6%63.53%-
HSV(B)296.25º9.41%66.67%-
XYZ35.1734.4542.83-
YUV160.31133.47134.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.28%
GREEN value IS 154 (60.55% from 255) = 31.24%
BLUE value IS 170 (66.80% from 255) = 34.48%
R=34.28%
G=31.24%
B=34.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691541700.010.0900.33296.258.663.53
HexA99AAA19021128940
Octal25123225211104145011100
Binary10101001100110101010101011001010000110010100010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99AAA; }

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

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

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

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

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

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

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

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