#A4979A

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

Shades of Shady Lady #A4979A

Tints of Shady Lady #A4979A

Color information

#A4979A (or 0xA4979A) is unknown color: approx Shady Lady. HEX triplet: A4, 97 and 9A. RGB value is (164,151,154). Sum of RGB (Red+Green+Blue) = 164+151+154=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 164 - color contains mainly: red. Hex color #A4979A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4979A is #5B6865. Grayscale: #9B9B9B. Windows color (decimal): -5990502 or 10131364. OLE color: 10131364.

HSL color Cylindrical-coordinate representation of color #A4979A: hue angle of 346.15º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A4979A is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB164151154-
CMYK00.080.060.36
HSL346.15º6.67%61.76%-
HSV(B)346.15º7.93%64.31%-
XYZ32.2132.3635.12-
YUV155.23127.31134.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.97%
GREEN value IS 151 (59.38% from 255) = 32.20%
BLUE value IS 154 (60.55% from 255) = 32.84%
R=34.97%
G=32.20%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415115400.080.060.36346.156.6761.76
HexA4979A0862415a73e
Octal244227232010644532776
Binary10100100100101111001101001000110100100101011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4979A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4979A; }

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

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

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

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

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

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

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

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