#AD9FAD

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

Shades of London Hue #AD9FAD

Tints of London Hue #AD9FAD

Color information

#AD9FAD (or 0xAD9FAD) is unknown color: approx London Hue. HEX triplet: AD, 9F and AD. RGB value is (173,159,173). Sum of RGB (Red+Green+Blue) = 173+159+173=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD9FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9FAD is #526052. Grayscale: #A4A4A4. Windows color (decimal): -5398611 or 11378605. OLE color: 11378605.

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

Color convert

RGB173159173-
CMYK00.0800.32
HSL300º7.87%65.1%-
HSV(B)300º8.09%67.84%-
XYZ37.1736.744.66-
YUV164.78132.64133.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.26%
GREEN value IS 159 (62.5% from 255) = 31.49%
BLUE value IS 173 (67.97% from 255) = 34.26%
R=34.26%
G=31.49%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315917300.0800.323007.8765.1
HexAD9FAD0802012c841
Octal25523725501004045410101
Binary10101101100111111010110101000010000010010110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9FAD; }

 p { color: rgb(173,159,173); }

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

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

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

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

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

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

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