#A49FA1

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

Shades of Shady Lady #A49FA1

Tints of Shady Lady #A49FA1

Color information

#A49FA1 (or 0xA49FA1) is unknown color: approx Shady Lady. HEX triplet: A4, 9F and A1. RGB value is (164,159,161). Sum of RGB (Red+Green+Blue) = 164+159+161=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 164 - color contains mainly: red. Hex color #A49FA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49FA1 is #5B605E. Grayscale: #A0A0A0. Windows color (decimal): -5988447 or 10592164. OLE color: 10592164.

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

Color convert

RGB164159161-
CMYK00.030.020.36
HSL336º2.67%63.33%-
HSV(B)336º3.05%64.31%-
XYZ34.1435.2638.73-
YUV160.72128.16130.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.88%
GREEN value IS 159 (62.5% from 255) = 32.85%
BLUE value IS 161 (63.28% from 255) = 33.26%
R=33.88%
G=32.85%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415916100.030.020.363362.6763.33
HexA49FA10322415033f
Octal24423724103244520377
Binary1010010010011111101000010111010010010101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49FA1; }

 p { color: rgb(164,159,161); }

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

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

 a { background-color: rgb(164,159,161); }

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

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

 span { border-color: rgb(164,159,161); }

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