#A49B9C

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

Shades of Shady Lady #A49B9C

Tints of Shady Lady #A49B9C

Color information

#A49B9C (or 0xA49B9C) is unknown color: approx Shady Lady. HEX triplet: A4, 9B and 9C. RGB value is (164,155,156). Sum of RGB (Red+Green+Blue) = 164+155+156=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49B9C is #5B6463. Grayscale: #9D9D9D. Windows color (decimal): -5989476 or 10263460. OLE color: 10263460.

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

Color convert

RGB164155156-
CMYK00.050.050.36
HSL353.33º4.71%62.55%-
HSV(B)353.33º5.49%64.31%-
XYZ33.0333.7436.22-
YUV157.8126.98132.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.53%
GREEN value IS 155 (60.94% from 255) = 32.63%
BLUE value IS 156 (61.33% from 255) = 32.84%
R=34.53%
G=32.63%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415515600.050.050.36353.334.7162.55
HexA49B9C0552416153f
Octal24423323405544541577
Binary1010010010011011100111000101101100100101100001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49B9C; }

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

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

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

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

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

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

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

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