#ADA0AA

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

Shades of London Hue #ADA0AA

Tints of London Hue #ADA0AA

Color information

#ADA0AA (or 0xADA0AA) is unknown color: approx London Hue. HEX triplet: AD, A0 and AA. RGB value is (173,160,170). Sum of RGB (Red+Green+Blue) = 173+160+170=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA0AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA0AA is #525F55. Grayscale: #A4A4A4. Windows color (decimal): -5398358 or 11182253. OLE color: 11182253.

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

Color convert

RGB173160170-
CMYK00.080.020.32
HSL313.85º7.34%65.29%-
HSV(B)313.85º7.51%67.84%-
XYZ37.0636.9343.2-
YUV165.03130.81133.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.39%
GREEN value IS 160 (62.89% from 255) = 31.81%
BLUE value IS 170 (66.80% from 255) = 33.80%
R=34.39%
G=31.81%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316017000.080.020.32313.857.3465.29
HexADA0AA0822013a741
Octal2552402520102404727101
Binary10101101101000001010101001000101000001001110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA0AA; }

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

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

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

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

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

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

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

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