Html Css Color HEX #AD929A Shady Lady

📋 copy color: '#AD929A'

red 173 ◦ green 146 ◦ blue 154

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

Shades of Shady Lady #AD929A

Tints of Shady Lady #AD929A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.56%

R = 36.58%
G = 30.87%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AD929A (or 0xAD929A) is known color: Shady Lady. HEX triplet: AD, 92 and 9A. RGB value is (173,146,154). Sum of RGB (Red+Green+Blue) = 173+146+154=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 173 - color contains mainly: red. Hex color #AD929A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD929A is #526D65. Grayscale: #9A9A9A. Windows color (decimal): -5401958 or 10130093. OLE color: 10130093.

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

Color convert

RGB 173 146 154 -
CMYK 0 0.16 0.11 0.32
HSL 342.22º 0.14% 0.63% -
HSV(B) 342.22º 0.16% 0.68% -
XYZ 33.35 31.78 34.95 -
YUV 154.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 173 146 154 0 0.16 0.11 0.32 342.22 0.14 0.63
Hex AD 92 9A 0 10 B 20 156 E 3F
Octal 255 222 232 0 20 13 40 526 16 77
Binary 10101101 10010010 10011010 0 10000 1011 100000 101010110 1110 111111

Color Harmonies of #AD929A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD929A

Black with #AD929A

Text Example


Text Example

White with #AD929A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD929A; }

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

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

background-color css

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

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

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

border-color css

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

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

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