Html Css Color HEX #AD939F Shady Lady

📋 copy color: '#AD939F'

red 173 ◦ green 147 ◦ blue 159

#AD939F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shady Lady #AD939F

Tints of Shady Lady #AD939F

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 value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD939F (or 0xAD939F) is known color: 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

RGB 173 147 159 -
CMYK 0 0.15 0.08 0.32
HSL 332.31º 0.14% 0.63% -
HSV(B) 332.31º 0.15% 0.68% -
XYZ 33.93 32.25 37.24 -
YUV 156.14 129.61 140.02 -
System Red Green Blue C M Y K H S L
Decimal 173 147 159 0 0.15 0.08 0.32 332.31 0.14 0.63
Hex AD 93 9F 0 F 8 20 14C E 3F
Octal 255 223 237 0 17 10 40 514 16 77
Binary 10101101 10010011 10011111 0 1111 1000 100000 101001100 1110 111111

Color Harmonies of #AD939F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD939F

Black with #AD939F

Text Example


Text Example

White with #AD939F

Text Example


Text Example

HTML Codes & Css Web 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>