#A6959E

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

Shades of Shady Lady #A6959E

Tints of Shady Lady #A6959E

Color information

#A6959E (or 0xA6959E) is unknown color: approx Shady Lady. HEX triplet: A6, 95 and 9E. RGB value is (166,149,158). Sum of RGB (Red+Green+Blue) = 166+149+158=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 166 - color contains mainly: red. Hex color #A6959E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6959E is #596A61. Grayscale: #9B9B9B. Windows color (decimal): -5859938 or 10392998. OLE color: 10392998.

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

Color convert

RGB166149158-
CMYK00.100.050.35
HSL328.24º8.72%61.76%-
HSV(B)328.24º10.24%65.1%-
XYZ32.6432.0736.82-
YUV155.11129.63135.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.10%
GREEN value IS 149 (58.59% from 255) = 31.50%
BLUE value IS 158 (62.11% from 255) = 33.40%
R=35.10%
G=31.50%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614915800.100.050.35328.248.7261.76
HexA6959E0A52314893e
Octal2462252360125435101176
Binary101001101001010110011110010101011000111010010001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6959E; }

 p { color: rgb(166,149,158); }

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

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

 a { background-color: rgb(166,149,158); }

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

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

 span { border-color: rgb(166,149,158); }

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