#ADA3AA

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

Shades of London Hue #ADA3AA

Tints of London Hue #ADA3AA

Color information

#ADA3AA (or 0xADA3AA) is unknown color: approx London Hue. HEX triplet: AD, A3 and AA. RGB value is (173,163,170). Sum of RGB (Red+Green+Blue) = 173+163+170=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 163 (64.06% from 255 or 32.21% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA3AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA3AA is #525C55. Grayscale: #A6A6A6. Windows color (decimal): -5397590 or 11183021. OLE color: 11183021.

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

Color convert

RGB173163170-
CMYK00.060.020.32
HSL318º5.75%65.88%-
HSV(B)318º5.78%67.84%-
XYZ37.5937.9843.38-
YUV166.79129.81132.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.19%
GREEN value IS 163 (64.06% from 255) = 32.21%
BLUE value IS 170 (66.80% from 255) = 33.60%
R=34.19%
G=32.21%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316317000.060.020.323185.7565.88
HexADA3AA0622013e642
Octal255243252062404766102
Binary1010110110100011101010100110101000001001111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA3AA; }

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

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

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

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

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

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

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

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