Html Css Color HEX #AD979E Shady Lady

📋 copy color: '#AD979E'

red 173 ◦ green 151 ◦ blue 158

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

Shades of Shady Lady #AD979E

Tints of Shady Lady #AD979E

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 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

#AD979E (or 0xAD979E) is known color: 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

RGB 173 151 158 -
CMYK 0 0.13 0.09 0.32
HSL 340.91º 0.12% 0.64% -
HSV(B) 340.91º 0.13% 0.68% -
XYZ 34.47 33.49 36.99 -
YUV 158.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 173 151 158 0 0.13 0.09 0.32 340.91 0.12 0.64
Hex AD 97 9E 0 D 9 20 155 C 40
Octal 255 227 236 0 15 11 40 525 14 100
Binary 10101101 10010111 10011110 0 1101 1001 100000 101010101 1100 1000000

Color Harmonies of #AD979E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD979E

Black with #AD979E

Text Example


Text Example

White with #AD979E

Text Example


Text Example

HTML Codes & Css Web 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>