Html Css Color HEX #AD989E Shady Lady

📋 copy color: '#AD989E'

red 173 ◦ green 152 ◦ blue 158

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

Shades of Shady Lady #AD989E

Tints of Shady Lady #AD989E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 32.71%

R = 35.82%
G = 31.47%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD989E (or 0xAD989E) is known color: Shady Lady. HEX triplet: AD, 98 and 9E. RGB value is (173,152,158). Sum of RGB (Red+Green+Blue) = 173+152+158=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 158 (62.11% from 255 or 32.71% from 483); Max value from RGB is 173 - color contains mainly: red. Hex color #AD989E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD989E is #526761. Grayscale: #9E9E9E. Windows color (decimal): -5400418 or 10393773. OLE color: 10393773.

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

Color convert

RGB 173 152 158 -
CMYK 0 0.12 0.09 0.32
HSL 342.86º 0.11% 0.64% -
HSV(B) 342.86º 0.12% 0.68% -
XYZ 34.63 33.81 37.05 -
YUV 158.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 173 152 158 0 0.12 0.09 0.32 342.86 0.11 0.64
Hex AD 98 9E 0 C 9 20 157 B 40
Octal 255 230 236 0 14 11 40 527 13 100
Binary 10101101 10011000 10011110 0 1100 1001 100000 101010111 1011 1000000

Color Harmonies of #AD989E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD989E

Black with #AD989E

Text Example


Text Example

White with #AD989E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD989E; }

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

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

background-color css

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

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

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

border-color css

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

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

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