#AD9FAE

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

Shades of London Hue #AD9FAE

Tints of London Hue #AD9FAE

Color information

#AD9FAE (or 0xAD9FAE) is unknown color: approx London Hue. HEX triplet: AD, 9F and AE. RGB value is (173,159,174). Sum of RGB (Red+Green+Blue) = 173+159+174=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 174 (68.36% from 255 or 34.39% from 506); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD9FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9FAE is #526051. Grayscale: #A4A4A4. Windows color (decimal): -5398610 or 11444141. OLE color: 11444141.

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

Color convert

RGB173159174-
CMYK0.010.0900.32
HSL296º8.47%65.29%-
HSV(B)296º8.62%68.24%-
XYZ37.2736.7445.17-
YUV164.9133.14133.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.19%
GREEN value IS 159 (62.5% from 255) = 31.42%
BLUE value IS 174 (68.36% from 255) = 34.39%
R=34.19%
G=31.42%
B=34.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731591740.010.0900.322968.4765.29
HexAD9FAE19020128841
Octal25523725611104045010101
Binary10101101100111111010111011001010000010010100010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9FAE; }

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

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

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

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

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

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

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

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