Html Css Color HEX #AD9FA7 Shady Lady

📋 copy color: '#AD9FA7'

red 173 ◦ green 159 ◦ blue 167

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

Shades of Shady Lady #AD9FA7

Tints of Shady Lady #AD9FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 33.47%

R = 34.67%
G = 31.86%
B = 33.47%

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

#AD9FA7 (or 0xAD9FA7) is known color: Shady Lady. HEX triplet: AD, 9F and A7. RGB value is (173,159,167). Sum of RGB (Red+Green+Blue) = 173+159+167=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 167 (65.62% from 255 or 33.47% from 499); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9FA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9FA7 is #526058. Grayscale: #A4A4A4. Windows color (decimal): -5398617 or 10985389. OLE color: 10985389.

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

Color convert

RGB 173 159 167 -
CMYK 0 0.08 0.03 0.32
HSL 325.71º 0.08% 0.65% -
HSV(B) 325.71º 0.08% 0.68% -
XYZ 36.61 36.47 41.67 -
YUV 164.1 129.64 134.35 -
System Red Green Blue C M Y K H S L
Decimal 173 159 167 0 0.08 0.03 0.32 325.71 0.08 0.65
Hex AD 9F A7 0 8 3 20 146 8 41
Octal 255 237 247 0 10 3 40 506 10 101
Binary 10101101 10011111 10100111 0 1000 11 100000 101000110 1000 1000001

Color Harmonies of #AD9FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9FA7

Black with #AD9FA7

Text Example


Text Example

White with #AD9FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9FA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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