#A7979B

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

Shades of Shady Lady #A7979B

Tints of Shady Lady #A7979B

Color information

#A7979B (or 0xA7979B) is unknown color: approx Shady Lady. HEX triplet: A7, 97 and 9B. RGB value is (167,151,155). Sum of RGB (Red+Green+Blue) = 167+151+155=473 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.31% from 473); Green value is 151 (59.38% from 255 or 31.92% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 167 - color contains mainly: red. Hex color #A7979B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7979B is #586864. Grayscale: #9C9C9C. Windows color (decimal): -5793893 or 10196903. OLE color: 10196903.

HSL color Cylindrical-coordinate representation of color #A7979B: hue angle of 345º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A7979B is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB167151155-
CMYK00.100.070.35
HSL345º8.33%62.35%-
HSV(B)345º9.58%65.49%-
XYZ32.9232.7235.59-
YUV156.24127.3135.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.31%
GREEN value IS 151 (59.38% from 255) = 31.92%
BLUE value IS 155 (60.94% from 255) = 32.77%
R=35.31%
G=31.92%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715115500.100.070.353458.3362.35
HexA7979B0A72315983e
Octal2472272330127435311076
Binary101001111001011110011011010101111000111010110011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7979B; }

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

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

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

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

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

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

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

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