#ADA3AC

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

Shades of London Hue #ADA3AC

Tints of London Hue #ADA3AC

Color information

#ADA3AC (or 0xADA3AC) is unknown color: approx London Hue. HEX triplet: AD, A3 and AC. RGB value is (173,163,172). Sum of RGB (Red+Green+Blue) = 173+163+172=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA3AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA3AC is #525C53. Grayscale: #A6A6A6. Windows color (decimal): -5397588 or 11314093. OLE color: 11314093.

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

Color convert

RGB173163172-
CMYK00.060.010.32
HSL306º5.75%65.88%-
HSV(B)306º5.78%67.84%-
XYZ37.7838.0644.38-
YUV167.02130.81132.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.06%
GREEN value IS 163 (64.06% from 255) = 32.09%
BLUE value IS 172 (67.58% from 255) = 33.86%
R=34.06%
G=32.09%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316317200.060.010.323065.7565.88
HexADA3AC06120132642
Octal255243254061404626102
Binary101011011010001110101100011011000001001100101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA3AC; }

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

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

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

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

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

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

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

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