#A496A6

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

Shades of London Hue #A496A6

Tints of London Hue #A496A6

Color information

#A496A6 (or 0xA496A6) is unknown color: approx London Hue. HEX triplet: A4, 96 and A6. RGB value is (164,150,166). Sum of RGB (Red+Green+Blue) = 164+150+166=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 166 (65.23% from 255 or 34.58% from 480); Max value from RGB is 166 - color contains mainly: blue. Hex color #A496A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A496A6 is #5B6959. Grayscale: #9B9B9B. Windows color (decimal): -5990746 or 10917540. OLE color: 10917540.

HSL color Cylindrical-coordinate representation of color #A496A6: hue angle of 292.5º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A496A6 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB164150166-
CMYK0.010.1000.35
HSL292.5º8.25%61.96%-
HSV(B)292.5º9.64%65.1%-
XYZ33.132.4640.6-
YUV156.01133.64133.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.17%
GREEN value IS 150 (58.98% from 255) = 31.25%
BLUE value IS 166 (65.23% from 255) = 34.58%
R=34.17%
G=31.25%
B=34.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1641501660.010.1000.35292.58.2561.96
HexA496A61A02312583e
Octal2442262461120434451076
Binary1010010010010110101001101101001000111001001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A496A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A496A6; }

 p { color: rgb(164,150,166); }

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

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

 a { background-color: rgb(164,150,166); }

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

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

 span { border-color: rgb(164,150,166); }

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