#A8939A

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

Shades of Shady Lady #A8939A

Tints of Shady Lady #A8939A

Color information

#A8939A (or 0xA8939A) is unknown color: approx Shady Lady. HEX triplet: A8, 93 and 9A. RGB value is (168,147,154). Sum of RGB (Red+Green+Blue) = 168+147+154=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 168 - color contains mainly: red. Hex color #A8939A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8939A is #576C65. Grayscale: #9A9A9A. Windows color (decimal): -5729382 or 10130344. OLE color: 10130344.

HSL color Cylindrical-coordinate representation of color #A8939A: hue angle of 340º 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 #A8939A is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB168147154-
CMYK00.130.080.34
HSL340º10.77%61.76%-
HSV(B)340º12.5%65.88%-
XYZ32.4131.5334.95-
YUV154.08127.96137.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.82%
GREEN value IS 147 (57.81% from 255) = 31.34%
BLUE value IS 154 (60.55% from 255) = 32.84%
R=35.82%
G=31.34%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814715400.130.080.3434010.7761.76
HexA8939A0D822154b3e
Octal25022323201510425241376
Binary1010100010010011100110100110110001000101010101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8939A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8939A; }

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

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

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

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

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

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

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

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