#AD939C

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

Shades of Shady Lady #AD939C

Tints of Shady Lady #AD939C

Color information

#AD939C (or 0xAD939C) is unknown color: approx Shady Lady. HEX triplet: AD, 93 and 9C. RGB value is (173,147,156). Sum of RGB (Red+Green+Blue) = 173+147+156=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 173 - color contains mainly: red. Hex color #AD939C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD939C is #526C63. Grayscale: #9B9B9B. Windows color (decimal): -5401700 or 10261421. OLE color: 10261421.

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

Color convert

RGB173147156-
CMYK00.150.100.32
HSL339.23º13.68%62.75%-
HSV(B)339.23º15.03%67.84%-
XYZ33.6732.1535.88-
YUV155.8128.11140.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.34%
GREEN value IS 147 (57.81% from 255) = 30.88%
BLUE value IS 156 (61.33% from 255) = 32.77%
R=36.34%
G=30.88%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314715600.150.100.32339.2313.6862.75
HexAD939C0FA20153e3f
Octal25522323401712405231677
Binary1010110110010011100111000111110101000001010100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD939C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD939C; }

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

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

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

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

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

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

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

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