#AD93A4

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

Shades of London Hue #AD93A4

Tints of London Hue #AD93A4

Color information

#AD93A4 (or 0xAD93A4) is unknown color: approx London Hue. HEX triplet: AD, 93 and A4. RGB value is (173,147,164). Sum of RGB (Red+Green+Blue) = 173+147+164=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 164 (64.45% from 255 or 33.88% from 484); Max value from RGB is 173 - color contains mainly: red. Hex color #AD93A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD93A4 is #526C5B. Grayscale: #9C9C9C. Windows color (decimal): -5401692 or 10785709. OLE color: 10785709.

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

Color convert

RGB173147164-
CMYK00.150.050.32
HSL320.77º13.68%62.75%-
HSV(B)320.77º15.03%67.84%-
XYZ34.3732.4339.57-
YUV156.71132.11139.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.74%
GREEN value IS 147 (57.81% from 255) = 30.37%
BLUE value IS 164 (64.45% from 255) = 33.88%
R=35.74%
G=30.37%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314716400.150.050.32320.7713.6862.75
HexAD93A40F520141e3f
Octal2552232440175405011677
Binary101011011001001110100100011111011000001010000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD93A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD93A4; }

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

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

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

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

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

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

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

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