Html Css Color HEX #AD959D Shady Lady

📋 copy color: '#AD959D'

red 173 ◦ green 149 ◦ blue 157

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

Shades of Shady Lady #AD959D

Tints of Shady Lady #AD959D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.78%

R = 36.12%
G = 31.11%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD959D (or 0xAD959D) is known color: Shady Lady. HEX triplet: AD, 95 and 9D. RGB value is (173,149,157). Sum of RGB (Red+Green+Blue) = 173+149+157=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 173 - color contains mainly: red. Hex color #AD959D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD959D is #526A62. Grayscale: #9D9D9D. Windows color (decimal): -5401187 or 10327469. OLE color: 10327469.

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

Color convert

RGB 173 149 157 -
CMYK 0 0.14 0.09 0.32
HSL 340º 0.13% 0.63% -
HSV(B) 340º 0.14% 0.68% -
XYZ 34.07 32.81 36.44 -
YUV 157.09 127.95 139.35 -
System Red Green Blue C M Y K H S L
Decimal 173 149 157 0 0.14 0.09 0.32 340 0.13 0.63
Hex AD 95 9D 0 E 9 20 154 D 3F
Octal 255 225 235 0 16 11 40 524 15 77
Binary 10101101 10010101 10011101 0 1110 1001 100000 101010100 1101 111111

Color Harmonies of #AD959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD959D

Black with #AD959D

Text Example


Text Example

White with #AD959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD959D; }

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

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

background-color css

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

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

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

border-color css

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

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

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