#A6959A

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

Shades of Shady Lady #A6959A

Tints of Shady Lady #A6959A

Color information

#A6959A (or 0xA6959A) is unknown color: approx Shady Lady. HEX triplet: A6, 95 and 9A. RGB value is (166,149,154). Sum of RGB (Red+Green+Blue) = 166+149+154=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 166 - color contains mainly: red. Hex color #A6959A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6959A is #596A65. Grayscale: #9A9A9A. Windows color (decimal): -5859942 or 10130854. OLE color: 10130854.

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

Color convert

RGB166149154-
CMYK00.100.070.35
HSL342.35º8.72%61.76%-
HSV(B)342.35º10.24%65.1%-
XYZ32.3131.9335.03-
YUV154.65127.63136.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.39%
GREEN value IS 149 (58.59% from 255) = 31.77%
BLUE value IS 154 (60.55% from 255) = 32.84%
R=35.39%
G=31.77%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614915400.100.070.35342.358.7261.76
HexA6959A0A72315693e
Octal2462252320127435261176
Binary101001101001010110011010010101111000111010101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6959A; }

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

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

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

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

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

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

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

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