#A4939D

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

Shades of Shady Lady #A4939D

Tints of Shady Lady #A4939D

Color information

#A4939D (or 0xA4939D) is unknown color: approx Shady Lady. HEX triplet: A4, 93 and 9D. RGB value is (164,147,157). Sum of RGB (Red+Green+Blue) = 164+147+157=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 164 - color contains mainly: red. Hex color #A4939D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4939D is #5B6C62. Grayscale: #999999. Windows color (decimal): -5991523 or 10326948. OLE color: 10326948.

HSL color Cylindrical-coordinate representation of color #A4939D: hue angle of 324.71º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A4939D is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB164147157-
CMYK00.100.040.36
HSL324.71º8.54%60.98%-
HSV(B)324.71º10.37%64.31%-
XYZ31.8331.1936.24-
YUV153.22130.13135.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.04%
GREEN value IS 147 (57.81% from 255) = 31.41%
BLUE value IS 157 (61.72% from 255) = 33.55%
R=35.04%
G=31.41%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414715700.100.040.36324.718.5460.98
HexA4939D0A42414593d
Octal2442232350124445051175
Binary101001001001001110011101010101001001001010001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4939D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4939D; }

 p { color: rgb(164,147,157); }

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

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

 a { background-color: rgb(164,147,157); }

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

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

 span { border-color: rgb(164,147,157); }

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