#AD9EAE

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

Shades of London Hue #AD9EAE

Tints of London Hue #AD9EAE

Color information

#AD9EAE (or 0xAD9EAE) is unknown color: approx London Hue. HEX triplet: AD, 9E and AE. RGB value is (173,158,174). Sum of RGB (Red+Green+Blue) = 173+158+174=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD9EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9EAE is #526151. Grayscale: #A4A4A4. Windows color (decimal): -5398866 or 11443885. OLE color: 11443885.

HSL color Cylindrical-coordinate representation of color #AD9EAE: hue angle of 296.25º degrees, saturation: 0.09, 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 #AD9EAE is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB173158174-
CMYK0.010.0900.32
HSL296.25º8.99%65.1%-
HSV(B)296.25º9.2%68.24%-
XYZ37.136.3945.11-
YUV164.31133.47134.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.26%
GREEN value IS 158 (62.11% from 255) = 31.29%
BLUE value IS 174 (68.36% from 255) = 34.46%
R=34.26%
G=31.29%
B=34.46%

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
Decimal1731581740.010.0900.32296.258.9965.1
HexAD9EAE19020128941
Octal25523625611104045011101
Binary10101101100111101010111011001010000010010100010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9EAE; }

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

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

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

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

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

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

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

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