#ADA9AC

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

Shades of London Hue #ADA9AC

Tints of London Hue #ADA9AC

Color information

#ADA9AC (or 0xADA9AC) is unknown color: approx London Hue. HEX triplet: AD, A9 and AC. RGB value is (173,169,172). Sum of RGB (Red+Green+Blue) = 173+169+172=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 169 (66.41% from 255 or 32.88% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA9AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA9AC is #525653. Grayscale: #AAAAAA. Windows color (decimal): -5396052 or 11315629. OLE color: 11315629.

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

Color convert

RGB173169172-
CMYK00.020.010.32
HSL315º2.38%67.06%-
HSV(B)315º2.31%67.84%-
XYZ38.8740.2444.75-
YUV170.54128.83129.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.66%
GREEN value IS 169 (66.41% from 255) = 32.88%
BLUE value IS 172 (67.58% from 255) = 33.46%
R=33.66%
G=32.88%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316917200.020.010.323152.3867.06
HexADA9AC0212013b243
Octal255251254021404732103
Binary1010110110101001101011000101100000100111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA9AC; }

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

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

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

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

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

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

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

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