#AD9FA9

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

Shades of London Hue #AD9FA9

Tints of London Hue #AD9FA9

Color information

#AD9FA9 (or 0xAD9FA9) is unknown color: approx London Hue. HEX triplet: AD, 9F and A9. RGB value is (173,159,169). Sum of RGB (Red+Green+Blue) = 173+159+169=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 169 (66.41% from 255 or 33.73% from 501); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9FA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9FA9 is #526056. Grayscale: #A4A4A4. Windows color (decimal): -5398615 or 11116461. OLE color: 11116461.

HSL color Cylindrical-coordinate representation of color #AD9FA9: hue angle of 317.14º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AD9FA9 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB173159169-
CMYK00.080.020.32
HSL317.14º7.87%65.1%-
HSV(B)317.14º8.09%67.84%-
XYZ36.7936.5542.65-
YUV164.33130.64134.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.53%
GREEN value IS 159 (62.5% from 255) = 31.74%
BLUE value IS 169 (66.41% from 255) = 33.73%
R=34.53%
G=31.74%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315916900.080.020.32317.147.8765.1
HexAD9FA90822013d841
Octal25523725101024047510101
Binary101011011001111110101001010001010000010011110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9FA9; }

 p { color: rgb(173,159,169); }

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

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

 a { background-color: rgb(173,159,169); }

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

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

 span { border-color: rgb(173,159,169); }

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