#AD93A3

Color #AD93A3 Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #AD93A3

Tints of Shady Lady #AD93A3

Color information

#AD93A3 (or 0xAD93A3) is unknown color: approx 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

RGB173147163-
CMYK00.150.060.32
HSL323.08º13.68%62.75%-
HSV(B)323.08º15.03%67.84%-
XYZ34.2832.439.1-
YUV156.6131.61139.7-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314716300.150.060.32323.0813.6862.75
HexAD93A30F620143e3f
Octal2552232430176405031677
Binary101011011001001110100011011111101000001010000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD93A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>