#A49B9F

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

Shades of Shady Lady #A49B9F

Tints of Shady Lady #A49B9F

Color information

#A49B9F (or 0xA49B9F) is unknown color: approx Shady Lady. HEX triplet: A4, 9B and 9F. RGB value is (164,155,159). Sum of RGB (Red+Green+Blue) = 164+155+159=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49B9F is #5B6460. Grayscale: #9E9E9E. Windows color (decimal): -5989473 or 10460068. OLE color: 10460068.

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

Color convert

RGB164155159-
CMYK00.050.030.36
HSL333.33º4.71%62.55%-
HSV(B)333.33º5.49%64.31%-
XYZ33.2933.8437.58-
YUV158.15128.48132.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.31%
GREEN value IS 155 (60.94% from 255) = 32.43%
BLUE value IS 159 (62.5% from 255) = 33.26%
R=34.31%
G=32.43%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415515900.050.030.36333.334.7162.55
HexA49B9F0532414d53f
Octal24423323705344515577
Binary101001001001101110011111010111100100101001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49B9F; }

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

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

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

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

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

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

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

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