#A18B9E

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

Shades of London Hue #A18B9E

Tints of London Hue #A18B9E

Color information

#A18B9E (or 0xA18B9E) is unknown color: approx London Hue. HEX triplet: A1, 8B and 9E. RGB value is (161,139,158). Sum of RGB (Red+Green+Blue) = 161+139+158=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 161 - color contains mainly: red. Hex color #A18B9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18B9E is #5E7461. Grayscale: #939393. Windows color (decimal): -6190178 or 10390433. OLE color: 10390433.

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

Color convert

RGB161139158-
CMYK00.140.020.37
HSL308.18º10.48%58.82%-
HSV(B)308.18º13.66%63.14%-
XYZ30.128.5136.26-
YUV147.74133.79137.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.15%
GREEN value IS 139 (54.69% from 255) = 30.35%
BLUE value IS 158 (62.11% from 255) = 34.50%
R=35.15%
G=30.35%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113915800.140.020.37308.1810.4858.82
HexA18B9E0E225134a3b
Octal2412132360162454641273
Binary10100001100010111001111001110101001011001101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18B9E; }

 p { color: rgb(161,139,158); }

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

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

 a { background-color: rgb(161,139,158); }

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

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

 span { border-color: rgb(161,139,158); }

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