Html Css Color HEX #AD949E Shady Lady

📋 copy color: '#AD949E'

red 173 ◦ green 148 ◦ blue 158

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

Shades of Shady Lady #AD949E

Tints of Shady Lady #AD949E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.9%

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

R = 36.12%
G = 30.9%
B = 32.99%

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

#AD949E (or 0xAD949E) is known color: Shady Lady. HEX triplet: AD, 94 and 9E. RGB value is (173,148,158). Sum of RGB (Red+Green+Blue) = 173+148+158=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 158 (62.11% from 255 or 32.99% from 479); Max value from RGB is 173 - color contains mainly: red. Hex color #AD949E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD949E is #526B61. Grayscale: #9C9C9C. Windows color (decimal): -5401442 or 10392749. OLE color: 10392749.

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

Color convert

RGB 173 148 158 -
CMYK 0 0.14 0.09 0.32
HSL 336º 0.13% 0.63% -
HSV(B) 336º 0.14% 0.68% -
XYZ 34 32.53 36.84 -
YUV 156.62 128.78 139.69 -
System Red Green Blue C M Y K H S L
Decimal 173 148 158 0 0.14 0.09 0.32 336 0.13 0.63
Hex AD 94 9E 0 E 9 20 150 D 3F
Octal 255 224 236 0 16 11 40 520 15 77
Binary 10101101 10010100 10011110 0 1110 1001 100000 101010000 1101 111111

Color Harmonies of #AD949E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD949E

Black with #AD949E

Text Example


Text Example

White with #AD949E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD949E; }

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

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

background-color css

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

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

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

border-color css

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

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

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