Html Css Color HEX #AD929D Shady Lady

📋 copy color: '#AD929D'

red 173 ◦ green 146 ◦ blue 157

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

Shades of Shady Lady #AD929D

Tints of Shady Lady #AD929D

RGB

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

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

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

R = 36.34%
G = 30.67%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD929D (or 0xAD929D) is known color: Shady Lady. HEX triplet: AD, 92 and 9D. RGB value is (173,146,157). Sum of RGB (Red+Green+Blue) = 173+146+157=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 173 - color contains mainly: red. Hex color #AD929D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD929D is #526D62. Grayscale: #9B9B9B. Windows color (decimal): -5401955 or 10326701. OLE color: 10326701.

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

Color convert

RGB 173 146 157 -
CMYK 0 0.16 0.09 0.32
HSL 335.56º 0.14% 0.63% -
HSV(B) 335.56º 0.16% 0.68% -
XYZ 33.6 31.88 36.28 -
YUV 155.33 128.95 140.61 -
System Red Green Blue C M Y K H S L
Decimal 173 146 157 0 0.16 0.09 0.32 335.56 0.14 0.63
Hex AD 92 9D 0 10 9 20 150 E 3F
Octal 255 222 235 0 20 11 40 520 16 77
Binary 10101101 10010010 10011101 0 10000 1001 100000 101010000 1110 111111

Color Harmonies of #AD929D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD929D

Black with #AD929D

Text Example


Text Example

White with #AD929D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD929D; }

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

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

background-color css

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

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

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

border-color css

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

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

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