#A0859E

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

Shades of London Hue #A0859E

Tints of London Hue #A0859E

Color information

#A0859E (or 0xA0859E) is unknown color: approx London Hue. HEX triplet: A0, 85 and 9E. RGB value is (160,133,158). Sum of RGB (Red+Green+Blue) = 160+133+158=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 160 - color contains mainly: red. Hex color #A0859E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0859E is #5F7A61. Grayscale: #8F8F8F. Windows color (decimal): -6257250 or 10388896. OLE color: 10388896.

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

Color convert

RGB160133158-
CMYK00.170.010.37
HSL304.44º12.44%57.45%-
HSV(B)304.44º16.88%62.75%-
XYZ29.0626.7235.97-
YUV143.92135.95139.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.48%
GREEN value IS 133 (52.34% from 255) = 29.49%
BLUE value IS 158 (62.11% from 255) = 35.03%
R=35.48%
G=29.49%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013315800.170.010.37304.4412.4457.45
HexA0859E011125130c39
Octal2402052360211454601471
Binary10100000100001011001111001000111001011001100001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0859E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0859E; }

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

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

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

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

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

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

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

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