#ADA0AC

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

Shades of London Hue #ADA0AC

Tints of London Hue #ADA0AC

Color information

#ADA0AC (or 0xADA0AC) is unknown color: approx London Hue. HEX triplet: AD, A0 and AC. RGB value is (173,160,172). Sum of RGB (Red+Green+Blue) = 173+160+172=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA0AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA0AC is #525F53. Grayscale: #A5A5A5. Windows color (decimal): -5398356 or 11313325. OLE color: 11313325.

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

Color convert

RGB173160172-
CMYK00.080.010.32
HSL304.62º7.34%65.29%-
HSV(B)304.62º7.51%67.84%-
XYZ37.253744.21-
YUV165.26131.81133.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.26%
GREEN value IS 160 (62.89% from 255) = 31.68%
BLUE value IS 172 (67.58% from 255) = 34.06%
R=34.26%
G=31.68%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316017200.080.010.32304.627.3465.29
HexADA0AC08120131741
Octal2552402540101404617101
Binary1010110110100000101011000100011000001001100011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA0AC; }

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

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

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

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

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

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

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

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