#ADA5AC

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

Shades of London Hue #ADA5AC

Tints of London Hue #ADA5AC

Color information

#ADA5AC (or 0xADA5AC) is unknown color: approx London Hue. HEX triplet: AD, A5 and AC. RGB value is (173,165,172). Sum of RGB (Red+Green+Blue) = 173+165+172=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA5AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA5AC is #525A53. Grayscale: #A8A8A8. Windows color (decimal): -5397076 or 11314605. OLE color: 11314605.

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

Color convert

RGB173165172-
CMYK00.050.010.32
HSL307.5º4.65%66.27%-
HSV(B)307.5º4.62%67.84%-
XYZ38.1438.7744.5-
YUV168.19130.15131.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.92%
GREEN value IS 165 (64.84% from 255) = 32.35%
BLUE value IS 172 (67.58% from 255) = 33.73%
R=33.92%
G=32.35%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316517200.050.010.32307.54.6566.27
HexADA5AC05120134542
Octal255245254051404645102
Binary101011011010010110101100010111000001001101001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA5AC; }

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

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

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

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

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

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

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

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