COLOR #A79B93

HEX: #A79B93 RGB: (167,155,147)

Color info

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

RGB color model

#A79B93 color RGB value is (167,155,147).

RGB: (167,155,147) (65%, 61%, 58%)

RGB channels and saturation

R 167 of 255 = 65%
G 155 of 255 = 61%
B 147 of 255 = 58%

167
155
147

R + G + B ~ 61%. #A79B93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 155 + 147 = 469 (100%)
R 167 of 469 ~ 35.61%
G 155 of 469 ~ 33.05%
B 147 of 469 ~ 31.34'%

%35.61
%33.05
%31.34

CMYK color model

#A79B93 color CMYK value is (0,7,12,35).

  • cyan value is 0.00%
  • magenta value is 7.19%
  • yellow value is 11.98%
  • key color value is 34.51%
CMYK: (0,7,12,35) C0M7Y12K35 (0%,7%,12%,35%) (0.00/0.07/0.12/0.35) 

CMYK percentages

%0
%7.19
%11.98
%34.51

Codes

Color #A79B93 in popluar color models

A7 9B 93
RGB 167 155 147
HSL 24° 10.20% 61.57%
HSB/HSV 24° 11.98% 65.49%
CMYK 0.00% 7.19% 11.98%
34.51%

Color #A79B93 in popluar number systems.

HEX A7 9B 93
Decimal 167 155 147
Binary 10100111 10011011 10010011
Octal 247 233 223

Shades and tints

Shades of #A79B93

#A79B93
(167,155,147)
#988D86
(152,141,134)
#897F79
(137,127,121)
#7A716C
(122,113,108)
#6B635F
(107,99,95)
#5C5552
(92,85,82)
#4D4745
(77,71,69)
#3E3938
(62,57,56)
#2F2B2B
(47,43,43)
#201D1E
(32,29,30)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #A79B93

#A79B93
(167,155,147)
#AFA49C
(175,164,156)
#B7ADA5
(183,173,165)
#BFB6AE
(191,182,174)
#C7BFB7
(199,191,183)
#CFC8C0
(207,200,192)
#D7D1C9
(215,209,201)
#DFDAD2
(223,218,210)
#E7E3DB
(231,227,219)
#EFECE4
(239,236,228)
#F7F5ED
(247,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A79B93 color. Also use rgb(167,155,147) instead hex code.

Text Font Color

.myTextColor { color: #A79B93; }

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

This text font color is #A79B93.

Background Color

.myBgColor { background-color: #A79B93; }

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

This div background color is #A79B93.

Border color

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

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

This div border color is #A79B93.

Opacity

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

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

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

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

This text has shadow with #A79B93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A79B93.

Preview

Color preview on black background

This text has color #A79B93 on black background.


Color preview on white background

This text has color #A79B93 on white background.


Black color preview on #A79B93 background

This text has black color on #A79B93 background.


White color preview on #A79B93 background

This text has white color on #A79B93 background.


Related colors

Complementary color

Complementary color for #hex is #58646C.


I love getcolorcode.com

Triadic colors

1 #93A79B and #9B93A7 with #A79B93 are triadic colors.

2 #939BA7 and #9BA793 with #A79B93 are triadic colors.