#A496A1

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

Shades of London Hue #A496A1

Tints of London Hue #A496A1

Color information

#A496A1 (or 0xA496A1) is unknown color: approx London Hue. HEX triplet: A4, 96 and A1. RGB value is (164,150,161). Sum of RGB (Red+Green+Blue) = 164+150+161=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 164 - color contains mainly: red. Hex color #A496A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A496A1 is #5B695E. Grayscale: #9B9B9B. Windows color (decimal): -5990751 or 10589860. OLE color: 10589860.

HSL color Cylindrical-coordinate representation of color #A496A1: hue angle of 312.86º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A496A1 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB164150161-
CMYK00.090.020.36
HSL312.86º7.14%61.57%-
HSV(B)312.86º8.54%64.31%-
XYZ32.6532.2838.23-
YUV155.44131.14134.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.53%
GREEN value IS 150 (58.98% from 255) = 31.58%
BLUE value IS 161 (63.28% from 255) = 33.89%
R=34.53%
G=31.58%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415016100.090.020.36312.867.1461.57
HexA496A10922413973e
Octal244226241011244471776
Binary1010010010010110101000010100110100100100111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A496A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A496A1; }

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

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

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

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

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

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

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

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