Html Css Color HEX #AD919F Shady Lady

📋 copy color: '#AD919F'

red 173 ◦ green 145 ◦ blue 159

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

Shades of Shady Lady #AD919F

Tints of Shady Lady #AD919F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.4%

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

R = 36.27%
G = 30.4%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD919F (or 0xAD919F) is known color: Shady Lady. HEX triplet: AD, 91 and 9F. RGB value is (173,145,159). Sum of RGB (Red+Green+Blue) = 173+145+159=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 173 - color contains mainly: red. Hex color #AD919F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD919F is #526E60. Grayscale: #9A9A9A. Windows color (decimal): -5402209 or 10457517. OLE color: 10457517.

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

Color convert

RGB 173 145 159 -
CMYK 0 0.16 0.08 0.32
HSL 330º 0.15% 0.62% -
HSV(B) 330º 0.16% 0.68% -
XYZ 33.62 31.64 37.14 -
YUV 154.97 130.28 140.86 -
System Red Green Blue C M Y K H S L
Decimal 173 145 159 0 0.16 0.08 0.32 330 0.15 0.62
Hex AD 91 9F 0 10 8 20 14A F 3E
Octal 255 221 237 0 20 10 40 512 17 76
Binary 10101101 10010001 10011111 0 10000 1000 100000 101001010 1111 111110

Color Harmonies of #AD919F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD919F

Black with #AD919F

Text Example


Text Example

White with #AD919F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD919F; }

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

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

background-color css

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

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

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

border-color css

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

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

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