#A696A2

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

Shades of London Hue #A696A2

Tints of London Hue #A696A2

Color information

#A696A2 (or 0xA696A2) is unknown color: approx London Hue. HEX triplet: A6, 96 and A2. RGB value is (166,150,162). Sum of RGB (Red+Green+Blue) = 166+150+162=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 162 (63.67% from 255 or 33.89% from 478); Max value from RGB is 166 - color contains mainly: red. Hex color #A696A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A696A2 is #59695D. Grayscale: #9C9C9C. Windows color (decimal): -5859678 or 10655398. OLE color: 10655398.

HSL color Cylindrical-coordinate representation of color #A696A2: hue angle of 315º 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 #A696A2 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB166150162-
CMYK00.100.020.35
HSL315º8.25%61.96%-
HSV(B)315º9.64%65.1%-
XYZ33.1532.5338.71-
YUV156.15131.3135.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.73%
GREEN value IS 150 (58.98% from 255) = 31.38%
BLUE value IS 162 (63.67% from 255) = 33.89%
R=34.73%
G=31.38%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615016200.100.020.353158.2561.96
HexA696A20A22313b83e
Octal2462262420122434731076
Binary10100110100101101010001001010101000111001110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A696A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A696A2; }

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

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

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

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

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

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

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

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