#AD9DAC

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

Shades of London Hue #AD9DAC

Tints of London Hue #AD9DAC

Color information

#AD9DAC (or 0xAD9DAC) is unknown color: approx London Hue. HEX triplet: AD, 9D and AC. RGB value is (173,157,172). Sum of RGB (Red+Green+Blue) = 173+157+172=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9DAC is #526253. Grayscale: #A3A3A3. Windows color (decimal): -5399124 or 11312557. OLE color: 11312557.

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

Color convert

RGB173157172-
CMYK00.090.010.32
HSL303.75º8.89%64.71%-
HSV(B)303.75º9.25%67.84%-
XYZ36.7435.9844.04-
YUV163.49132.8134.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.46%
GREEN value IS 157 (61.72% from 255) = 31.27%
BLUE value IS 172 (67.58% from 255) = 34.26%
R=34.46%
G=31.27%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315717200.090.010.32303.758.8964.71
HexAD9DAC09120130941
Octal25523525401114046011101
Binary10101101100111011010110001001110000010011000010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9DAC; }

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

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

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

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

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

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

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

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