#A49D9F

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

Shades of Shady Lady #A49D9F

Tints of Shady Lady #A49D9F

Color information

#A49D9F (or 0xA49D9F) is unknown color: approx Shady Lady. HEX triplet: A4, 9D and 9F. RGB value is (164,157,159). Sum of RGB (Red+Green+Blue) = 164+157+159=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 159 (62.5% from 255 or 33.12% from 480); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49D9F is #5B6260. Grayscale: #9F9F9F. Windows color (decimal): -5988961 or 10460580. OLE color: 10460580.

HSL color Cylindrical-coordinate representation of color #A49D9F: hue angle of 342.86º degrees, saturation: 0.04, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A49D9F is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB164157159-
CMYK00.040.030.36
HSL342.86º3.7%62.94%-
HSV(B)342.86º4.27%64.31%-
XYZ33.6234.5137.69-
YUV159.32127.82131.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.17%
GREEN value IS 157 (61.72% from 255) = 32.71%
BLUE value IS 159 (62.5% from 255) = 33.12%
R=34.17%
G=32.71%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415715900.040.030.36342.863.762.94
HexA49D9F0432415743f
Octal24423523704344527477
Binary101001001001110110011111010011100100101010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49D9F; }

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

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

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

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

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

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

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

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