#A8979B

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

Shades of Shady Lady #A8979B

Tints of Shady Lady #A8979B

Color information

#A8979B (or 0xA8979B) is unknown color: approx Shady Lady. HEX triplet: A8, 97 and 9B. RGB value is (168,151,155). Sum of RGB (Red+Green+Blue) = 168+151+155=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 168 - color contains mainly: red. Hex color #A8979B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8979B is #576864. Grayscale: #9C9C9C. Windows color (decimal): -5728357 or 10196904. OLE color: 10196904.

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

Color convert

RGB168151155-
CMYK00.100.080.34
HSL345.88º8.9%62.55%-
HSV(B)345.88º10.12%65.88%-
XYZ33.1332.8235.6-
YUV156.54127.13136.17-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.44%
GREEN value IS 151 (59.38% from 255) = 31.86%
BLUE value IS 155 (60.94% from 255) = 32.70%
R=35.44%
G=31.86%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815115500.100.080.34345.888.962.55
HexA8979B0A82215a93f
Octal25022723301210425321177
Binary1010100010010111100110110101010001000101010110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8979B; }

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

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

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

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

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

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

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

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