#ADA4AC

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

Shades of London Hue #ADA4AC

Tints of London Hue #ADA4AC

Color information

#ADA4AC (or 0xADA4AC) is unknown color: approx London Hue. HEX triplet: AD, A4 and AC. RGB value is (173,164,172). Sum of RGB (Red+Green+Blue) = 173+164+172=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA4AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA4AC is #525B53. Grayscale: #A7A7A7. Windows color (decimal): -5397332 or 11314349. OLE color: 11314349.

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

Color convert

RGB173164172-
CMYK00.050.010.32
HSL306.67º5.2%66.08%-
HSV(B)306.67º5.2%67.84%-
XYZ37.9638.4144.44-
YUV167.6130.48131.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.99%
GREEN value IS 164 (64.45% from 255) = 32.22%
BLUE value IS 172 (67.58% from 255) = 33.79%
R=33.99%
G=32.22%
B=33.79%

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
Decimal17316417200.050.010.32306.675.266.08
HexADA4AC05120133542
Octal255244254051404635102
Binary101011011010010010101100010111000001001100111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA4AC; }

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

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

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

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

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

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

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

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