Html Css Color HEX #AD929E Shady Lady

📋 copy color: '#AD929E'

red 173 ◦ green 146 ◦ blue 158

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

Shades of Shady Lady #AD929E

Tints of Shady Lady #AD929E

RGB

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

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

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

R = 36.27%
G = 30.61%
B = 33.12%

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

#AD929E (or 0xAD929E) is known color: Shady Lady. HEX triplet: AD, 92 and 9E. RGB value is (173,146,158). Sum of RGB (Red+Green+Blue) = 173+146+158=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 173 - color contains mainly: red. Hex color #AD929E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD929E is #526D61. Grayscale: #9B9B9B. Windows color (decimal): -5401954 or 10392237. OLE color: 10392237.

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

Color convert

RGB 173 146 158 -
CMYK 0 0.16 0.09 0.32
HSL 333.33º 0.14% 0.63% -
HSV(B) 333.33º 0.16% 0.68% -
XYZ 33.68 31.91 36.73 -
YUV 155.44 129.45 140.52 -
System Red Green Blue C M Y K H S L
Decimal 173 146 158 0 0.16 0.09 0.32 333.33 0.14 0.63
Hex AD 92 9E 0 10 9 20 14D E 3F
Octal 255 222 236 0 20 11 40 515 16 77
Binary 10101101 10010010 10011110 0 10000 1001 100000 101001101 1110 111111

Color Harmonies of #AD929E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD929E

Black with #AD929E

Text Example


Text Example

White with #AD929E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD929E; }

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

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

background-color css

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

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

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

border-color css

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

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

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