Html Css Color HEX #AD9FA8 Shady Lady

📋 copy color: '#AD9FA8'

red 173 ◦ green 159 ◦ blue 168

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

Shades of Shady Lady #AD9FA8

Tints of Shady Lady #AD9FA8

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.8%

 BLUE value IS 168 (66.02% from 255) = 33.6%

R = 34.6%
G = 31.8%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#AD9FA8 (or 0xAD9FA8) is known color: Shady Lady. HEX triplet: AD, 9F and A8. RGB value is (173,159,168). Sum of RGB (Red+Green+Blue) = 173+159+168=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9FA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9FA8 is #526057. Grayscale: #A4A4A4. Windows color (decimal): -5398616 or 11050925. OLE color: 11050925.

HSL color Cylindrical-coordinate representation of color #AD9FA8: hue angle of 321.43º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AD9FA8 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 159 168 -
CMYK 0 0.08 0.03 0.32
HSL 321.43º 0.08% 0.65% -
HSV(B) 321.43º 0.08% 0.68% -
XYZ 36.7 36.51 42.16 -
YUV 164.21 130.14 134.27 -
System Red Green Blue C M Y K H S L
Decimal 173 159 168 0 0.08 0.03 0.32 321.43 0.08 0.65
Hex AD 9F A8 0 8 3 20 141 8 41
Octal 255 237 250 0 10 3 40 501 10 101
Binary 10101101 10011111 10101000 0 1000 11 100000 101000001 1000 1000001

Color Harmonies of #AD9FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9FA8

Black with #AD9FA8

Text Example


Text Example

White with #AD9FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9FA8; }

 p { color: rgb(173,159,168); }

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

background-color css

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

 a { background-color: rgb(173,159,168); }

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

border-color css

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

 span { border-color: rgb(173,159,168); }

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