COLOR #A79D88

HEX: #A79D88
RGB: (167,157,136)

Color info

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

RGB color model

#A79D88 color RGB value is (167,157,136).

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

RGB channels and saturation

R 167 of 255 = 65%
G 157 of 255 = 62%
B 136 of 255 = 53%

167
157
136

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

Portions of RGB colors in percentages

R + G + B =
167 + 157 + 136 = 460 (100%)
R 167 of 460 ~ 36.3%
G 157 of 460 ~ 34.13%
B 136 of 460 ~ 29.57%

%36.3
%34.13
%29.57

CMYK color model

#A79D88 color CMYK value is (0,6,19,35).

  • cyan value is 0.00%
  • magenta value is 5.99%
  • yellow value is 18.56%
  • key color value is 34.51%
CMYK:
(0,6,19,35)
C0M6Y19K35 
(0%,6%,19%,35%)
(0.00/0.06/0.19/0.35)	

CMYK percentages

%0
%5.99
%18.56
%34.51

Codes

Color #A79D88 in popluar color models

A79D88
RGB167157136
HSL41°14.98%59.41%
HSB/HSV41°18.56%65.49%
CMYK0.00%5.99%18.56%
34.51%

Color #A79D88 in popluar number systems.

HEXA79D88
Decimal167157136
Binary101001111001110110001000
Octal247235210

Shades and tints

Shades of #A79D88

#A79D88
(167,157,136)
#988F7C
(152,143,124)
#898170
(137,129,112)
#7A7364
(122,115,100)
#6B6558
(107,101,88)
#5C574C
(92,87,76)
#4D4940
(77,73,64)
#3E3B34
(62,59,52)
#2F2D28
(47,45,40)
#201F1C
(32,31,28)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #A79D88

#A79D88
(167,157,136)
#AFA592
(175,165,146)
#B7AD9C
(183,173,156)
#BFB5A6
(191,181,166)
#C7BDB0
(199,189,176)
#CFC5BA
(207,197,186)
#D7CDC4
(215,205,196)
#DFD5CE
(223,213,206)
#E7DDD8
(231,221,216)
#EFE5E2
(239,229,226)
#F7EDEC
(247,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79D88; }

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

This text font color is #A79D88.


Background Color

.myBgColor { background-color: #A79D88; }

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

This div background color is #A79D88.


Border color

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

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

This div border color is #A79D88.


Opacity

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

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

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

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

This text has shadow with #A79D88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79D88 on black background.


Color preview on white background

This text has color #A79D88 on white background.



Black color preview on #A79D88 background

This text has black color on #A79D88 background.


White color preview on #A79D88 background

This text has white color on #A79D88 background.