#A49B9E

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

Shades of Shady Lady #A49B9E

Tints of Shady Lady #A49B9E

Color information

#A49B9E (or 0xA49B9E) is unknown color: approx Shady Lady. HEX triplet: A4, 9B and 9E. RGB value is (164,155,158). Sum of RGB (Red+Green+Blue) = 164+155+158=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49B9E is #5B6461. Grayscale: #9E9E9E. Windows color (decimal): -5989474 or 10394532. OLE color: 10394532.

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

Color convert

RGB164155158-
CMYK00.050.040.36
HSL340º4.71%62.55%-
HSV(B)340º5.49%64.31%-
XYZ33.233.837.12-
YUV158.03127.98132.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.38%
GREEN value IS 155 (60.94% from 255) = 32.49%
BLUE value IS 158 (62.11% from 255) = 33.12%
R=34.38%
G=32.49%
B=33.12%

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
Decimal16415515800.050.040.363404.7162.55
HexA49B9E0542415453f
Octal24423323605444524577
Binary1010010010011011100111100101100100100101010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49B9E; }

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

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

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

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

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

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

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

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