#AD93AF

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

Shades of London Hue #AD93AF

Tints of London Hue #AD93AF

Color information

#AD93AF (or 0xAD93AF) is unknown color: approx London Hue. HEX triplet: AD, 93 and AF. RGB value is (173,147,175). Sum of RGB (Red+Green+Blue) = 173+147+175=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD93AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD93AF is #526C50. Grayscale: #9D9D9D. Windows color (decimal): -5401681 or 11506605. OLE color: 11506605.

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

Color convert

RGB173147175-
CMYK0.010.1600.31
HSL295.71º14.89%63.14%-
HSV(B)295.71º16%68.63%-
XYZ35.4132.8545.03-
YUV157.97137.61138.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.95%
GREEN value IS 147 (57.81% from 255) = 29.70%
BLUE value IS 175 (68.75% from 255) = 35.35%
R=34.95%
G=29.70%
B=35.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731471750.010.1600.31295.7114.8963.14
HexAD93AF11001F128f3f
Octal2552232571200374501777
Binary1010110110010011101011111100000111111001010001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD93AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD93AF; }

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

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

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

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

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

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

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

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