#A596A6

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

Shades of London Hue #A596A6

Tints of London Hue #A596A6

Color information

#A596A6 (or 0xA596A6) is unknown color: approx London Hue. HEX triplet: A5, 96 and A6. RGB value is (165,150,166). Sum of RGB (Red+Green+Blue) = 165+150+166=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 166 (65.23% from 255 or 34.51% from 481); Max value from RGB is 166 - color contains mainly: blue. Hex color #A596A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A596A6 is #5A6959. Grayscale: #9C9C9C. Windows color (decimal): -5925210 or 10917541. OLE color: 10917541.

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

Color convert

RGB165150166-
CMYK0.010.1000.35
HSL296.25º8.25%61.96%-
HSV(B)296.25º9.64%65.1%-
XYZ33.3132.5740.61-
YUV156.31133.47134.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.30%
GREEN value IS 150 (58.98% from 255) = 31.19%
BLUE value IS 166 (65.23% from 255) = 34.51%
R=34.30%
G=31.19%
B=34.51%

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
Decimal1651501660.010.1000.35296.258.2561.96
HexA596A61A02312883e
Octal2452262461120434501076
Binary1010010110010110101001101101001000111001010001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A596A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A596A6; }

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

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

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

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

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

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

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

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