#A1919E

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

Shades of London Hue #A1919E

Tints of London Hue #A1919E

Color information

#A1919E (or 0xA1919E) is unknown color: approx London Hue. HEX triplet: A1, 91 and 9E. RGB value is (161,145,158). Sum of RGB (Red+Green+Blue) = 161+145+158=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 161 - color contains mainly: red. Hex color #A1919E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1919E is #5E6E61. Grayscale: #979797. Windows color (decimal): -6188642 or 10391969. OLE color: 10391969.

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

Color convert

RGB161145158-
CMYK00.100.020.37
HSL311.25º7.84%60%-
HSV(B)311.25º9.94%63.14%-
XYZ30.9930.336.56-
YUV151.27131.8134.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.70%
GREEN value IS 145 (57.03% from 255) = 31.25%
BLUE value IS 158 (62.11% from 255) = 34.05%
R=34.70%
G=31.25%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114515800.100.020.37311.257.8460
HexA1919E0A22513783c
Octal2412212360122454671074
Binary10100001100100011001111001010101001011001101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1919E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1919E; }

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

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

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

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

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

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

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

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