#AD95A0

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

Shades of Shady Lady #AD95A0

Tints of Shady Lady #AD95A0

Color information

#AD95A0 (or 0xAD95A0) is unknown color: approx Shady Lady. HEX triplet: AD, 95 and A0. RGB value is (173,149,160). Sum of RGB (Red+Green+Blue) = 173+149+160=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 173 - color contains mainly: red. Hex color #AD95A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD95A0 is #526A5F. Grayscale: #9D9D9D. Windows color (decimal): -5401184 or 10524077. OLE color: 10524077.

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

Color convert

RGB173149160-
CMYK00.140.080.32
HSL332.5º12.77%63.14%-
HSV(B)332.5º13.87%67.84%-
XYZ34.3332.9237.8-
YUV157.43129.45139.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.89%
GREEN value IS 149 (58.59% from 255) = 30.91%
BLUE value IS 160 (62.89% from 255) = 33.20%
R=35.89%
G=30.91%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314916000.140.080.32332.512.7763.14
HexAD95A00E82014cd3f
Octal25522524001610405141577
Binary1010110110010101101000000111010001000001010011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD95A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD95A0; }

 p { color: rgb(173,149,160); }

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

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

 a { background-color: rgb(173,149,160); }

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

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

 span { border-color: rgb(173,149,160); }

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