#A8979D

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

Shades of Shady Lady #A8979D

Tints of Shady Lady #A8979D

Color information

#A8979D (or 0xA8979D) is unknown color: approx Shady Lady. HEX triplet: A8, 97 and 9D. RGB value is (168,151,157). Sum of RGB (Red+Green+Blue) = 168+151+157=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 168 - color contains mainly: red. Hex color #A8979D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8979D is #576862. Grayscale: #9C9C9C. Windows color (decimal): -5728355 or 10327976. OLE color: 10327976.

HSL color Cylindrical-coordinate representation of color #A8979D: hue angle of 338.82º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8979D is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB168151157-
CMYK00.100.070.34
HSL338.82º8.9%62.55%-
HSV(B)338.82º10.12%65.88%-
XYZ33.332.8936.49-
YUV156.77128.13136.01-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.29%
GREEN value IS 151 (59.38% from 255) = 31.72%
BLUE value IS 157 (61.72% from 255) = 32.98%
R=35.29%
G=31.72%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815115700.100.070.34338.828.962.55
HexA8979D0A72215393f
Octal2502272350127425231177
Binary101010001001011110011101010101111000101010100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8979D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8979D; }

 p { color: rgb(168,151,157); }

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

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

 a { background-color: rgb(168,151,157); }

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

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

 span { border-color: rgb(168,151,157); }

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