#A6929F

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

Shades of Shady Lady #A6929F

Tints of Shady Lady #A6929F

Color information

#A6929F (or 0xA6929F) is unknown color: approx Shady Lady. HEX triplet: A6, 92 and 9F. RGB value is (166,146,159). Sum of RGB (Red+Green+Blue) = 166+146+159=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 166 - color contains mainly: red. Hex color #A6929F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6929F is #596D60. Grayscale: #999999. Windows color (decimal): -5860705 or 10457766. OLE color: 10457766.

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

Color convert

RGB166146159-
CMYK00.120.040.35
HSL321º10.1%61.18%-
HSV(B)321º12.05%65.1%-
XYZ32.2631.1737.12-
YUV153.46131.13136.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.24%
GREEN value IS 146 (57.42% from 255) = 31.00%
BLUE value IS 159 (62.5% from 255) = 33.76%
R=35.24%
G=31.00%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614615900.120.040.3532110.161.18
HexA6929F0C423141a3d
Octal2462222370144435011275
Binary101001101001001010011111011001001000111010000011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6929F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6929F; }

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

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

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

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

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

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

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

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