#A49CA0

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

Shades of Shady Lady #A49CA0

Tints of Shady Lady #A49CA0

Color information

#A49CA0 (or 0xA49CA0) is unknown color: approx Shady Lady. HEX triplet: A4, 9C and A0. RGB value is (164,156,160). Sum of RGB (Red+Green+Blue) = 164+156+160=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 164 - color contains mainly: red. Hex color #A49CA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49CA0 is #5B635F. Grayscale: #9E9E9E. Windows color (decimal): -5989216 or 10525860. OLE color: 10525860.

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

Color convert

RGB164156160-
CMYK00.050.020.36
HSL330º4.21%62.75%-
HSV(B)330º4.88%64.31%-
XYZ33.5434.2138.09-
YUV158.85128.65131.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.17%
GREEN value IS 156 (61.33% from 255) = 32.5%
BLUE value IS 160 (62.89% from 255) = 33.33%
R=34.17%
G=32.5%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415616000.050.020.363304.2162.75
HexA49CA00522414a43f
Octal24423424005244512477
Binary101001001001110010100000010110100100101001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49CA0; }

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

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

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

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

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

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

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

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