#AD97A2

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

Shades of Shady Lady #AD97A2

Tints of Shady Lady #AD97A2

Color information

#AD97A2 (or 0xAD97A2) is unknown color: approx Shady Lady. HEX triplet: AD, 97 and A2. RGB value is (173,151,162). Sum of RGB (Red+Green+Blue) = 173+151+162=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 162 (63.67% from 255 or 33.33% from 486); Max value from RGB is 173 - color contains mainly: red. Hex color #AD97A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD97A2 is #52685D. Grayscale: #9E9E9E. Windows color (decimal): -5400670 or 10655661. OLE color: 10655661.

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

Color convert

RGB173151162-
CMYK00.130.060.32
HSL330º11.83%63.53%-
HSV(B)330º12.72%67.84%-
XYZ34.8233.6338.84-
YUV158.83129.79138.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.60%
GREEN value IS 151 (59.38% from 255) = 31.07%
BLUE value IS 162 (63.67% from 255) = 33.33%
R=35.60%
G=31.07%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315116200.130.060.3233011.8363.53
HexAD97A20D62014ac40
Octal25522724201564051214100
Binary1010110110010111101000100110111010000010100101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD97A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD97A2; }

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

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

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

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

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

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

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

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