#A49697

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

Shades of Shady Lady #A49697

Tints of Shady Lady #A49697

Color information

#A49697 (or 0xA49697) is unknown color: approx Shady Lady. HEX triplet: A4, 96 and 97. RGB value is (164,150,151). Sum of RGB (Red+Green+Blue) = 164+150+151=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 164 - color contains mainly: red. Hex color #A49697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49697 is #5B6968. Grayscale: #9A9A9A. Windows color (decimal): -5990761 or 9934500. OLE color: 9934500.

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

Color convert

RGB164150151-
CMYK00.090.080.36
HSL355.71º7.14%61.57%-
HSV(B)355.71º8.54%64.31%-
XYZ31.831.9433.77-
YUV154.3126.14134.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.27%
GREEN value IS 150 (58.98% from 255) = 32.26%
BLUE value IS 151 (59.38% from 255) = 32.47%
R=35.27%
G=32.26%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415015100.090.080.36355.717.1461.57
HexA496970982416473e
Octal2442262270111044544776
Binary101001001001011010010111010011000100100101100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49697; }

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

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

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

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

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

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

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

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