#ADA1AD

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

Shades of London Hue #ADA1AD

Tints of London Hue #ADA1AD

Color information

#ADA1AD (or 0xADA1AD) is unknown color: approx London Hue. HEX triplet: AD, A1 and AD. RGB value is (173,161,173). Sum of RGB (Red+Green+Blue) = 173+161+173=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 161 (63.28% from 255 or 31.76% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #ADA1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA1AD is #525E52. Grayscale: #A5A5A5. Windows color (decimal): -5398099 or 11379117. OLE color: 11379117.

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

Color convert

RGB173161173-
CMYK00.0700.32
HSL300º6.82%65.49%-
HSV(B)300º6.94%67.84%-
XYZ37.5237.3944.77-
YUV165.96131.98133.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.12%
GREEN value IS 161 (63.28% from 255) = 31.76%
BLUE value IS 173 (67.97% from 255) = 34.12%
R=34.12%
G=31.76%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316117300.0700.323006.8265.49
HexADA1AD0702012c741
Octal255241255070404547101
Binary101011011010000110101101011101000001001011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA1AD; }

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

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

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

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

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

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

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

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