#ADA0AD

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

Shades of London Hue #ADA0AD

Tints of London Hue #ADA0AD

Color information

#ADA0AD (or 0xADA0AD) is unknown color: approx London Hue. HEX triplet: AD, A0 and AD. RGB value is (173,160,173). Sum of RGB (Red+Green+Blue) = 173+160+173=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #ADA0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA0AD is #525F52. Grayscale: #A5A5A5. Windows color (decimal): -5398355 or 11378861. OLE color: 11378861.

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

Color convert

RGB173160173-
CMYK00.0800.32
HSL300º7.34%65.29%-
HSV(B)300º7.51%67.84%-
XYZ37.3537.0444.72-
YUV165.37132.31133.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.19%
GREEN value IS 160 (62.89% from 255) = 31.62%
BLUE value IS 173 (67.97% from 255) = 34.19%
R=34.19%
G=31.62%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316017300.0800.323007.3465.29
HexADA0AD0802012c741
Octal2552402550100404547101
Binary1010110110100000101011010100001000001001011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA0AD; }

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

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

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

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

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

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

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

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