#AD96AF

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

Shades of London Hue #AD96AF

Tints of London Hue #AD96AF

Color information

#AD96AF (or 0xAD96AF) is unknown color: approx London Hue. HEX triplet: AD, 96 and AF. RGB value is (173,150,175). Sum of RGB (Red+Green+Blue) = 173+150+175=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD96AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD96AF is #526950. Grayscale: #9F9F9F. Windows color (decimal): -5400913 or 11507373. OLE color: 11507373.

HSL color Cylindrical-coordinate representation of color #AD96AF: hue angle of 295.2º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AD96AF is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB173150175-
CMYK0.010.1400.31
HSL295.2º13.51%63.73%-
HSV(B)295.2º14.29%68.63%-
XYZ35.8833.7945.19-
YUV159.73136.62137.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.74%
GREEN value IS 150 (58.98% from 255) = 30.12%
BLUE value IS 175 (68.75% from 255) = 35.14%
R=34.74%
G=30.12%
B=35.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731501750.010.1400.31295.213.5163.73
HexAD96AF1E01F127e40
Octal25522625711603744716100
Binary1010110110010110101011111111001111110010011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD96AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD96AF; }

 p { color: rgb(173,150,175); }

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

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

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

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

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

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

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