Html Css Color HEX #AD929B Shady Lady

📋 copy color: '#AD929B'

red 173 ◦ green 146 ◦ blue 155

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

Shades of Shady Lady #AD929B

Tints of Shady Lady #AD929B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.7%

R = 36.5%
G = 30.8%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD929B (or 0xAD929B) is known color: Shady Lady. HEX triplet: AD, 92 and 9B. RGB value is (173,146,155). Sum of RGB (Red+Green+Blue) = 173+146+155=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 173 - color contains mainly: red. Hex color #AD929B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD929B is #526D64. Grayscale: #9B9B9B. Windows color (decimal): -5401957 or 10195629. OLE color: 10195629.

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

Color convert

RGB 173 146 155 -
CMYK 0 0.16 0.10 0.32
HSL 340º 0.14% 0.63% -
HSV(B) 340º 0.16% 0.68% -
XYZ 33.43 31.81 35.39 -
YUV 155.1 127.95 140.77 -
System Red Green Blue C M Y K H S L
Decimal 173 146 155 0 0.16 0.10 0.32 340 0.14 0.63
Hex AD 92 9B 0 10 A 20 154 E 3F
Octal 255 222 233 0 20 12 40 524 16 77
Binary 10101101 10010010 10011011 0 10000 1010 100000 101010100 1110 111111

Color Harmonies of #AD929B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD929B

Black with #AD929B

Text Example


Text Example

White with #AD929B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD929B; }

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

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

background-color css

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

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

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

border-color css

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

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

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