#A49A9E

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

Shades of Shady Lady #A49A9E

Tints of Shady Lady #A49A9E

Color information

#A49A9E (or 0xA49A9E) is unknown color: approx Shady Lady. HEX triplet: A4, 9A and 9E. RGB value is (164,154,158). Sum of RGB (Red+Green+Blue) = 164+154+158=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49A9E is #5B6561. Grayscale: #9D9D9D. Windows color (decimal): -5989730 or 10394276. OLE color: 10394276.

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

Color convert

RGB164154158-
CMYK00.060.040.36
HSL336º5.21%62.35%-
HSV(B)336º6.1%64.31%-
XYZ33.0433.4737.07-
YUV157.45128.31132.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.45%
GREEN value IS 154 (60.55% from 255) = 32.35%
BLUE value IS 158 (62.11% from 255) = 33.19%
R=34.45%
G=32.35%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415415800.060.040.363365.2162.35
HexA49A9E0642415053e
Octal24423223606444520576
Binary1010010010011010100111100110100100100101010000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49A9E; }

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

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

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

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

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

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

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

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