Html Css Color HEX #AD93A3 Shady Lady

📋 copy color: '#AD93A3'

red 173 ◦ green 147 ◦ blue 163

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

Shades of Shady Lady #AD93A3

Tints of Shady Lady #AD93A3

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.43%

 BLUE value IS 163 (64.06% from 255) = 33.75%

R = 35.82%
G = 30.43%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AD93A3 (or 0xAD93A3) is known color: Shady Lady. HEX triplet: AD, 93 and A3. RGB value is (173,147,163). Sum of RGB (Red+Green+Blue) = 173+147+163=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 163 (64.06% from 255 or 33.75% from 483); Max value from RGB is 173 - color contains mainly: red. Hex color #AD93A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD93A3 is #526C5C. Grayscale: #9C9C9C. Windows color (decimal): -5401693 or 10720173. OLE color: 10720173.

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

Color convert

RGB 173 147 163 -
CMYK 0 0.15 0.06 0.32
HSL 323.08º 0.14% 0.63% -
HSV(B) 323.08º 0.15% 0.68% -
XYZ 34.28 32.4 39.1 -
YUV 156.6 131.61 139.7 -
System Red Green Blue C M Y K H S L
Decimal 173 147 163 0 0.15 0.06 0.32 323.08 0.14 0.63
Hex AD 93 A3 0 F 6 20 143 E 3F
Octal 255 223 243 0 17 6 40 503 16 77
Binary 10101101 10010011 10100011 0 1111 110 100000 101000011 1110 111111

Color Harmonies of #AD93A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD93A3

Black with #AD93A3

Text Example


Text Example

White with #AD93A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD93A3; }

 p { color: rgb(173,147,163); }

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

background-color css

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

 a { background-color: rgb(173,147,163); }

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

border-color css

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

 span { border-color: rgb(173,147,163); }

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