#A889AB

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

Shades of London Hue #A889AB

Tints of London Hue #A889AB

Color information

#A889AB (or 0xA889AB) is unknown color: approx London Hue. HEX triplet: A8, 89 and AB. RGB value is (168,137,171). Sum of RGB (Red+Green+Blue) = 168+137+171=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 171 - color contains mainly: blue. Hex color #A889AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A889AB is #577654. Grayscale: #969696. Windows color (decimal): -5731925 or 11241896. OLE color: 11241896.

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

Color convert

RGB168137171-
CMYK0.020.2000.33
HSL294.71º16.83%60.39%-
HSV(B)294.71º19.88%67.06%-
XYZ32.4429.1642.45-
YUV150.15139.77140.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.29%
GREEN value IS 137 (53.91% from 255) = 28.78%
BLUE value IS 171 (67.19% from 255) = 35.92%
R=35.29%
G=28.78%
B=35.92%

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
Decimal1681371710.020.2000.33294.7116.8360.39
HexA889AB214021127113c
Octal2502112532240414472174
Binary1010100010001001101010111010100010000110010011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A889AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A889AB; }

 p { color: rgb(168,137,171); }

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

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

 a { background-color: rgb(168,137,171); }

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

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

 span { border-color: rgb(168,137,171); }

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