#AD93AB

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

Shades of London Hue #AD93AB

Tints of London Hue #AD93AB

Color information

#AD93AB (or 0xAD93AB) is unknown color: approx London Hue. HEX triplet: AD, 93 and AB. RGB value is (173,147,171). Sum of RGB (Red+Green+Blue) = 173+147+171=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 173 - color contains mainly: red. Hex color #AD93AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD93AB is #526C54. Grayscale: #9D9D9D. Windows color (decimal): -5401685 or 11244461. OLE color: 11244461.

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

Color convert

RGB173147171-
CMYK00.150.010.32
HSL304.62º13.68%62.75%-
HSV(B)304.62º15.03%67.84%-
XYZ35.0232.6942.99-
YUV157.51135.61139.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.23%
GREEN value IS 147 (57.81% from 255) = 29.94%
BLUE value IS 171 (67.19% from 255) = 34.83%
R=35.23%
G=29.94%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314717100.150.010.32304.6213.6862.75
HexAD93AB0F120131e3f
Octal2552232530171404611677
Binary1010110110010011101010110111111000001001100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD93AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD93AB; }

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

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

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

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

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

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

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

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