#AD93AC

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

Shades of London Hue #AD93AC

Tints of London Hue #AD93AC

Color information

#AD93AC (or 0xAD93AC) is unknown color: approx London Hue. HEX triplet: AD, 93 and AC. RGB value is (173,147,172). Sum of RGB (Red+Green+Blue) = 173+147+172=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 173 - color contains mainly: red. Hex color #AD93AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD93AC is #526C53. Grayscale: #9D9D9D. Windows color (decimal): -5401684 or 11309997. OLE color: 11309997.

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

Color convert

RGB173147172-
CMYK00.150.010.32
HSL302.31º13.68%62.75%-
HSV(B)302.31º15.03%67.84%-
XYZ35.1132.7343.5-
YUV157.62136.11138.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.16%
GREEN value IS 147 (57.81% from 255) = 29.88%
BLUE value IS 172 (67.58% from 255) = 34.96%
R=35.16%
G=29.88%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314717200.150.010.32302.3113.6862.75
HexAD93AC0F12012ee3f
Octal2552232540171404561677
Binary1010110110010011101011000111111000001001011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD93AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD93AC; }

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

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

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

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

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

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

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

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