#AD95AB

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

Shades of London Hue #AD95AB

Tints of London Hue #AD95AB

Color information

#AD95AB (or 0xAD95AB) is unknown color: approx London Hue. HEX triplet: AD, 95 and AB. RGB value is (173,149,171). Sum of RGB (Red+Green+Blue) = 173+149+171=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 173 - color contains mainly: red. Hex color #AD95AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD95AB is #526A54. Grayscale: #9E9E9E. Windows color (decimal): -5401173 or 11244973. OLE color: 11244973.

HSL color Cylindrical-coordinate representation of color #AD95AB: hue angle of 305º 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 #AD95AB is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB173149171-
CMYK00.140.010.32
HSL305º12.77%63.14%-
HSV(B)305º13.87%67.84%-
XYZ35.3333.3243.1-
YUV158.68134.95138.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.09%
GREEN value IS 149 (58.59% from 255) = 30.22%
BLUE value IS 171 (67.19% from 255) = 34.69%
R=35.09%
G=30.22%
B=34.69%

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
Decimal17314917100.140.010.3230512.7763.14
HexAD95AB0E120131d3f
Octal2552252530161404611577
Binary1010110110010101101010110111011000001001100011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD95AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD95AB; }

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

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

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

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

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

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

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

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