#A0919E

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

Shades of London Hue #A0919E

Tints of London Hue #A0919E

Color information

#A0919E (or 0xA0919E) is unknown color: approx London Hue. HEX triplet: A0, 91 and 9E. RGB value is (160,145,158). Sum of RGB (Red+Green+Blue) = 160+145+158=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 160 - color contains mainly: red. Hex color #A0919E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0919E is #5F6E61. Grayscale: #969696. Windows color (decimal): -6254178 or 10391968. OLE color: 10391968.

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

Color convert

RGB160145158-
CMYK00.090.010.37
HSL308º7.32%59.8%-
HSV(B)308º9.38%62.75%-
XYZ30.7930.1936.55-
YUV150.97131.97134.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.56%
GREEN value IS 145 (57.03% from 255) = 31.32%
BLUE value IS 158 (62.11% from 255) = 34.13%
R=34.56%
G=31.32%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014515800.090.010.373087.3259.8
HexA0919E0912513473c
Octal240221236011145464774
Binary101000001001000110011110010011100101100110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0919E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0919E; }

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

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

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

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

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

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

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

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