#A494A0

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

Shades of London Hue #A494A0

Tints of London Hue #A494A0

Color information

#A494A0 (or 0xA494A0) is unknown color: approx London Hue. HEX triplet: A4, 94 and A0. RGB value is (164,148,160). Sum of RGB (Red+Green+Blue) = 164+148+160=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 164 - color contains mainly: red. Hex color #A494A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A494A0 is #5B6B5F. Grayscale: #9A9A9A. Windows color (decimal): -5991264 or 10523812. OLE color: 10523812.

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

Color convert

RGB164148160-
CMYK00.100.020.36
HSL315º8.08%61.18%-
HSV(B)315º9.76%64.31%-
XYZ32.2431.6137.66-
YUV154.15131.3135.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.75%
GREEN value IS 148 (58.20% from 255) = 31.36%
BLUE value IS 160 (62.89% from 255) = 33.90%
R=34.75%
G=31.36%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414816000.100.020.363158.0861.18
HexA494A00A22413b83d
Octal2442242400122444731075
Binary10100100100101001010000001010101001001001110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A494A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A494A0; }

 p { color: rgb(164,148,160); }

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

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

 a { background-color: rgb(164,148,160); }

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

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

 span { border-color: rgb(164,148,160); }

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