Html Css Color HEX #AD9099 Shady Lady

📋 copy color: '#AD9099'

red 173 ◦ green 144 ◦ blue 153

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

Shades of Shady Lady #AD9099

Tints of Shady Lady #AD9099

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.64%

 BLUE value IS 153 (60.16% from 255) = 32.55%

R = 36.81%
G = 30.64%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD9099 (or 0xAD9099) is known color: Shady Lady. HEX triplet: AD, 90 and 99. RGB value is (173,144,153). Sum of RGB (Red+Green+Blue) = 173+144+153=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9099 is #526F66. Grayscale: #999999. Windows color (decimal): -5402471 or 10064045. OLE color: 10064045.

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

Color convert

RGB 173 144 153 -
CMYK 0 0.17 0.12 0.32
HSL 341.38º 0.15% 0.62% -
HSV(B) 341.38º 0.17% 0.68% -
XYZ 32.96 31.13 34.41 -
YUV 153.7 127.61 141.77 -
System Red Green Blue C M Y K H S L
Decimal 173 144 153 0 0.17 0.12 0.32 341.38 0.15 0.62
Hex AD 90 99 0 11 C 20 155 F 3E
Octal 255 220 231 0 21 14 40 525 17 76
Binary 10101101 10010000 10011001 0 10001 1100 100000 101010101 1111 111110

Color Harmonies of #AD9099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9099

Black with #AD9099

Text Example


Text Example

White with #AD9099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9099; }

 p { color: rgb(173,144,153); }

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

background-color css

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

 a { background-color: rgb(173,144,153); }

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

border-color css

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

 span { border-color: rgb(173,144,153); }

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