#A59CA4

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

Shades of London Hue #A59CA4

Tints of London Hue #A59CA4

Color information

#A59CA4 (or 0xA59CA4) is unknown color: approx London Hue. HEX triplet: A5, 9C and A4. RGB value is (165,156,164). Sum of RGB (Red+Green+Blue) = 165+156+164=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 164 (64.45% from 255 or 33.81% from 485); Max value from RGB is 165 - color contains mainly: red. Hex color #A59CA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59CA4 is #5A635B. Grayscale: #9F9F9F. Windows color (decimal): -5923676 or 10788005. OLE color: 10788005.

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

Color convert

RGB165156164-
CMYK00.050.010.35
HSL306.67º4.76%62.94%-
HSV(B)306.67º5.45%64.71%-
XYZ34.1134.4639.98-
YUV159.6130.48131.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.02%
GREEN value IS 156 (61.33% from 255) = 32.16%
BLUE value IS 164 (64.45% from 255) = 33.81%
R=34.02%
G=32.16%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515616400.050.010.35306.674.7662.94
HexA59CA40512313353f
Octal24523424405143463577
Binary10100101100111001010010001011100011100110011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59CA4; }

 p { color: rgb(165,156,164); }

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

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

 a { background-color: rgb(165,156,164); }

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

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

 span { border-color: rgb(165,156,164); }

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