#A0909F

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

Shades of London Hue #A0909F

Tints of London Hue #A0909F

Color information

#A0909F (or 0xA0909F) is unknown color: approx London Hue. HEX triplet: A0, 90 and 9F. RGB value is (160,144,159). Sum of RGB (Red+Green+Blue) = 160+144+159=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 160 - color contains mainly: red. Hex color #A0909F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0909F is #5F6F60. Grayscale: #969696. Windows color (decimal): -6254433 or 10457248. OLE color: 10457248.

HSL color Cylindrical-coordinate representation of color #A0909F: hue angle of 303.75º 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 #A0909F is Cyan = 0, Magento = 0.1, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB160144159-
CMYK00.10.010.37
HSL303.75º7.77%59.61%-
HSV(B)303.75º10%62.75%-
XYZ30.7329.9236.96-
YUV150.49132.8134.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.56%
GREEN value IS 144 (56.64% from 255) = 31.10%
BLUE value IS 159 (62.5% from 255) = 34.34%
R=34.56%
G=31.10%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014415900.10.010.37303.757.7759.61
HexA0909F0A12513083c
Octal2402202370121454601074
Binary1010000010010000100111110101011001011001100001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0909F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0909F; }

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

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

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

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

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

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

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

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