#ADA2AC

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

Shades of London Hue #ADA2AC

Tints of London Hue #ADA2AC

Color information

#ADA2AC (or 0xADA2AC) is unknown color: approx London Hue. HEX triplet: AD, A2 and AC. RGB value is (173,162,172). Sum of RGB (Red+Green+Blue) = 173+162+172=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 162 (63.67% from 255 or 31.95% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA2AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA2AC is #525D53. Grayscale: #A6A6A6. Windows color (decimal): -5397844 or 11313837. OLE color: 11313837.

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

Color convert

RGB173162172-
CMYK00.060.010.32
HSL305.45º6.29%65.69%-
HSV(B)305.45º6.36%67.84%-
XYZ37.637.744.33-
YUV166.43131.14132.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.12%
GREEN value IS 162 (63.67% from 255) = 31.95%
BLUE value IS 172 (67.58% from 255) = 33.93%
R=34.12%
G=31.95%
B=33.93%

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
Decimal17316217200.060.010.32305.456.2965.69
HexADA2AC06120131642
Octal255242254061404616102
Binary101011011010001010101100011011000001001100011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA2AC; }

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

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

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

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

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

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

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

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