#A99AAB

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

Shades of London Hue #A99AAB

Tints of London Hue #A99AAB

Color information

#A99AAB (or 0xA99AAB) is unknown color: approx London Hue. HEX triplet: A9, 9A and AB. RGB value is (169,154,171). Sum of RGB (Red+Green+Blue) = 169+154+171=494 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.21% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 171 - color contains mainly: blue. Hex color #A99AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99AAB is #566554. Grayscale: #A0A0A0. Windows color (decimal): -5662037 or 11246249. OLE color: 11246249.

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

Color convert

RGB169154171-
CMYK0.010.1000.33
HSL292.94º9.19%63.73%-
HSV(B)292.94º9.94%67.06%-
XYZ35.2734.4943.33-
YUV160.42133.97134.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.21%
GREEN value IS 154 (60.55% from 255) = 31.17%
BLUE value IS 171 (67.19% from 255) = 34.62%
R=34.21%
G=31.17%
B=34.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691541710.010.1000.33292.949.1963.73
HexA99AAB1A021125940
Octal25123225311204144511100
Binary10101001100110101010101111010010000110010010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99AAB; }

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

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

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

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

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

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

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

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