#A49297

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

Shades of Shady Lady #A49297

Tints of Shady Lady #A49297

Color information

#A49297 (or 0xA49297) is unknown color: approx Shady Lady. HEX triplet: A4, 92 and 97. RGB value is (164,146,151). Sum of RGB (Red+Green+Blue) = 164+146+151=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 151 (59.38% from 255 or 32.75% from 461); Max value from RGB is 164 - color contains mainly: red. Hex color #A49297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49297 is #5B6D68. Grayscale: #979797. Windows color (decimal): -5991785 or 9933476. OLE color: 9933476.

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

Color convert

RGB164146151-
CMYK00.110.080.36
HSL343.33º9%60.78%-
HSV(B)343.33º10.98%64.31%-
XYZ31.1730.6833.56-
YUV151.95127.46136.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.57%
GREEN value IS 146 (57.42% from 255) = 31.67%
BLUE value IS 151 (59.38% from 255) = 32.75%
R=35.57%
G=31.67%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414615100.110.080.36343.33960.78
HexA492970B82415793d
Octal24422222701310445271175
Binary1010010010010010100101110101110001001001010101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49297; }

 p { color: rgb(164,146,151); }

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

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

 a { background-color: rgb(164,146,151); }

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

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

 span { border-color: rgb(164,146,151); }

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