#A0909D

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

Shades of London Hue #A0909D

Tints of London Hue #A0909D

Color information

#A0909D (or 0xA0909D) is unknown color: approx London Hue. HEX triplet: A0, 90 and 9D. RGB value is (160,144,157). Sum of RGB (Red+Green+Blue) = 160+144+157=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 160 - color contains mainly: red. Hex color #A0909D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0909D is #5F6F62. Grayscale: #969696. Windows color (decimal): -6254435 or 10326176. OLE color: 10326176.

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

Color convert

RGB160144157-
CMYK00.10.020.37
HSL311.25º7.77%59.61%-
HSV(B)311.25º10%62.75%-
XYZ30.5629.8536.05-
YUV150.27131.8134.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.71%
GREEN value IS 144 (56.64% from 255) = 31.24%
BLUE value IS 157 (61.72% from 255) = 34.06%
R=34.71%
G=31.24%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014415700.10.020.37311.257.7759.61
HexA0909D0A22513783c
Octal2402202350122454671074
Binary10100000100100001001110101010101001011001101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0909D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0909D; }

 p { color: rgb(160,144,157); }

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

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

 a { background-color: rgb(160,144,157); }

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

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

 span { border-color: rgb(160,144,157); }

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