#AD95AF

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

Shades of London Hue #AD95AF

Tints of London Hue #AD95AF

Color information

#AD95AF (or 0xAD95AF) is unknown color: approx London Hue. HEX triplet: AD, 95 and AF. RGB value is (173,149,175). Sum of RGB (Red+Green+Blue) = 173+149+175=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD95AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD95AF is #526A50. Grayscale: #9F9F9F. Windows color (decimal): -5401169 or 11507117. OLE color: 11507117.

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

Color convert

RGB173149175-
CMYK0.010.1500.31
HSL295.38º13.98%63.53%-
HSV(B)295.38º14.86%68.63%-
XYZ35.7233.4745.14-
YUV159.14136.95137.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.81%
GREEN value IS 149 (58.59% from 255) = 29.98%
BLUE value IS 175 (68.75% from 255) = 35.21%
R=34.81%
G=29.98%
B=35.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731491750.010.1500.31295.3813.9863.53
HexAD95AF1F01F127e40
Octal25522525711703744716100
Binary1010110110010101101011111111101111110010011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD95AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD95AF; }

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

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

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

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

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

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

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

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