#A18A9E

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

Shades of London Hue #A18A9E

Tints of London Hue #A18A9E

Color information

#A18A9E (or 0xA18A9E) is unknown color: approx London Hue. HEX triplet: A1, 8A and 9E. RGB value is (161,138,158). Sum of RGB (Red+Green+Blue) = 161+138+158=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18A9E is #5E7561. Grayscale: #939393. Windows color (decimal): -6190434 or 10390177. OLE color: 10390177.

HSL color Cylindrical-coordinate representation of color #A18A9E: hue angle of 307.83º degrees, saturation: 0.11, 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 #A18A9E is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB161138158-
CMYK00.140.020.37
HSL307.83º10.9%58.63%-
HSV(B)307.83º14.29%63.14%-
XYZ29.9628.2236.22-
YUV147.16134.12137.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.23%
GREEN value IS 138 (54.30% from 255) = 30.20%
BLUE value IS 158 (62.11% from 255) = 34.57%
R=35.23%
G=30.20%
B=34.57%

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
Decimal16113815800.140.020.37307.8310.958.63
HexA18A9E0E225134b3b
Octal2412122360162454641373
Binary10100001100010101001111001110101001011001101001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18A9E; }

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

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

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

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

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

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

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

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