COLOR #A79B95

HEX: #A79B95 RGB: (167,155,149)

Color info

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

RGB color model

#A79B95 color RGB value is (167,155,149).

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

RGB channels and saturation

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

167
155
149

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

Portions of RGB colors in percentages

R + G + B = 167 + 155 + 149 = 471 (100%)
R 167 of 471 ~ 35.46%
G 155 of 471 ~ 32.91%
B 149 of 471 ~ 31.63'%

%35.46
%32.91
%31.63

CMYK color model

#A79B95 color CMYK value is (0,7,11,35).

  • cyan value is 0.00%
  • magenta value is 7.19%
  • yellow value is 10.78%
  • key color value is 34.51%

CMYK: (0,7,11,35)
C0M7Y11K35 (0%, 7%, 11%, 35%)
(0.00 / 0.07 / 0.11 / 0.35)

CMYK percentages

%0
%7.19
%10.78
%34.51

Codes

Color #A79B95 in popluar color models

A7 9B 95
RGB 167 155 149
HSL 20° 9.28% 61.96%
HSB/HSV 20° 10.78% 65.49%
CMYK 0.00% 7.19% 10.78%
34.51%

Color #A79B95 in popluar number systems.

HEX A7 9B 95
Decimal 167 155 149
Binary 10100111 10011011 10010101
Octal 247 233 225

Shades and tints

Shades of #A79B95

#A79B95
(167,155,149)
#988D88
(152,141,136)
#897F7B
(137,127,123)
#7A716E
(122,113,110)
#6B6361
(107,99,97)
#5C5554
(92,85,84)
#4D4747
(77,71,71)
#3E393A
(62,57,58)
#2F2B2D
(47,43,45)
#201D20
(32,29,32)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #A79B95

#A79B95
(167,155,149)
#AFA49E
(175,164,158)
#B7ADA7
(183,173,167)
#BFB6B0
(191,182,176)
#C7BFB9
(199,191,185)
#CFC8C2
(207,200,194)
#D7D1CB
(215,209,203)
#DFDAD4
(223,218,212)
#E7E3DD
(231,227,221)
#EFECE6
(239,236,230)
#F7F5EF
(247,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79B95; }

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

This text font color is #A79B95.

Background Color

.myBgColor { background-color: #A79B95; }

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

This div background color is #A79B95.

Border color

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

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

This div border color is #A79B95.

Opacity

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

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

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

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

This text has shadow with #A79B95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A79B95.

Preview

Color preview on black background

This text has color #A79B95 on black background.


Color preview on white background

This text has color #A79B95 on white background.


Black color preview on #A79B95 background

This text has black color on #A79B95 background.


White color preview on #A79B95 background

This text has white color on #A79B95 background.


Related colors

Complementary color

Complementary color for #hex is #58646A.


I love getcolorcode.com

Triadic colors

1 #95A79B and #9B95A7 with #A79B95 are triadic colors.

2 #959BA7 and #9BA795 with #A79B95 are triadic colors.