#AD9DAB

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

Shades of London Hue #AD9DAB

Tints of London Hue #AD9DAB

Color information

#AD9DAB (or 0xAD9DAB) is unknown color: approx London Hue. HEX triplet: AD, 9D and AB. RGB value is (173,157,171). Sum of RGB (Red+Green+Blue) = 173+157+171=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9DAB is #526254. Grayscale: #A3A3A3. Windows color (decimal): -5399125 or 11247021. OLE color: 11247021.

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

Color convert

RGB173157171-
CMYK00.090.010.32
HSL307.5º8.89%64.71%-
HSV(B)307.5º9.25%67.84%-
XYZ36.6435.9443.53-
YUV163.38132.3134.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.53%
GREEN value IS 157 (61.72% from 255) = 31.34%
BLUE value IS 171 (67.19% from 255) = 34.13%
R=34.53%
G=31.34%
B=34.13%

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
Decimal17315717100.090.010.32307.58.8964.71
HexAD9DAB09120134941
Octal25523525301114046411101
Binary10101101100111011010101101001110000010011010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9DAB; }

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

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

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

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

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

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

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

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