Html Css Color HEX #AD8D99 Shady Lady

📋 copy color: '#AD8D99'

red 173 ◦ green 141 ◦ blue 153

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

Shades of Shady Lady #AD8D99

Tints of Shady Lady #AD8D99

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.19%

 BLUE value IS 153 (60.16% from 255) = 32.76%

R = 37.04%
G = 30.19%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD8D99 (or 0xAD8D99) is known color: Shady Lady. HEX triplet: AD, 8D and 99. RGB value is (173,141,153). Sum of RGB (Red+Green+Blue) = 173+141+153=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8D99 is #527266. Grayscale: #979797. Windows color (decimal): -5403239 or 10063277. OLE color: 10063277.

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

Color convert

RGB 173 141 153 -
CMYK 0 0.18 0.12 0.32
HSL 337.5º 0.16% 0.62% -
HSV(B) 337.5º 0.18% 0.68% -
XYZ 32.51 30.23 34.26 -
YUV 151.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 173 141 153 0 0.18 0.12 0.32 337.5 0.16 0.62
Hex AD 8D 99 0 12 C 20 152 10 3E
Octal 255 215 231 0 22 14 40 522 20 76
Binary 10101101 10001101 10011001 0 10010 1100 100000 101010010 10000 111110

Color Harmonies of #AD8D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8D99

Black with #AD8D99

Text Example


Text Example

White with #AD8D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8D99; }

 p { color: rgb(173,141,153); }

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

background-color css

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

 a { background-color: rgb(173,141,153); }

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

border-color css

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

 span { border-color: rgb(173,141,153); }

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