#ADA3AB

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

Shades of London Hue #ADA3AB

Tints of London Hue #ADA3AB

Color information

#ADA3AB (or 0xADA3AB) is unknown color: approx London Hue. HEX triplet: AD, A3 and AB. RGB value is (173,163,171). Sum of RGB (Red+Green+Blue) = 173+163+171=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 163 (64.06% from 255 or 32.15% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA3AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA3AB is #525C54. Grayscale: #A6A6A6. Windows color (decimal): -5397589 or 11248557. OLE color: 11248557.

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

Color convert

RGB173163171-
CMYK00.060.010.32
HSL312º5.75%65.88%-
HSV(B)312º5.78%67.84%-
XYZ37.6838.0243.88-
YUV166.9130.31132.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.12%
GREEN value IS 163 (64.06% from 255) = 32.15%
BLUE value IS 171 (67.19% from 255) = 33.73%
R=34.12%
G=32.15%
B=33.73%

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
Decimal17316317100.060.010.323125.7565.88
HexADA3AB06120138642
Octal255243253061404706102
Binary101011011010001110101011011011000001001110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA3AB; }

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

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

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

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

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

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

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

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