#A09BA0

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

Shades of London Hue #A09BA0

Tints of London Hue #A09BA0

Color information

#A09BA0 (or 0xA09BA0) is unknown color: approx London Hue. HEX triplet: A0, 9B and A0. RGB value is (160,155,160). Sum of RGB (Red+Green+Blue) = 160+155+160=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A09BA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09BA0 is #5F645F. Grayscale: #9D9D9D. Windows color (decimal): -6251616 or 10525600. OLE color: 10525600.

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

Color convert

RGB160155160-
CMYK00.0300.37
HSL300º2.56%61.76%-
HSV(B)300º3.12%62.75%-
XYZ32.5633.4538-
YUV157.06129.66130.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.68%
GREEN value IS 155 (60.94% from 255) = 32.63%
BLUE value IS 160 (62.89% from 255) = 33.68%
R=33.68%
G=32.63%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015516000.0300.373002.5661.76
HexA09BA00302512c33e
Octal24023324003045454376
Binary101000001001101110100000011010010110010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09BA0; }

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

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

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

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

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

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

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

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