#AD93AE

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

Shades of London Hue #AD93AE

Tints of London Hue #AD93AE

Color information

#AD93AE (or 0xAD93AE) is unknown color: approx London Hue. HEX triplet: AD, 93 and AE. RGB value is (173,147,174). Sum of RGB (Red+Green+Blue) = 173+147+174=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 147 (57.81% from 255 or 29.76% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD93AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD93AE is #526C51. Grayscale: #9D9D9D. Windows color (decimal): -5401682 or 11441069. OLE color: 11441069.

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

Color convert

RGB173147174-
CMYK0.010.1600.32
HSL297.78º14.29%62.94%-
HSV(B)297.78º15.52%68.24%-
XYZ35.3132.8144.52-
YUV157.85137.11138.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.02%
GREEN value IS 147 (57.81% from 255) = 29.76%
BLUE value IS 174 (68.36% from 255) = 35.22%
R=35.02%
G=29.76%
B=35.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731471740.010.1600.32297.7814.2962.94
HexAD93AE11002012ae3f
Octal2552232561200404521677
Binary10101101100100111010111011000001000001001010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD93AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD93AE; }

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

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

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

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

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

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

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

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