#A6929E

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

Shades of Shady Lady #A6929E

Tints of Shady Lady #A6929E

Color information

#A6929E (or 0xA6929E) is unknown color: approx Shady Lady. HEX triplet: A6, 92 and 9E. RGB value is (166,146,158). Sum of RGB (Red+Green+Blue) = 166+146+158=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 166 - color contains mainly: red. Hex color #A6929E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6929E is #596D61. Grayscale: #999999. Windows color (decimal): -5860706 or 10392230. OLE color: 10392230.

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

Color convert

RGB166146158-
CMYK00.120.050.35
HSL324º10.1%61.18%-
HSV(B)324º12.05%65.1%-
XYZ32.1831.1336.66-
YUV153.35130.63137.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.32%
GREEN value IS 146 (57.42% from 255) = 31.06%
BLUE value IS 158 (62.11% from 255) = 33.62%
R=35.32%
G=31.06%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614615800.120.050.3532410.161.18
HexA6929E0C523144a3d
Octal2462222360145435041275
Binary101001101001001010011110011001011000111010001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6929E; }

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

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

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

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

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

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

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

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