#A8979A

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

Shades of Shady Lady #A8979A

Tints of Shady Lady #A8979A

Color information

#A8979A (or 0xA8979A) is unknown color: approx Shady Lady. HEX triplet: A8, 97 and 9A. RGB value is (168,151,154). Sum of RGB (Red+Green+Blue) = 168+151+154=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 151 (59.38% from 255 or 31.92% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 168 - color contains mainly: red. Hex color #A8979A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8979A is #576865. Grayscale: #9C9C9C. Windows color (decimal): -5728358 or 10131368. OLE color: 10131368.

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

Color convert

RGB168151154-
CMYK00.100.080.34
HSL349.41º8.9%62.55%-
HSV(B)349.41º10.12%65.88%-
XYZ33.0532.7935.16-
YUV156.43126.63136.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.52%
GREEN value IS 151 (59.38% from 255) = 31.92%
BLUE value IS 154 (60.55% from 255) = 32.56%
R=35.52%
G=31.92%
B=32.56%

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
Decimal16815115400.100.080.34349.418.962.55
HexA8979A0A82215d93f
Octal25022723201210425351177
Binary1010100010010111100110100101010001000101010111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8979A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8979A; }

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

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

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

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

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

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

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

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