Html Css Color HEX #AD959E Shady Lady

📋 copy color: '#AD959E'

red 173 ◦ green 149 ◦ blue 158

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

Shades of Shady Lady #AD959E

Tints of Shady Lady #AD959E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.04%

 BLUE value IS 158 (62.11% from 255) = 32.92%

R = 36.04%
G = 31.04%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD959E (or 0xAD959E) is known color: Shady Lady. HEX triplet: AD, 95 and 9E. RGB value is (173,149,158). Sum of RGB (Red+Green+Blue) = 173+149+158=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 158 (62.11% from 255 or 32.92% from 480); Max value from RGB is 173 - color contains mainly: red. Hex color #AD959E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD959E is #526A61. Grayscale: #9D9D9D. Windows color (decimal): -5401186 or 10393005. OLE color: 10393005.

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

Color convert

RGB 173 149 158 -
CMYK 0 0.14 0.09 0.32
HSL 337.5º 0.13% 0.63% -
HSV(B) 337.5º 0.14% 0.68% -
XYZ 34.15 32.85 36.89 -
YUV 157.2 128.45 139.27 -
System Red Green Blue C M Y K H S L
Decimal 173 149 158 0 0.14 0.09 0.32 337.5 0.13 0.63
Hex AD 95 9E 0 E 9 20 152 D 3F
Octal 255 225 236 0 16 11 40 522 15 77
Binary 10101101 10010101 10011110 0 1110 1001 100000 101010010 1101 111111

Color Harmonies of #AD959E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD959E

Black with #AD959E

Text Example


Text Example

White with #AD959E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD959E; }

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

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

background-color css

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

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

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

border-color css

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

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

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