Html Css Color HEX #AD9A9F Shady Lady

📋 copy color: '#AD9A9F'

red 173 ◦ green 154 ◦ blue 159

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

Shades of Shady Lady #AD9A9F

Tints of Shady Lady #AD9A9F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.69%

 BLUE value IS 159 (62.5% from 255) = 32.72%

R = 35.6%
G = 31.69%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD9A9F (or 0xAD9A9F) is known color: Shady Lady. HEX triplet: AD, 9A and 9F. RGB value is (173,154,159). Sum of RGB (Red+Green+Blue) = 173+154+159=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 154 (60.55% from 255 or 31.69% from 486); Blue value is 159 (62.5% from 255 or 32.72% from 486); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9A9F is #526560. Grayscale: #A0A0A0. Windows color (decimal): -5399905 or 10459821. OLE color: 10459821.

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

Color convert

RGB 173 154 159 -
CMYK 0 0.11 0.08 0.32
HSL 344.21º 0.1% 0.64% -
HSV(B) 344.21º 0.11% 0.68% -
XYZ 35.05 34.5 37.61 -
YUV 160.25 127.29 137.09 -
System Red Green Blue C M Y K H S L
Decimal 173 154 159 0 0.11 0.08 0.32 344.21 0.1 0.64
Hex AD 9A 9F 0 B 8 20 158 A 40
Octal 255 232 237 0 13 10 40 530 12 100
Binary 10101101 10011010 10011111 0 1011 1000 100000 101011000 1010 1000000

Color Harmonies of #AD9A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9A9F

Black with #AD9A9F

Text Example


Text Example

White with #AD9A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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