COLOR #A0A79F

HEX: #A0A79F RGB: (160,167,159)

Color info

#A0A79F contains red, green and blue colors in about the same proportion. Web safe color of #A0A79F is #999999 (or #999).

RGB color model

#A0A79F color RGB value is (160,167,159).

RGB: (160,167,159) (63%, 65%, 62%)

RGB channels and saturation

R 160 of 255 = 63%
G 167 of 255 = 65%
B 159 of 255 = 62%

160
167
159

R + G + B ~ 63%. #A0A79F is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 167 + 159 = 486 (100%)
R 160 of 486 ~ 32.92%
G 167 of 486 ~ 34.36%
B 159 of 486 ~ 32.72'%

%32.92
%34.36
%32.72

CMYK color model

#A0A79F color CMYK value is (4,0,5,35).

  • cyan value is 4.19%
  • magenta value is 0.00%
  • yellow value is 4.79%
  • key color value is 34.51%

CMYK: (4,0,5,35)
C4M0Y5K35 (4%, 0%, 5%, 35%)
(0.04 / 0.00 / 0.05 / 0.35)

CMYK percentages

%4.19
%0
%4.79
%34.51

Codes

Color #A0A79F in popluar color models

A0 A7 9F
RGB 160 167 159
HSL 113° 4.35% 63.92%
HSB/HSV 113° 4.79% 65.49%
CMYK 4.19% 0.00% 4.79%
34.51%

Color #A0A79F in popluar number systems.

HEX A0 A7 9F
Decimal 160 167 159
Binary 10100000 10100111 10011111
Octal 240 247 237

Shades and tints

Shades of #A0A79F

#A0A79F
(160,167,159)
#929891
(146,152,145)
#848983
(132,137,131)
#767A75
(118,122,117)
#686B67
(104,107,103)
#5A5C59
(90,92,89)
#4C4D4B
(76,77,75)
#3E3E3D
(62,62,61)
#302F2F
(48,47,47)
#222021
(34,32,33)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #A0A79F

#A0A79F
(160,167,159)
#A8AFA7
(168,175,167)
#B0B7AF
(176,183,175)
#B8BFB7
(184,191,183)
#C0C7BF
(192,199,191)
#C8CFC7
(200,207,199)
#D0D7CF
(208,215,207)
#D8DFD7
(216,223,215)
#E0E7DF
(224,231,223)
#E8EFE7
(232,239,231)
#F0F7EF
(240,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0A79F color. Also use rgb(160,167,159) instead hex code.

Text Font Color

.myTextColor { color: #A0A79F; }

<p style="color:#A0A79F">This sample text font color is #A0A79F.</p>

This text font color is #A0A79F.

Background Color

.myBgColor { background-color: #A0A79F; }

<div style="background-color:#A0A79F">Inner text</div>

This div background color is #A0A79F.

Border color

.myBorderColor { border: 1px solid #A0A79F; }

<div style="border:3px solid #A0A79F">Div</div>

This div border color is #A0A79F.

Opacity

.myOpacity80 { color: #A0A79F; opacity: 0.8; }

<p style="color:#A0A79F;opacity:0.8;">80%</p>

Text with #A0A79F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A0A79F;}

<p style="text-shadow: 3px 3px 1px #A0A79F">Text here.</p>

This text has shadow with #A0A79F color.


.textShadow {text-shadow: 3px 3px 1px #A0A79F', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A0A79F, 5px 5px 20px red">Text here.</p>

This text has shadow with #A0A79F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A0A79F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A0A79F, Direction=45, Strength=4)">Text</p>

This text has shadow with #A0A79F and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A0A79F;
-webkit-box-shadow: 1px 1px 3px 2px #A0A79F;
box-shadow: 1px 1px 3px 2px #A0A79F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A0A79F; -webkit-box-shadow: 1px 1px 3px 2px #A0A79F; box-shadow:1px 1px 3px 2px #A0A79F;">
Div content here
</div>

This div box has shadow with color #A0A79F.

Preview

Color preview on black background

This text has color #A0A79F on black background.


Color preview on white background

This text has color #A0A79F on white background.


Black color preview on #A0A79F background

This text has black color on #A0A79F background.


White color preview on #A0A79F background

This text has white color on #A0A79F background.


Related colors

Complementary color

Complementary color for #hex is #5F5860.


I love getcolorcode.com

Triadic colors

1 #9FA0A7 and #A79FA0 with #A0A79F are triadic colors.

2 #9FA7A0 and #A7A09F with #A0A79F are triadic colors.