Html Css Color HEX #AD93A2 Shady Lady

📋 copy color: '#AD93A2'

red 173 ◦ green 147 ◦ blue 162

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

Shades of Shady Lady #AD93A2

Tints of Shady Lady #AD93A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.61%

R = 35.89%
G = 30.5%
B = 33.61%

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

#AD93A2 (or 0xAD93A2) is known color: Shady Lady. HEX triplet: AD, 93 and A2. RGB value is (173,147,162). Sum of RGB (Red+Green+Blue) = 173+147+162=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 162 (63.67% from 255 or 33.61% from 482); Max value from RGB is 173 - color contains mainly: red. Hex color #AD93A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD93A2 is #526C5D. Grayscale: #9C9C9C. Windows color (decimal): -5401694 or 10654637. OLE color: 10654637.

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

Color convert

RGB 173 147 162 -
CMYK 0 0.15 0.06 0.32
HSL 325.38º 0.14% 0.63% -
HSV(B) 325.38º 0.15% 0.68% -
XYZ 34.19 32.36 38.63 -
YUV 156.48 131.11 139.78 -
System Red Green Blue C M Y K H S L
Decimal 173 147 162 0 0.15 0.06 0.32 325.38 0.14 0.63
Hex AD 93 A2 0 F 6 20 145 E 3F
Octal 255 223 242 0 17 6 40 505 16 77
Binary 10101101 10010011 10100010 0 1111 110 100000 101000101 1110 111111

Color Harmonies of #AD93A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD93A2

Black with #AD93A2

Text Example


Text Example

White with #AD93A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD93A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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