#ADA6AC

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

Shades of London Hue #ADA6AC

Tints of London Hue #ADA6AC

Color information

#ADA6AC (or 0xADA6AC) is unknown color: approx London Hue. HEX triplet: AD, A6 and AC. RGB value is (173,166,172). Sum of RGB (Red+Green+Blue) = 173+166+172=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA6AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA6AC is #525953. Grayscale: #A8A8A8. Windows color (decimal): -5396820 or 11314861. OLE color: 11314861.

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

Color convert

RGB173166172-
CMYK00.040.010.32
HSL308.57º4.09%66.47%-
HSV(B)308.57º4.05%67.84%-
XYZ38.3239.1444.56-
YUV168.78129.82131.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.86%
GREEN value IS 166 (65.23% from 255) = 32.49%
BLUE value IS 172 (67.58% from 255) = 33.66%
R=33.86%
G=32.49%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316617200.040.010.32308.574.0966.47
HexADA6AC04120135442
Octal255246254041404654102
Binary101011011010011010101100010011000001001101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA6AC; }

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

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

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

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

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

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

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

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