COLOR #A79888

HEX: #A79888
RGB: (167,152,136)

Color info

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

RGB color model

#A79888 color RGB value is (167,152,136).

  • red value is 167;
  • green value is 152;
  • blue value is 136.
RGB:
(167,152,136)
(65%,60%,53%)

RGB channels and saturation

R 167 of 255 = 65%
G 152 of 255 = 60%
B 136 of 255 = 53%

167
152
136

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

Portions of RGB colors in percentages

R + G + B =
167 + 152 + 136 = 455 (100%)
R 167 of 455 ~ 36.7%
G 152 of 455 ~ 33.41%
B 136 of 455 ~ 29.89%

%36.7
%33.41
%29.89

CMYK color model

#A79888 color CMYK value is (0,9,19,35).

  • cyan value is 0.00%
  • magenta value is 8.98%
  • yellow value is 18.56%
  • key color value is 34.51%
CMYK:
(0,9,19,35)
C0M9Y19K35 
(0%,9%,19%,35%)
(0.00/0.09/0.19/0.35)	

CMYK percentages

%0
%8.98
%18.56
%34.51

Codes

Color #A79888 in popluar color models

A79888
RGB167152136
HSL31°14.98%59.41%
HSB/HSV31°18.56%65.49%
CMYK0.00%8.98%18.56%
34.51%

Color #A79888 in popluar number systems.

HEXA79888
Decimal167152136
Binary101001111001100010001000
Octal247230210

Shades and tints

Shades of #A79888

#A79888
(167,152,136)
#988B7C
(152,139,124)
#897E70
(137,126,112)
#7A7164
(122,113,100)
#6B6458
(107,100,88)
#5C574C
(92,87,76)
#4D4A40
(77,74,64)
#3E3D34
(62,61,52)
#2F3028
(47,48,40)
#20231C
(32,35,28)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #A79888

#A79888
(167,152,136)
#AFA192
(175,161,146)
#B7AA9C
(183,170,156)
#BFB3A6
(191,179,166)
#C7BCB0
(199,188,176)
#CFC5BA
(207,197,186)
#D7CEC4
(215,206,196)
#DFD7CE
(223,215,206)
#E7E0D8
(231,224,216)
#EFE9E2
(239,233,226)
#F7F2EC
(247,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A79888 color. Also use rgb(167,152,136) instead hex code.

Text Font Color

.myTextColor { color: #A79888; }

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

This text font color is #A79888.


Background Color

.myBgColor { background-color: #A79888; }

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

This div background color is #A79888.


Border color

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

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

This div border color is #A79888.


Opacity

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

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

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

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

This text has shadow with #A79888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79888 on black background.


Color preview on white background

This text has color #A79888 on white background.



Black color preview on #A79888 background

This text has black color on #A79888 background.


White color preview on #A79888 background

This text has white color on #A79888 background.