#AD939F

Color #AD939F Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #AD939F

Tints of Shady Lady #AD939F

Color information

#AD939F (or 0xAD939F) is unknown color: approx Shady Lady. HEX triplet: AD, 93 and 9F. RGB value is (173,147,159). Sum of RGB (Red+Green+Blue) = 173+147+159=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 159 (62.5% from 255 or 33.19% from 479); Max value from RGB is 173 - color contains mainly: red. Hex color #AD939F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD939F is #526C60. Grayscale: #9C9C9C. Windows color (decimal): -5401697 or 10458029. OLE color: 10458029.

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

Color convert

RGB173147159-
CMYK00.150.080.32
HSL332.31º13.68%62.75%-
HSV(B)332.31º15.03%67.84%-
XYZ33.9332.2537.24-
YUV156.14129.61140.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.12%
GREEN value IS 147 (57.81% from 255) = 30.69%
BLUE value IS 159 (62.5% from 255) = 33.19%
R=36.12%
G=30.69%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314715900.150.080.32332.3113.6862.75
HexAD939F0F82014ce3f
Octal25522323701710405141677
Binary1010110110010011100111110111110001000001010011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD939F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD939F; }

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

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

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

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

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

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

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

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