Html Css Color HEX #AD909D Shady Lady

📋 copy color: '#AD909D'

red 173 ◦ green 144 ◦ blue 157

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

Shades of Shady Lady #AD909D

Tints of Shady Lady #AD909D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.38%

 BLUE value IS 157 (61.72% from 255) = 33.12%

R = 36.5%
G = 30.38%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD909D (or 0xAD909D) is known color: Shady Lady. HEX triplet: AD, 90 and 9D. RGB value is (173,144,157). Sum of RGB (Red+Green+Blue) = 173+144+157=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 173 - color contains mainly: red. Hex color #AD909D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD909D is #526F62. Grayscale: #9A9A9A. Windows color (decimal): -5402467 or 10326189. OLE color: 10326189.

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

Color convert

RGB 173 144 157 -
CMYK 0 0.17 0.09 0.32
HSL 333.1º 0.15% 0.62% -
HSV(B) 333.1º 0.17% 0.68% -
XYZ 33.29 31.27 36.18 -
YUV 154.15 129.61 141.44 -
System Red Green Blue C M Y K H S L
Decimal 173 144 157 0 0.17 0.09 0.32 333.1 0.15 0.62
Hex AD 90 9D 0 11 9 20 14D F 3E
Octal 255 220 235 0 21 11 40 515 17 76
Binary 10101101 10010000 10011101 0 10001 1001 100000 101001101 1111 111110

Color Harmonies of #AD909D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD909D

Black with #AD909D

Text Example


Text Example

White with #AD909D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD909D; }

 p { color: rgb(173,144,157); }

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

background-color css

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

 a { background-color: rgb(173,144,157); }

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

border-color css

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

 span { border-color: rgb(173,144,157); }

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