#A49BA0

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

Shades of Shady Lady #A49BA0

Tints of Shady Lady #A49BA0

Color information

#A49BA0 (or 0xA49BA0) is unknown color: approx Shady Lady. HEX triplet: A4, 9B and A0. RGB value is (164,155,160). Sum of RGB (Red+Green+Blue) = 164+155+160=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 164 - color contains mainly: red. Hex color #A49BA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49BA0 is #5B645F. Grayscale: #9E9E9E. Windows color (decimal): -5989472 or 10525604. OLE color: 10525604.

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

Color convert

RGB164155160-
CMYK00.050.020.36
HSL326.67º4.71%62.55%-
HSV(B)326.67º5.49%64.31%-
XYZ33.3833.8738.04-
YUV158.26128.98132.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.24%
GREEN value IS 155 (60.94% from 255) = 32.36%
BLUE value IS 160 (62.89% from 255) = 33.40%
R=34.24%
G=32.36%
B=33.40%

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
Decimal16415516000.050.020.36326.674.7162.55
HexA49BA00522414753f
Octal24423324005244507577
Binary101001001001101110100000010110100100101000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49BA0; }

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

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

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

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

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

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

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

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