#ADA6AD

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

Shades of London Hue #ADA6AD

Tints of London Hue #ADA6AD

Color information

#ADA6AD (or 0xADA6AD) is unknown color: approx London Hue. HEX triplet: AD, A6 and AD. RGB value is (173,166,173). Sum of RGB (Red+Green+Blue) = 173+166+173=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #ADA6AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA6AD is #525952. Grayscale: #A8A8A8. Windows color (decimal): -5396819 or 11380397. OLE color: 11380397.

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

Color convert

RGB173166173-
CMYK00.0400.32
HSL300º4.09%66.47%-
HSV(B)300º4.05%67.84%-
XYZ38.4139.1745.07-
YUV168.89130.32130.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.79%
GREEN value IS 166 (65.23% from 255) = 32.42%
BLUE value IS 173 (67.97% from 255) = 33.79%
R=33.79%
G=32.42%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316617300.0400.323004.0966.47
HexADA6AD0402012c442
Octal255246255040404544102
Binary101011011010011010101101010001000001001011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA6AD; }

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

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

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

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

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

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

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

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