Html Css Color HEX #AD959F Shady Lady

📋 copy color: '#AD959F'

red 173 ◦ green 149 ◦ blue 159

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

Shades of Shady Lady #AD959F

Tints of Shady Lady #AD959F

RGB

 RED value IS 173 (67.97% from 255) = 35.97%

 GREEN value IS 149 (58.59% from 255) = 30.98%

 BLUE value IS 159 (62.5% from 255) = 33.06%

R = 35.97%
G = 30.98%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD959F (or 0xAD959F) is known color: Shady Lady. HEX triplet: AD, 95 and 9F. RGB value is (173,149,159). Sum of RGB (Red+Green+Blue) = 173+149+159=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 159 (62.5% from 255 or 33.06% from 481); Max value from RGB is 173 - color contains mainly: red. Hex color #AD959F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD959F is #526A60. Grayscale: #9D9D9D. Windows color (decimal): -5401185 or 10458541. OLE color: 10458541.

HSL color Cylindrical-coordinate representation of color #AD959F: hue angle of 335º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AD959F is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 149 159 -
CMYK 0 0.14 0.08 0.32
HSL 335º 0.13% 0.63% -
HSV(B) 335º 0.14% 0.68% -
XYZ 34.24 32.88 37.34 -
YUV 157.32 128.95 139.19 -
System Red Green Blue C M Y K H S L
Decimal 173 149 159 0 0.14 0.08 0.32 335 0.13 0.63
Hex AD 95 9F 0 E 8 20 14F D 3F
Octal 255 225 237 0 16 10 40 517 15 77
Binary 10101101 10010101 10011111 0 1110 1000 100000 101001111 1101 111111

Color Harmonies of #AD959F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD959F

Black with #AD959F

Text Example


Text Example

White with #AD959F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD959F; }

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

 H1.HeaderClassName
 {
   color: #AD959F;
 }
 .AnyTagClassName
 {
   color: #AD959F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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