#A989A6

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

Shades of London Hue #A989A6

Tints of London Hue #A989A6

Color information

#A989A6 (or 0xA989A6) is unknown color: approx London Hue. HEX triplet: A9, 89 and A6. RGB value is (169,137,166). Sum of RGB (Red+Green+Blue) = 169+137+166=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 166 (65.23% from 255 or 35.17% from 472); Max value from RGB is 169 - color contains mainly: red. Hex color #A989A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A989A6 is #567659. Grayscale: #959595. Windows color (decimal): -5666394 or 10914217. OLE color: 10914217.

HSL color Cylindrical-coordinate representation of color #A989A6: hue angle of 305.62º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A989A6 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB169137166-
CMYK00.190.020.34
HSL305.62º15.69%60%-
HSV(B)305.62º18.93%66.27%-
XYZ32.1929.0839.99-
YUV149.87137.1141.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.81%
GREEN value IS 137 (53.91% from 255) = 29.03%
BLUE value IS 166 (65.23% from 255) = 35.17%
R=35.81%
G=29.03%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913716600.190.020.34305.6215.6960
HexA989A6013222132103c
Octal2512112460232424622074
Binary1010100110001001101001100100111010001010011001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A989A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A989A6; }

 p { color: rgb(169,137,166); }

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

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

 a { background-color: rgb(169,137,166); }

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

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

 span { border-color: rgb(169,137,166); }

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