#A49699

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

Shades of Shady Lady #A49699

Tints of Shady Lady #A49699

Color information

#A49699 (or 0xA49699) is unknown color: approx Shady Lady. HEX triplet: A4, 96 and 99. RGB value is (164,150,153). Sum of RGB (Red+Green+Blue) = 164+150+153=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 164 - color contains mainly: red. Hex color #A49699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49699 is #5B6966. Grayscale: #9A9A9A. Windows color (decimal): -5990759 or 10065572. OLE color: 10065572.

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

Color convert

RGB164150153-
CMYK00.090.070.36
HSL347.14º7.14%61.57%-
HSV(B)347.14º8.54%64.31%-
XYZ31.9732.0134.63-
YUV154.53127.14134.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.12%
GREEN value IS 150 (58.98% from 255) = 32.12%
BLUE value IS 153 (60.16% from 255) = 32.76%
R=35.12%
G=32.12%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415015300.090.070.36347.147.1461.57
HexA496990972415b73e
Octal244226231011744533776
Binary10100100100101101001100101001111100100101011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49699; }

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

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

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

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

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

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

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

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