#A49396

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

Shades of Shady Lady #A49396

Tints of Shady Lady #A49396

Color information

#A49396 (or 0xA49396) is unknown color: approx Shady Lady. HEX triplet: A4, 93 and 96. RGB value is (164,147,150). Sum of RGB (Red+Green+Blue) = 164+147+150=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 164 - color contains mainly: red. Hex color #A49396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49396 is #5B6C69. Grayscale: #989898. Windows color (decimal): -5991530 or 9868196. OLE color: 9868196.

HSL color Cylindrical-coordinate representation of color #A49396: hue angle of 349.41º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A49396 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB164147150-
CMYK00.100.090.36
HSL349.41º8.54%60.98%-
HSV(B)349.41º10.37%64.31%-
XYZ31.2530.9633.18-
YUV152.42126.63136.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.57%
GREEN value IS 147 (57.81% from 255) = 31.89%
BLUE value IS 150 (58.98% from 255) = 32.54%
R=35.57%
G=31.89%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414715000.100.090.36349.418.5460.98
HexA493960A92415d93d
Octal24422322601211445351175
Binary1010010010010011100101100101010011001001010111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49396; }

 p { color: rgb(164,147,150); }

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

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

 a { background-color: rgb(164,147,150); }

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

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

 span { border-color: rgb(164,147,150); }

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