#A6979C

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

Shades of Shady Lady #A6979C

Tints of Shady Lady #A6979C

Color information

#A6979C (or 0xA6979C) is unknown color: approx Shady Lady. HEX triplet: A6, 97 and 9C. RGB value is (166,151,156). Sum of RGB (Red+Green+Blue) = 166+151+156=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 151 (59.38% from 255 or 31.92% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 166 - color contains mainly: red. Hex color #A6979C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6979C is #596863. Grayscale: #9C9C9C. Windows color (decimal): -5859428 or 10262438. OLE color: 10262438.

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

Color convert

RGB166151156-
CMYK00.090.060.35
HSL340º7.77%62.16%-
HSV(B)340º9.04%65.1%-
XYZ32.7932.6436.02-
YUV156.06127.97135.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.10%
GREEN value IS 151 (59.38% from 255) = 31.92%
BLUE value IS 156 (61.33% from 255) = 32.98%
R=35.10%
G=31.92%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615115600.090.060.353407.7762.16
HexA6979C0962315483e
Octal2462272340116435241076
Binary101001101001011110011100010011101000111010101001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6979C; }

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

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

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

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

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

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

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

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