#AD9FA2

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

Shades of Shady Lady #AD9FA2

Tints of Shady Lady #AD9FA2

Color information

#AD9FA2 (or 0xAD9FA2) is unknown color: approx Shady Lady. HEX triplet: AD, 9F and A2. RGB value is (173,159,162). Sum of RGB (Red+Green+Blue) = 173+159+162=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 162 (63.67% from 255 or 32.79% from 494); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9FA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9FA2 is #52605D. Grayscale: #A3A3A3. Windows color (decimal): -5398622 or 10657709. OLE color: 10657709.

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

Color convert

RGB173159162-
CMYK00.080.060.32
HSL347.14º7.87%65.1%-
HSV(B)347.14º8.09%67.84%-
XYZ36.1536.2939.28-
YUV163.53127.14134.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.02%
GREEN value IS 159 (62.5% from 255) = 32.19%
BLUE value IS 162 (63.67% from 255) = 32.79%
R=35.02%
G=32.19%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315916200.080.060.32347.147.8765.1
HexAD9FA20862015b841
Octal25523724201064053310101
Binary1010110110011111101000100100011010000010101101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9FA2; }

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

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

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

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

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

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

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

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