Html Css Color HEX #AD8D98 Shady Lady

📋 copy color: '#AD8D98'

red 173 ◦ green 141 ◦ blue 152

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

Shades of Shady Lady #AD8D98

Tints of Shady Lady #AD8D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 32.62%

R = 37.12%
G = 30.26%
B = 32.62%

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

#AD8D98 (or 0xAD8D98) is known color: Shady Lady. HEX triplet: AD, 8D and 98. RGB value is (173,141,152). Sum of RGB (Red+Green+Blue) = 173+141+152=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8D98 is #527267. Grayscale: #979797. Windows color (decimal): -5403240 or 9997741. OLE color: 9997741.

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

Color convert

RGB 173 141 152 -
CMYK 0 0.18 0.12 0.32
HSL 339.38º 0.16% 0.62% -
HSV(B) 339.38º 0.18% 0.68% -
XYZ 32.43 30.2 33.83 -
YUV 151.82 128.1 143.11 -
System Red Green Blue C M Y K H S L
Decimal 173 141 152 0 0.18 0.12 0.32 339.38 0.16 0.62
Hex AD 8D 98 0 12 C 20 153 10 3E
Octal 255 215 230 0 22 14 40 523 20 76
Binary 10101101 10001101 10011000 0 10010 1100 100000 101010011 10000 111110

Color Harmonies of #AD8D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8D98

Black with #AD8D98

Text Example


Text Example

White with #AD8D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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