#A6949F

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

Shades of Shady Lady #A6949F

Tints of Shady Lady #A6949F

Color information

#A6949F (or 0xA6949F) is unknown color: approx Shady Lady. HEX triplet: A6, 94 and 9F. RGB value is (166,148,159). Sum of RGB (Red+Green+Blue) = 166+148+159=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 159 (62.5% from 255 or 33.62% from 473); Max value from RGB is 166 - color contains mainly: red. Hex color #A6949F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6949F is #596B60. Grayscale: #9A9A9A. Windows color (decimal): -5860193 or 10458278. OLE color: 10458278.

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

Color convert

RGB166148159-
CMYK00.110.040.35
HSL323.33º9.18%61.57%-
HSV(B)323.33º10.84%65.1%-
XYZ32.5731.7937.22-
YUV154.64130.46136.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.10%
GREEN value IS 148 (58.20% from 255) = 31.29%
BLUE value IS 159 (62.5% from 255) = 33.62%
R=35.10%
G=31.29%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614815900.110.040.35323.339.1861.57
HexA6949F0B42314393e
Octal2462242370134435031176
Binary101001101001010010011111010111001000111010000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6949F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6949F; }

 p { color: rgb(166,148,159); }

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

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

 a { background-color: rgb(166,148,159); }

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

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

 span { border-color: rgb(166,148,159); }

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