#ADA8AC

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

Shades of London Hue #ADA8AC

Tints of London Hue #ADA8AC

Color information

#ADA8AC (or 0xADA8AC) is unknown color: approx London Hue. HEX triplet: AD, A8 and AC. RGB value is (173,168,172). Sum of RGB (Red+Green+Blue) = 173+168+172=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA8AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA8AC is #525753. Grayscale: #A9A9A9. Windows color (decimal): -5396308 or 11315373. OLE color: 11315373.

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

Color convert

RGB173168172-
CMYK00.030.010.32
HSL312º2.96%66.86%-
HSV(B)312º2.89%67.84%-
XYZ38.6839.8744.69-
YUV169.95129.16130.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.72%
GREEN value IS 168 (66.02% from 255) = 32.75%
BLUE value IS 172 (67.58% from 255) = 33.53%
R=33.72%
G=32.75%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316817200.030.010.323122.9666.86
HexADA8AC03120138343
Octal255250254031404703103
Binary1010110110101000101011000111100000100111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA8AC; }

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

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

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

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

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

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

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

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