#AD97A4

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

Shades of Shady Lady #AD97A4

Tints of Shady Lady #AD97A4

Color information

#AD97A4 (or 0xAD97A4) is unknown color: approx Shady Lady. HEX triplet: AD, 97 and A4. RGB value is (173,151,164). Sum of RGB (Red+Green+Blue) = 173+151+164=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 164 (64.45% from 255 or 33.61% from 488); Max value from RGB is 173 - color contains mainly: red. Hex color #AD97A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD97A4 is #52685B. Grayscale: #9F9F9F. Windows color (decimal): -5400668 or 10786733. OLE color: 10786733.

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

Color convert

RGB173151164-
CMYK00.130.050.32
HSL324.55º11.83%63.53%-
HSV(B)324.55º12.72%67.84%-
XYZ3533.739.78-
YUV159.06130.79137.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.45%
GREEN value IS 151 (59.38% from 255) = 30.94%
BLUE value IS 164 (64.45% from 255) = 33.61%
R=35.45%
G=30.94%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315116400.130.050.32324.5511.8363.53
HexAD97A40D520145c40
Octal25522724401554050514100
Binary1010110110010111101001000110110110000010100010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD97A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD97A4; }

 p { color: rgb(173,151,164); }

 H1.HeaderClassName
 {
   color: #AD97A4;
 }
 .AnyTagClassName
 {
   color: #AD97A4;
 }
</style>
background-color css

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

 a { background-color: rgb(173,151,164); }

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

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

 span { border-color: rgb(173,151,164); }

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