#A09B9F

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

Shades of London Hue #A09B9F

Tints of London Hue #A09B9F

Color information

#A09B9F (or 0xA09B9F) is unknown color: approx London Hue. HEX triplet: A0, 9B and 9F. RGB value is (160,155,159). Sum of RGB (Red+Green+Blue) = 160+155+159=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09B9F is #5F6460. Grayscale: #9C9C9C. Windows color (decimal): -6251617 or 10460064. OLE color: 10460064.

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

Color convert

RGB160155159-
CMYK00.030.010.37
HSL312º2.56%61.76%-
HSV(B)312º3.12%62.75%-
XYZ32.4833.4237.54-
YUV156.95129.16130.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.76%
GREEN value IS 155 (60.94% from 255) = 32.70%
BLUE value IS 159 (62.5% from 255) = 33.54%
R=33.76%
G=32.70%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015515900.030.010.373122.5661.76
HexA09B9F0312513833e
Octal24023323703145470376
Binary101000001001101110011111011110010110011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09B9F; }

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

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

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

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

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

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

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

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