#A188A2

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

Shades of London Hue #A188A2

Tints of London Hue #A188A2

Color information

#A188A2 (or 0xA188A2) is unknown color: approx London Hue. HEX triplet: A1, 88 and A2. RGB value is (161,136,162). Sum of RGB (Red+Green+Blue) = 161+136+162=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 162 - color contains mainly: blue. Hex color #A188A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A188A2 is #5E775D. Grayscale: #929292. Windows color (decimal): -6190942 or 10651809. OLE color: 10651809.

HSL color Cylindrical-coordinate representation of color #A188A2: hue angle of 297.69º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A188A2 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB161136162-
CMYK0.010.1600.36
HSL297.69º12.26%58.43%-
HSV(B)297.69º16.05%63.53%-
XYZ30.0227.7937.96-
YUV146.44136.78138.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.08%
GREEN value IS 136 (53.52% from 255) = 29.63%
BLUE value IS 162 (63.67% from 255) = 35.29%
R=35.08%
G=29.63%
B=35.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611361620.010.1600.36297.6912.2658.43
HexA188A211002412ac3a
Octal2412102421200444521472
Binary10100001100010001010001011000001001001001010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A188A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A188A2; }

 p { color: rgb(161,136,162); }

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

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

 a { background-color: rgb(161,136,162); }

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

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

 span { border-color: rgb(161,136,162); }

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