#AD9DAF

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

Shades of London Hue #AD9DAF

Tints of London Hue #AD9DAF

Color information

#AD9DAF (or 0xAD9DAF) is unknown color: approx London Hue. HEX triplet: AD, 9D and AF. RGB value is (173,157,175). Sum of RGB (Red+Green+Blue) = 173+157+175=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD9DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9DAF is #526250. Grayscale: #A3A3A3. Windows color (decimal): -5399121 or 11509165. OLE color: 11509165.

HSL color Cylindrical-coordinate representation of color #AD9DAF: hue angle of 293.33º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AD9DAF is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB173157175-
CMYK0.010.1000.31
HSL293.33º10.11%65.1%-
HSV(B)293.33º10.29%68.63%-
XYZ37.0336.0945.57-
YUV163.84134.3134.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.26%
GREEN value IS 157 (61.72% from 255) = 31.09%
BLUE value IS 175 (68.75% from 255) = 34.65%
R=34.26%
G=31.09%
B=34.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731571750.010.1000.31293.3310.1165.1
HexAD9DAF1A01F125a41
Octal25523525711203744512101
Binary1010110110011101101011111101001111110010010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9DAF; }

 p { color: rgb(173,157,175); }

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

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

 a { background-color: rgb(173,157,175); }

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

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

 span { border-color: rgb(173,157,175); }

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