#AD95AC

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

Shades of London Hue #AD95AC

Tints of London Hue #AD95AC

Color information

#AD95AC (or 0xAD95AC) is unknown color: approx London Hue. HEX triplet: AD, 95 and AC. RGB value is (173,149,172). Sum of RGB (Red+Green+Blue) = 173+149+172=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 173 - color contains mainly: red. Hex color #AD95AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD95AC is #526A53. Grayscale: #9E9E9E. Windows color (decimal): -5401172 or 11310509. OLE color: 11310509.

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

Color convert

RGB173149172-
CMYK00.140.010.32
HSL302.5º12.77%63.14%-
HSV(B)302.5º13.87%67.84%-
XYZ35.4333.3643.6-
YUV158.8135.45138.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.02%
GREEN value IS 149 (58.59% from 255) = 30.16%
BLUE value IS 172 (67.58% from 255) = 34.82%
R=35.02%
G=30.16%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314917200.140.010.32302.512.7763.14
HexAD95AC0E12012ed3f
Octal2552252540161404561577
Binary1010110110010101101011000111011000001001011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD95AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD95AC; }

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

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

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

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

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

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

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

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