#A49B9D

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

Shades of Shady Lady #A49B9D

Tints of Shady Lady #A49B9D

Color information

#A49B9D (or 0xA49B9D) is unknown color: approx Shady Lady. HEX triplet: A4, 9B and 9D. RGB value is (164,155,157). Sum of RGB (Red+Green+Blue) = 164+155+157=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49B9D is #5B6462. Grayscale: #9D9D9D. Windows color (decimal): -5989475 or 10328996. OLE color: 10328996.

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

Color convert

RGB164155157-
CMYK00.050.040.36
HSL346.67º4.71%62.55%-
HSV(B)346.67º5.49%64.31%-
XYZ33.1233.7736.67-
YUV157.92127.48132.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.45%
GREEN value IS 155 (60.94% from 255) = 32.56%
BLUE value IS 157 (61.72% from 255) = 32.98%
R=34.45%
G=32.56%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415515700.050.040.36346.674.7162.55
HexA49B9D0542415b53f
Octal24423323505444533577
Binary1010010010011011100111010101100100100101011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49B9D; }

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

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

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

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

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

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

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

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