#AD96AE

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

Shades of London Hue #AD96AE

Tints of London Hue #AD96AE

Color information

#AD96AE (or 0xAD96AE) is unknown color: approx London Hue. HEX triplet: AD, 96 and AE. RGB value is (173,150,174). Sum of RGB (Red+Green+Blue) = 173+150+174=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD96AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD96AE is #526951. Grayscale: #9F9F9F. Windows color (decimal): -5400914 or 11441837. OLE color: 11441837.

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

Color convert

RGB173150174-
CMYK0.010.1400.32
HSL297.5º12.9%63.53%-
HSV(B)297.5º13.79%68.24%-
XYZ35.7833.7544.67-
YUV159.61136.12137.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.81%
GREEN value IS 150 (58.98% from 255) = 30.18%
BLUE value IS 174 (68.36% from 255) = 35.01%
R=34.81%
G=30.18%
B=35.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731501740.010.1400.32297.512.963.53
HexAD96AE1E02012ad40
Octal25522625611604045215100
Binary10101101100101101010111011110010000010010101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD96AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD96AE; }

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

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

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

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

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

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

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

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