#ADA1AE

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

Shades of London Hue #ADA1AE

Tints of London Hue #ADA1AE

Color information

#ADA1AE (or 0xADA1AE) is unknown color: approx London Hue. HEX triplet: AD, A1 and AE. RGB value is (173,161,174). Sum of RGB (Red+Green+Blue) = 173+161+174=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 161 (63.28% from 255 or 31.69% from 508); Blue value is 174 (68.36% from 255 or 34.25% from 508); Max value from RGB is 174 - color contains mainly: blue. Hex color #ADA1AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA1AE is #525E51. Grayscale: #A6A6A6. Windows color (decimal): -5398098 or 11444653. OLE color: 11444653.

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

Color convert

RGB173161174-
CMYK0.010.0700.32
HSL295.38º7.43%65.69%-
HSV(B)295.38º7.47%68.24%-
XYZ37.6237.4345.29-
YUV166.07132.48132.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.06%
GREEN value IS 161 (63.28% from 255) = 31.69%
BLUE value IS 174 (68.36% from 255) = 34.25%
R=34.06%
G=31.69%
B=34.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731611740.010.0700.32295.387.4365.69
HexADA1AE17020127742
Octal255241256170404477102
Binary101011011010000110101110111101000001001001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA1AE; }

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

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

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

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

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

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

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

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