#A989AC

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

Shades of London Hue #A989AC

Tints of London Hue #A989AC

Color information

#A989AC (or 0xA989AC) is unknown color: approx London Hue. HEX triplet: A9, 89 and AC. RGB value is (169,137,172). Sum of RGB (Red+Green+Blue) = 169+137+172=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 172 - color contains mainly: blue. Hex color #A989AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A989AC is #567653. Grayscale: #969696. Windows color (decimal): -5666388 or 11307433. OLE color: 11307433.

HSL color Cylindrical-coordinate representation of color #A989AC: hue angle of 294.86º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A989AC is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB169137172-
CMYK0.020.2000.33
HSL294.86º17.41%60.59%-
HSV(B)294.86º20.35%67.45%-
XYZ32.7529.342.96-
YUV150.56140.1141.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.36%
GREEN value IS 137 (53.91% from 255) = 28.66%
BLUE value IS 172 (67.58% from 255) = 35.98%
R=35.36%
G=28.66%
B=35.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691371720.020.2000.33294.8617.4160.59
HexA989AC214021127113d
Octal2512112542240414472175
Binary1010100110001001101011001010100010000110010011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A989AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A989AC; }

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

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

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

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

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

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

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

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