#ADA4AD

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

Shades of London Hue #ADA4AD

Tints of London Hue #ADA4AD

Color information

#ADA4AD (or 0xADA4AD) is unknown color: approx London Hue. HEX triplet: AD, A4 and AD. RGB value is (173,164,173). Sum of RGB (Red+Green+Blue) = 173+164+173=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 164 (64.45% from 255 or 32.16% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #ADA4AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA4AD is #525B52. Grayscale: #A7A7A7. Windows color (decimal): -5397331 or 11379885. OLE color: 11379885.

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

Color convert

RGB173164173-
CMYK00.0500.32
HSL300º5.2%66.08%-
HSV(B)300º5.2%67.84%-
XYZ38.0538.4544.95-
YUV167.72130.98131.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.92%
GREEN value IS 164 (64.45% from 255) = 32.16%
BLUE value IS 173 (67.97% from 255) = 33.92%
R=33.92%
G=32.16%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316417300.0500.323005.266.08
HexADA4AD0502012c542
Octal255244255050404545102
Binary101011011010010010101101010101000001001011001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA4AD; }

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

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

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

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

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

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

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

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