#ADA7AD

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

Shades of London Hue #ADA7AD

Tints of London Hue #ADA7AD

Color information

#ADA7AD (or 0xADA7AD) is unknown color: approx London Hue. HEX triplet: AD, A7 and AD. RGB value is (173,167,173). Sum of RGB (Red+Green+Blue) = 173+167+173=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 167 (65.62% from 255 or 32.55% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #ADA7AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA7AD is #525852. Grayscale: #A9A9A9. Windows color (decimal): -5396563 or 11380653. OLE color: 11380653.

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

Color convert

RGB173167173-
CMYK00.0300.32
HSL300º3.53%66.67%-
HSV(B)300º3.47%67.84%-
XYZ38.639.5445.13-
YUV169.48129.99130.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.72%
GREEN value IS 167 (65.62% from 255) = 32.55%
BLUE value IS 173 (67.97% from 255) = 33.72%
R=33.72%
G=32.55%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316717300.0300.323003.5366.67
HexADA7AD0302012c443
Octal255247255030404544103
Binary10101101101001111010110101101000001001011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA7AD; }

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

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

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

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

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

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

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

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