#A6979D

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

Shades of Shady Lady #A6979D

Tints of Shady Lady #A6979D

Color information

#A6979D (or 0xA6979D) is unknown color: approx Shady Lady. HEX triplet: A6, 97 and 9D. RGB value is (166,151,157). Sum of RGB (Red+Green+Blue) = 166+151+157=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 166 - color contains mainly: red. Hex color #A6979D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6979D is #596862. Grayscale: #9C9C9C. Windows color (decimal): -5859427 or 10327974. OLE color: 10327974.

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

Color convert

RGB166151157-
CMYK00.090.050.35
HSL336º7.77%62.16%-
HSV(B)336º9.04%65.1%-
XYZ32.8832.6736.47-
YUV156.17128.47135.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.02%
GREEN value IS 151 (59.38% from 255) = 31.86%
BLUE value IS 157 (61.72% from 255) = 33.12%
R=35.02%
G=31.86%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615115700.090.050.353367.7762.16
HexA6979D0952315083e
Octal2462272350115435201076
Binary101001101001011110011101010011011000111010100001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6979D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6979D; }

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

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

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

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

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

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

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

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