#A8939F

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

Shades of Shady Lady #A8939F

Tints of Shady Lady #A8939F

Color information

#A8939F (or 0xA8939F) is unknown color: approx Shady Lady. HEX triplet: A8, 93 and 9F. RGB value is (168,147,159). Sum of RGB (Red+Green+Blue) = 168+147+159=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 168 - color contains mainly: red. Hex color #A8939F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8939F is #576C60. Grayscale: #9A9A9A. Windows color (decimal): -5729377 or 10458024. OLE color: 10458024.

HSL color Cylindrical-coordinate representation of color #A8939F: hue angle of 325.71º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8939F is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB168147159-
CMYK00.130.050.34
HSL325.71º10.77%61.76%-
HSV(B)325.71º12.5%65.88%-
XYZ32.8431.737.19-
YUV154.65130.46137.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.44%
GREEN value IS 147 (57.81% from 255) = 31.01%
BLUE value IS 159 (62.5% from 255) = 33.54%
R=35.44%
G=31.01%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814715900.130.050.34325.7110.7761.76
HexA8939F0D522146b3e
Octal2502232370155425061376
Binary101010001001001110011111011011011000101010001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8939F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8939F; }

 p { color: rgb(168,147,159); }

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

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

 a { background-color: rgb(168,147,159); }

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

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

 span { border-color: rgb(168,147,159); }

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