#A0879E

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

Shades of London Hue #A0879E

Tints of London Hue #A0879E

Color information

#A0879E (or 0xA0879E) is unknown color: approx London Hue. HEX triplet: A0, 87 and 9E. RGB value is (160,135,158). Sum of RGB (Red+Green+Blue) = 160+135+158=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 160 - color contains mainly: red. Hex color #A0879E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0879E is #5F7861. Grayscale: #919191. Windows color (decimal): -6256738 or 10389408. OLE color: 10389408.

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

Color convert

RGB160135158-
CMYK00.160.010.37
HSL304.8º11.63%57.84%-
HSV(B)304.8º15.62%62.75%-
XYZ29.3327.2736.07-
YUV145.1135.28138.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.32%
GREEN value IS 135 (53.12% from 255) = 29.80%
BLUE value IS 158 (62.11% from 255) = 34.88%
R=35.32%
G=29.80%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013515800.160.010.37304.811.6357.84
HexA0879E010125131c3a
Octal2402072360201454611472
Binary10100000100001111001111001000011001011001100011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0879E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0879E; }

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

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

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

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

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

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

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

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