#AD9DA1

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

Shades of Shady Lady #AD9DA1

Tints of Shady Lady #AD9DA1

Color information

#AD9DA1 (or 0xAD9DA1) is unknown color: approx Shady Lady. HEX triplet: AD, 9D and A1. RGB value is (173,157,161). Sum of RGB (Red+Green+Blue) = 173+157+161=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 161 (63.28% from 255 or 32.79% from 491); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9DA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9DA1 is #52625E. Grayscale: #A2A2A2. Windows color (decimal): -5399135 or 10591661. OLE color: 10591661.

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

Color convert

RGB173157161-
CMYK00.090.070.32
HSL345º8.89%64.71%-
HSV(B)345º9.25%67.84%-
XYZ35.7235.5738.7-
YUV162.24127.3135.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.23%
GREEN value IS 157 (61.72% from 255) = 31.98%
BLUE value IS 161 (63.28% from 255) = 32.79%
R=35.23%
G=31.98%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315716100.090.070.323458.8964.71
HexAD9DA109720159941
Octal25523524101174053111101
Binary1010110110011101101000010100111110000010101100110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9DA1; }

 p { color: rgb(173,157,161); }

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

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

 a { background-color: rgb(173,157,161); }

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

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

 span { border-color: rgb(173,157,161); }

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