Html Css Color HEX #AD989F Shady Lady

📋 copy color: '#AD989F'

red 173 ◦ green 152 ◦ blue 159

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

Shades of Shady Lady #AD989F

Tints of Shady Lady #AD989F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.4%

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

R = 35.74%
G = 31.4%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD989F (or 0xAD989F) is known color: Shady Lady. HEX triplet: AD, 98 and 9F. RGB value is (173,152,159). Sum of RGB (Red+Green+Blue) = 173+152+159=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 173 - color contains mainly: red. Hex color #AD989F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD989F is #526760. Grayscale: #9F9F9F. Windows color (decimal): -5400417 or 10459309. OLE color: 10459309.

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

Color convert

RGB 173 152 159 -
CMYK 0 0.12 0.08 0.32
HSL 340º 0.11% 0.64% -
HSV(B) 340º 0.12% 0.68% -
XYZ 34.72 33.84 37.5 -
YUV 159.08 127.96 137.93 -
System Red Green Blue C M Y K H S L
Decimal 173 152 159 0 0.12 0.08 0.32 340 0.11 0.64
Hex AD 98 9F 0 C 8 20 154 B 40
Octal 255 230 237 0 14 10 40 524 13 100
Binary 10101101 10011000 10011111 0 1100 1000 100000 101010100 1011 1000000

Color Harmonies of #AD989F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD989F

Black with #AD989F

Text Example


Text Example

White with #AD989F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD989F; }

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

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

background-color css

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

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

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

border-color css

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

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

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