#A69DA5

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

Shades of London Hue #A69DA5

Tints of London Hue #A69DA5

Color information

#A69DA5 (or 0xA69DA5) is unknown color: approx London Hue. HEX triplet: A6, 9D and A5. RGB value is (166,157,165). Sum of RGB (Red+Green+Blue) = 166+157+165=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 165 (64.84% from 255 or 33.81% from 488); Max value from RGB is 166 - color contains mainly: red. Hex color #A69DA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69DA5 is #59625A. Grayscale: #A0A0A0. Windows color (decimal): -5857883 or 10853798. OLE color: 10853798.

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

Color convert

RGB166157165-
CMYK00.050.010.35
HSL306.67º4.81%63.33%-
HSV(B)306.67º5.42%65.1%-
XYZ34.5734.9440.52-
YUV160.6130.48131.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.02%
GREEN value IS 157 (61.72% from 255) = 32.17%
BLUE value IS 165 (64.84% from 255) = 33.81%
R=34.02%
G=32.17%
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
Decimal16615716500.050.010.35306.674.8163.33
HexA69DA50512313353f
Octal24623524505143463577
Binary10100110100111011010010101011100011100110011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69DA5; }

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

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

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

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

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

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

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

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