Html Css Color HEX #AD8F9D Shady Lady

📋 copy color: '#AD8F9D'

red 173 ◦ green 143 ◦ blue 157

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

Shades of Shady Lady #AD8F9D

Tints of Shady Lady #AD8F9D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.23%

 BLUE value IS 157 (61.72% from 255) = 33.19%

R = 36.58%
G = 30.23%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD8F9D (or 0xAD8F9D) is known color: Shady Lady. HEX triplet: AD, 8F and 9D. RGB value is (173,143,157). Sum of RGB (Red+Green+Blue) = 173+143+157=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8F9D is #527062. Grayscale: #999999. Windows color (decimal): -5402723 or 10325933. OLE color: 10325933.

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

Color convert

RGB 173 143 157 -
CMYK 0 0.17 0.09 0.32
HSL 332º 0.15% 0.62% -
HSV(B) 332º 0.17% 0.68% -
XYZ 33.14 30.96 36.13 -
YUV 153.57 129.94 141.86 -
System Red Green Blue C M Y K H S L
Decimal 173 143 157 0 0.17 0.09 0.32 332 0.15 0.62
Hex AD 8F 9D 0 11 9 20 14C F 3E
Octal 255 217 235 0 21 11 40 514 17 76
Binary 10101101 10001111 10011101 0 10001 1001 100000 101001100 1111 111110

Color Harmonies of #AD8F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8F9D

Black with #AD8F9D

Text Example


Text Example

White with #AD8F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8F9D; }

 p { color: rgb(173,143,157); }

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

background-color css

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

 a { background-color: rgb(173,143,157); }

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

border-color css

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

 span { border-color: rgb(173,143,157); }

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