#A49AA0

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

Shades of Shady Lady #A49AA0

Tints of Shady Lady #A49AA0

Color information

#A49AA0 (or 0xA49AA0) is unknown color: approx Shady Lady. HEX triplet: A4, 9A and A0. RGB value is (164,154,160). Sum of RGB (Red+Green+Blue) = 164+154+160=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 164 - color contains mainly: red. Hex color #A49AA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49AA0 is #5B655F. Grayscale: #9D9D9D. Windows color (decimal): -5989728 or 10525348. OLE color: 10525348.

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

Color convert

RGB164154160-
CMYK00.060.020.36
HSL324º5.21%62.35%-
HSV(B)324º6.1%64.31%-
XYZ33.2133.5437.98-
YUV157.67129.31132.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.31%
GREEN value IS 154 (60.55% from 255) = 32.22%
BLUE value IS 160 (62.89% from 255) = 33.47%
R=34.31%
G=32.22%
B=33.47%

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
Decimal16415416000.060.020.363245.2162.35
HexA49AA00622414453e
Octal24423224006244504576
Binary101001001001101010100000011010100100101000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49AA0; }

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

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

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

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

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

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

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

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