Html Css Color HEX #AD979F Shady Lady

📋 copy color: '#AD979F'

red 173 ◦ green 151 ◦ blue 159

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

Shades of Shady Lady #AD979F

Tints of Shady Lady #AD979F

RGB

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

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

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

R = 35.82%
G = 31.26%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD979F (or 0xAD979F) is known color: Shady Lady. HEX triplet: AD, 97 and 9F. RGB value is (173,151,159). Sum of RGB (Red+Green+Blue) = 173+151+159=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 173 - color contains mainly: red. Hex color #AD979F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD979F is #526860. Grayscale: #9E9E9E. Windows color (decimal): -5400673 or 10459053. OLE color: 10459053.

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

Color convert

RGB 173 151 159 -
CMYK 0 0.13 0.08 0.32
HSL 338.18º 0.12% 0.64% -
HSV(B) 338.18º 0.13% 0.68% -
XYZ 34.56 33.52 37.45 -
YUV 158.49 128.29 138.35 -
System Red Green Blue C M Y K H S L
Decimal 173 151 159 0 0.13 0.08 0.32 338.18 0.12 0.64
Hex AD 97 9F 0 D 8 20 152 C 40
Octal 255 227 237 0 15 10 40 522 14 100
Binary 10101101 10010111 10011111 0 1101 1000 100000 101010010 1100 1000000

Color Harmonies of #AD979F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD979F

Black with #AD979F

Text Example


Text Example

White with #AD979F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD979F; }

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

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

background-color css

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

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

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

border-color css

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

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

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