Html Css Color HEX #AD979D Shady Lady

📋 copy color: '#AD979D'

red 173 ◦ green 151 ◦ blue 157

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

Shades of Shady Lady #AD979D

Tints of Shady Lady #AD979D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.39%

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

R = 35.97%
G = 31.39%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD979D (or 0xAD979D) is known color: Shady Lady. HEX triplet: AD, 97 and 9D. RGB value is (173,151,157). Sum of RGB (Red+Green+Blue) = 173+151+157=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 173 - color contains mainly: red. Hex color #AD979D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD979D is #526862. Grayscale: #9E9E9E. Windows color (decimal): -5400675 or 10327981. OLE color: 10327981.

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

Color convert

RGB 173 151 157 -
CMYK 0 0.13 0.09 0.32
HSL 343.64º 0.12% 0.64% -
HSV(B) 343.64º 0.13% 0.68% -
XYZ 34.39 33.45 36.54 -
YUV 158.26 127.29 138.51 -
System Red Green Blue C M Y K H S L
Decimal 173 151 157 0 0.13 0.09 0.32 343.64 0.12 0.64
Hex AD 97 9D 0 D 9 20 158 C 40
Octal 255 227 235 0 15 11 40 530 14 100
Binary 10101101 10010111 10011101 0 1101 1001 100000 101011000 1100 1000000

Color Harmonies of #AD979D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD979D

Black with #AD979D

Text Example


Text Example

White with #AD979D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD979D; }

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

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

background-color css

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

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

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

border-color css

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

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

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