#A18E9E

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

Shades of London Hue #A18E9E

Tints of London Hue #A18E9E

Color information

#A18E9E (or 0xA18E9E) is unknown color: approx London Hue. HEX triplet: A1, 8E and 9E. RGB value is (161,142,158). Sum of RGB (Red+Green+Blue) = 161+142+158=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18E9E is #5E7161. Grayscale: #959595. Windows color (decimal): -6189410 or 10391201. OLE color: 10391201.

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

Color convert

RGB161142158-
CMYK00.120.020.37
HSL309.47º9.18%59.41%-
HSV(B)309.47º11.8%63.14%-
XYZ30.5429.3936.41-
YUV149.5132.79136.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.92%
GREEN value IS 142 (55.86% from 255) = 30.80%
BLUE value IS 158 (62.11% from 255) = 34.27%
R=34.92%
G=30.80%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114215800.120.020.37309.479.1859.41
HexA18E9E0C22513593b
Octal2412162360142454651173
Binary10100001100011101001111001100101001011001101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18E9E; }

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

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

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

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

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

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

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

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