COLOR #A79A8D

HEX: #A79A8D
RGB: (167,154,141)

Color info

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

RGB color model

#A79A8D color RGB value is (167,154,141).

  • red value is 167;
  • green value is 154;
  • blue value is 141.
RGB:
(167,154,141)
(65%,60%,55%)

RGB channels and saturation

R 167 of 255 = 65%
G 154 of 255 = 60%
B 141 of 255 = 55%

167
154
141

R + G + B ~ 60%. #A79A8D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
167 + 154 + 141 = 462 (100%)
R 167 of 462 ~ 36.15%
G 154 of 462 ~ 33.33%
B 141 of 462 ~ 30.52%

%36.15
%33.33
%30.52

CMYK color model

#A79A8D color CMYK value is (0,8,16,35).

  • cyan value is 0.00%
  • magenta value is 7.78%
  • yellow value is 15.57%
  • key color value is 34.51%
CMYK:
(0,8,16,35)
C0M8Y16K35 
(0%,8%,16%,35%)
(0.00/0.08/0.16/0.35)	

CMYK percentages

%0
%7.78
%15.57
%34.51

Codes

Color #A79A8D in popluar color models

A79A8D
RGB167154141
HSL30°12.87%60.39%
HSB/HSV30°15.57%65.49%
CMYK0.00%7.78%15.57%
34.51%

Color #A79A8D in popluar number systems.

HEXA79A8D
Decimal167154141
Binary101001111001101010001101
Octal247232215

Shades and tints

Shades of #A79A8D

#A79A8D
(167,154,141)
#988C81
(152,140,129)
#897E75
(137,126,117)
#7A7069
(122,112,105)
#6B625D
(107,98,93)
#5C5451
(92,84,81)
#4D4645
(77,70,69)
#3E3839
(62,56,57)
#2F2A2D
(47,42,45)
#201C21
(32,28,33)
#110E15
(17,14,21)
#000000
(0,0,0)

Tints of #A79A8D

#A79A8D
(167,154,141)
#AFA397
(175,163,151)
#B7ACA1
(183,172,161)
#BFB5AB
(191,181,171)
#C7BEB5
(199,190,181)
#CFC7BF
(207,199,191)
#D7D0C9
(215,208,201)
#DFD9D3
(223,217,211)
#E7E2DD
(231,226,221)
#EFEBE7
(239,235,231)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A79A8D color. Also use rgb(167,154,141) instead hex code.

Text Font Color

.myTextColor { color: #A79A8D; }

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

This text font color is #A79A8D.


Background Color

.myBgColor { background-color: #A79A8D; }

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

This div background color is #A79A8D.


Border color

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

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

This div border color is #A79A8D.


Opacity

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

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

Text with #A79A8D 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 #A79A8D;}

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

This text has shadow with #A79A8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79A8D on black background.


Color preview on white background

This text has color #A79A8D on white background.



Black color preview on #A79A8D background

This text has black color on #A79A8D background.


White color preview on #A79A8D background

This text has white color on #A79A8D background.