#A0889E

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

Shades of London Hue #A0889E

Tints of London Hue #A0889E

Color information

#A0889E (or 0xA0889E) is unknown color: approx London Hue. HEX triplet: A0, 88 and 9E. RGB value is (160,136,158). Sum of RGB (Red+Green+Blue) = 160+136+158=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 158 (62.11% from 255 or 34.80% from 454); Max value from RGB is 160 - color contains mainly: red. Hex color #A0889E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0889E is #5F7761. Grayscale: #919191. Windows color (decimal): -6256482 or 10389664. OLE color: 10389664.

HSL color Cylindrical-coordinate representation of color #A0889E: hue angle of 305º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0889E is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB160136158-
CMYK00.150.010.37
HSL305º11.21%58.04%-
HSV(B)305º15%62.75%-
XYZ29.4727.5536.11-
YUV145.68134.95138.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.24%
GREEN value IS 136 (53.52% from 255) = 29.96%
BLUE value IS 158 (62.11% from 255) = 34.80%
R=35.24%
G=29.96%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013615800.150.010.3730511.2158.04
HexA0889E0F125131b3a
Octal2402102360171454611372
Binary1010000010001000100111100111111001011001100011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0889E; }

 p { color: rgb(160,136,158); }

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

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

 a { background-color: rgb(160,136,158); }

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

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

 span { border-color: rgb(160,136,158); }

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