#A689A4

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

Shades of London Hue #A689A4

Tints of London Hue #A689A4

Color information

#A689A4 (or 0xA689A4) is unknown color: approx London Hue. HEX triplet: A6, 89 and A4. RGB value is (166,137,164). Sum of RGB (Red+Green+Blue) = 166+137+164=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 166 - color contains mainly: red. Hex color #A689A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A689A4 is #59765B. Grayscale: #949494. Windows color (decimal): -5863004 or 10783142. OLE color: 10783142.

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

Color convert

RGB166137164-
CMYK00.170.010.35
HSL304.14º14.01%59.41%-
HSV(B)304.14º17.47%65.1%-
XYZ31.3728.6839-
YUV148.75136.61140.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.55%
GREEN value IS 137 (53.91% from 255) = 29.34%
BLUE value IS 164 (64.45% from 255) = 35.12%
R=35.55%
G=29.34%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613716400.170.010.35304.1414.0159.41
HexA689A4011123130e3b
Octal2462112440211434601673
Binary10100110100010011010010001000111000111001100001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A689A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A689A4; }

 p { color: rgb(166,137,164); }

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

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

 a { background-color: rgb(166,137,164); }

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

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

 span { border-color: rgb(166,137,164); }

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