#A496A3

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

Shades of London Hue #A496A3

Tints of London Hue #A496A3

Color information

#A496A3 (or 0xA496A3) is unknown color: approx London Hue. HEX triplet: A4, 96 and A3. RGB value is (164,150,163). Sum of RGB (Red+Green+Blue) = 164+150+163=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 163 (64.06% from 255 or 34.17% from 477); Max value from RGB is 164 - color contains mainly: red. Hex color #A496A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A496A3 is #5B695C. Grayscale: #9B9B9B. Windows color (decimal): -5990749 or 10720932. OLE color: 10720932.

HSL color Cylindrical-coordinate representation of color #A496A3: hue angle of 304.29º 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 #A496A3 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB164150163-
CMYK00.090.010.36
HSL304.29º7.14%61.57%-
HSV(B)304.29º8.54%64.31%-
XYZ32.8332.3539.16-
YUV155.67132.14133.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.38%
GREEN value IS 150 (58.98% from 255) = 31.45%
BLUE value IS 163 (64.06% from 255) = 34.17%
R=34.38%
G=31.45%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415016300.090.010.36304.297.1461.57
HexA496A30912413073e
Octal244226243011144460776
Binary101001001001011010100011010011100100100110000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A496A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A496A3; }

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

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

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

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

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

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

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

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