#A6939C

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

Shades of Shady Lady #A6939C

Tints of Shady Lady #A6939C

Color information

#A6939C (or 0xA6939C) is unknown color: approx Shady Lady. HEX triplet: A6, 93 and 9C. RGB value is (166,147,156). Sum of RGB (Red+Green+Blue) = 166+147+156=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 166 - color contains mainly: red. Hex color #A6939C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6939C is #596C63. Grayscale: #999999. Windows color (decimal): -5860452 or 10261414. OLE color: 10261414.

HSL color Cylindrical-coordinate representation of color #A6939C: hue angle of 331.58º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A6939C is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB166147156-
CMYK00.110.060.35
HSL331.58º9.64%61.37%-
HSV(B)331.58º11.45%65.1%-
XYZ32.1631.3735.81-
YUV153.71129.29136.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.39%
GREEN value IS 147 (57.81% from 255) = 31.34%
BLUE value IS 156 (61.33% from 255) = 33.26%
R=35.39%
G=31.34%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614715600.110.060.35331.589.6461.37
HexA6939C0B62314ca3d
Octal2462232340136435141275
Binary101001101001001110011100010111101000111010011001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6939C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6939C; }

 p { color: rgb(166,147,156); }

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

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

 a { background-color: rgb(166,147,156); }

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

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

 span { border-color: rgb(166,147,156); }

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