Html Css Color HEX #AD8C98 Shady Lady

📋 copy color: '#AD8C98'

red 173 ◦ green 140 ◦ blue 152

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

Shades of Shady Lady #AD8C98

Tints of Shady Lady #AD8C98

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.11%

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

R = 37.2%
G = 30.11%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD8C98 (or 0xAD8C98) is known color: Shady Lady. HEX triplet: AD, 8C and 98. RGB value is (173,140,152). Sum of RGB (Red+Green+Blue) = 173+140+152=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 152 (59.77% from 255 or 32.69% from 465); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8C98 is #527367. Grayscale: #979797. Windows color (decimal): -5403496 or 9997485. OLE color: 9997485.

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

Color convert

RGB 173 140 152 -
CMYK 0 0.19 0.12 0.32
HSL 338.18º 0.17% 0.61% -
HSV(B) 338.18º 0.19% 0.68% -
XYZ 32.28 29.91 33.78 -
YUV 151.24 128.43 143.52 -
System Red Green Blue C M Y K H S L
Decimal 173 140 152 0 0.19 0.12 0.32 338.18 0.17 0.61
Hex AD 8C 98 0 13 C 20 152 11 3D
Octal 255 214 230 0 23 14 40 522 21 75
Binary 10101101 10001100 10011000 0 10011 1100 100000 101010010 10001 111101

Color Harmonies of #AD8C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8C98

Black with #AD8C98

Text Example


Text Example

White with #AD8C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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