#AD979E

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

Shades of Shady Lady #AD979E

Tints of Shady Lady #AD979E

Color information

#AD979E (or 0xAD979E) is unknown color: approx Shady Lady. HEX triplet: AD, 97 and 9E. RGB value is (173,151,158). Sum of RGB (Red+Green+Blue) = 173+151+158=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 173 - color contains mainly: red. Hex color #AD979E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD979E is #526861. Grayscale: #9E9E9E. Windows color (decimal): -5400674 or 10393517. OLE color: 10393517.

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

Color convert

RGB173151158-
CMYK00.130.090.32
HSL340.91º11.83%63.53%-
HSV(B)340.91º12.72%67.84%-
XYZ34.4733.4936.99-
YUV158.38127.79138.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.89%
GREEN value IS 151 (59.38% from 255) = 31.33%
BLUE value IS 158 (62.11% from 255) = 32.78%
R=35.89%
G=31.33%
B=32.78%

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
Decimal17315115800.130.090.32340.9111.8363.53
HexAD979E0D920155c40
Octal255227236015114052514100
Binary10101101100101111001111001101100110000010101010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD979E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD979E; }

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

 H1.HeaderClassName
 {
   color: #AD979E;
 }
 .AnyTagClassName
 {
   color: #AD979E;
 }
</style>
background-color css

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

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

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

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

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

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