#ADA1AC

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

Shades of London Hue #ADA1AC

Tints of London Hue #ADA1AC

Color information

#ADA1AC (or 0xADA1AC) is unknown color: approx London Hue. HEX triplet: AD, A1 and AC. RGB value is (173,161,172). Sum of RGB (Red+Green+Blue) = 173+161+172=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 161 (63.28% from 255 or 31.82% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA1AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA1AC is #525E53. Grayscale: #A5A5A5. Windows color (decimal): -5398100 or 11313581. OLE color: 11313581.

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

Color convert

RGB173161172-
CMYK00.070.010.32
HSL305º6.82%65.49%-
HSV(B)305º6.94%67.84%-
XYZ37.4237.3544.27-
YUV165.84131.48133.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.19%
GREEN value IS 161 (63.28% from 255) = 31.82%
BLUE value IS 172 (67.58% from 255) = 33.99%
R=34.19%
G=31.82%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316117200.070.010.323056.8265.49
HexADA1AC07120131741
Octal255241254071404617101
Binary101011011010000110101100011111000001001100011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA1AC; }

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

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

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

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

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

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

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

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