#A49AA1

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

Shades of Shady Lady #A49AA1

Tints of Shady Lady #A49AA1

Color information

#A49AA1 (or 0xA49AA1) is unknown color: approx Shady Lady. HEX triplet: A4, 9A and A1. RGB value is (164,154,161). Sum of RGB (Red+Green+Blue) = 164+154+161=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 164 - color contains mainly: red. Hex color #A49AA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49AA1 is #5B655E. Grayscale: #9D9D9D. Windows color (decimal): -5989727 or 10590884. OLE color: 10590884.

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

Color convert

RGB164154161-
CMYK00.060.020.36
HSL318º5.21%62.35%-
HSV(B)318º6.1%64.31%-
XYZ33.333.5838.44-
YUV157.79129.81132.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.24%
GREEN value IS 154 (60.55% from 255) = 32.15%
BLUE value IS 161 (63.28% from 255) = 33.61%
R=34.24%
G=32.15%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415416100.060.020.363185.2162.35
HexA49AA10622413e53e
Octal24423224106244476576
Binary101001001001101010100001011010100100100111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49AA1; }

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

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

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

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

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

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

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

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