#AD979D

Color #AD979D Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #AD979D

Tints of Shady Lady #AD979D

Color information

#AD979D (or 0xAD979D) is unknown color: approx 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

RGB173151157-
CMYK00.130.090.32
HSL343.64º11.83%63.53%-
HSV(B)343.64º12.72%67.84%-
XYZ34.3933.4536.54-
YUV158.26127.29138.51-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315115700.130.090.32343.6411.8363.53
HexAD979D0D920158c40
Octal255227235015114053014100
Binary10101101100101111001110101101100110000010101100011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD979D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>