Html Css Color HEX #AD929F Shady Lady

📋 copy color: '#AD929F'

red 173 ◦ green 146 ◦ blue 159

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

Shades of Shady Lady #AD929F

Tints of Shady Lady #AD929F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.54%

 BLUE value IS 159 (62.5% from 255) = 33.26%

R = 36.19%
G = 30.54%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD929F (or 0xAD929F) is known color: Shady Lady. HEX triplet: AD, 92 and 9F. RGB value is (173,146,159). Sum of RGB (Red+Green+Blue) = 173+146+159=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 173 - color contains mainly: red. Hex color #AD929F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD929F is #526D60. Grayscale: #9B9B9B. Windows color (decimal): -5401953 or 10457773. OLE color: 10457773.

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

Color convert

RGB 173 146 159 -
CMYK 0 0.16 0.08 0.32
HSL 331.11º 0.14% 0.63% -
HSV(B) 331.11º 0.16% 0.68% -
XYZ 33.77 31.95 37.19 -
YUV 155.56 129.95 140.44 -
System Red Green Blue C M Y K H S L
Decimal 173 146 159 0 0.16 0.08 0.32 331.11 0.14 0.63
Hex AD 92 9F 0 10 8 20 14B E 3F
Octal 255 222 237 0 20 10 40 513 16 77
Binary 10101101 10010010 10011111 0 10000 1000 100000 101001011 1110 111111

Color Harmonies of #AD929F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD929F

Black with #AD929F

Text Example


Text Example

White with #AD929F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD929F; }

 p { color: rgb(173,146,159); }

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

background-color css

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

 a { background-color: rgb(173,146,159); }

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

border-color css

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

 span { border-color: rgb(173,146,159); }

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