#ADA4AB

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

Shades of London Hue #ADA4AB

Tints of London Hue #ADA4AB

Color information

#ADA4AB (or 0xADA4AB) is unknown color: approx London Hue. HEX triplet: AD, A4 and AB. RGB value is (173,164,171). Sum of RGB (Red+Green+Blue) = 173+164+171=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 164 (64.45% from 255 or 32.28% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA4AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA4AB is #525B54. Grayscale: #A7A7A7. Windows color (decimal): -5397333 or 11248813. OLE color: 11248813.

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

Color convert

RGB173164171-
CMYK00.050.010.32
HSL313.33º5.2%66.08%-
HSV(B)313.33º5.2%67.84%-
XYZ37.8638.3843.94-
YUV167.49129.98131.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.06%
GREEN value IS 164 (64.45% from 255) = 32.28%
BLUE value IS 171 (67.19% from 255) = 33.66%
R=34.06%
G=32.28%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316417100.050.010.32313.335.266.08
HexADA4AB05120139542
Octal255244253051404715102
Binary101011011010010010101011010111000001001110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA4AB; }

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

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

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

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

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

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

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

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