#AD9FA4

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

Shades of Shady Lady #AD9FA4

Tints of Shady Lady #AD9FA4

Color information

#AD9FA4 (or 0xAD9FA4) is unknown color: approx Shady Lady. HEX triplet: AD, 9F and A4. RGB value is (173,159,164). Sum of RGB (Red+Green+Blue) = 173+159+164=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 159 (62.5% from 255 or 32.06% from 496); Blue value is 164 (64.45% from 255 or 33.06% from 496); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9FA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9FA4 is #52605B. Grayscale: #A3A3A3. Windows color (decimal): -5398620 or 10788781. OLE color: 10788781.

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

Color convert

RGB173159164-
CMYK00.080.050.32
HSL338.57º7.87%65.1%-
HSV(B)338.57º8.09%67.84%-
XYZ36.3336.3640.23-
YUV163.76128.14134.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.88%
GREEN value IS 159 (62.5% from 255) = 32.06%
BLUE value IS 164 (64.45% from 255) = 33.06%
R=34.88%
G=32.06%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315916400.080.050.32338.577.8765.1
HexAD9FA408520153841
Octal25523724401054052310101
Binary1010110110011111101001000100010110000010101001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9FA4; }

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

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

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

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

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

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

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

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