#AD93A7

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

Shades of London Hue #AD93A7

Tints of London Hue #AD93A7

Color information

#AD93A7 (or 0xAD93A7) is unknown color: approx London Hue. HEX triplet: AD, 93 and A7. RGB value is (173,147,167). Sum of RGB (Red+Green+Blue) = 173+147+167=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 167 (65.62% from 255 or 34.29% from 487); Max value from RGB is 173 - color contains mainly: red. Hex color #AD93A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD93A7 is #526C58. Grayscale: #9D9D9D. Windows color (decimal): -5401689 or 10982317. OLE color: 10982317.

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

Color convert

RGB173147167-
CMYK00.150.030.32
HSL313.85º13.68%62.75%-
HSV(B)313.85º15.03%67.84%-
XYZ34.6432.5441.01-
YUV157.05133.61139.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.52%
GREEN value IS 147 (57.81% from 255) = 30.18%
BLUE value IS 167 (65.62% from 255) = 34.29%
R=35.52%
G=30.18%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314716700.150.030.32313.8513.6862.75
HexAD93A70F32013ae3f
Octal2552232470173404721677
Binary10101101100100111010011101111111000001001110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD93A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD93A7; }

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

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

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

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

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

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

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

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