COLOR #A79A95

HEX: #A79A95 RGB: (167,154,149)

Color info

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

RGB color model

#A79A95 color RGB value is (167,154,149).

RGB: (167,154,149) (65%, 60%, 58%)

RGB channels and saturation

R 167 of 255 = 65%
G 154 of 255 = 60%
B 149 of 255 = 58%

167
154
149

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

Portions of RGB colors in percentages

R + G + B = 167 + 154 + 149 = 470 (100%)
R 167 of 470 ~ 35.53%
G 154 of 470 ~ 32.77%
B 149 of 470 ~ 31.7'%

%35.53
%32.77
%31.7

CMYK color model

#A79A95 color CMYK value is (0,8,11,35).

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

CMYK: (0,8,11,35)
C0M8Y11K35 (0%, 8%, 11%, 35%)
(0.00 / 0.08 / 0.11 / 0.35)

CMYK percentages

%0
%7.78
%10.78
%34.51

Codes

Color #A79A95 in popluar color models

A7 9A 95
RGB 167 154 149
HSL 17° 9.28% 61.96%
HSB/HSV 17° 10.78% 65.49%
CMYK 0.00% 7.78% 10.78%
34.51%

Color #A79A95 in popluar number systems.

HEX A7 9A 95
Decimal 167 154 149
Binary 10100111 10011010 10010101
Octal 247 232 225

Shades and tints

Shades of #A79A95

#A79A95
(167,154,149)
#988C88
(152,140,136)
#897E7B
(137,126,123)
#7A706E
(122,112,110)
#6B6261
(107,98,97)
#5C5454
(92,84,84)
#4D4647
(77,70,71)
#3E383A
(62,56,58)
#2F2A2D
(47,42,45)
#201C20
(32,28,32)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #A79A95

#A79A95
(167,154,149)
#AFA39E
(175,163,158)
#B7ACA7
(183,172,167)
#BFB5B0
(191,181,176)
#C7BEB9
(199,190,185)
#CFC7C2
(207,199,194)
#D7D0CB
(215,208,203)
#DFD9D4
(223,217,212)
#E7E2DD
(231,226,221)
#EFEBE6
(239,235,230)
#F7F4EF
(247,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79A95; }

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

This text font color is #A79A95.

Background Color

.myBgColor { background-color: #A79A95; }

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

This div background color is #A79A95.

Border color

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

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

This div border color is #A79A95.

Opacity

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

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

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

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

This text has shadow with #A79A95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A79A95.

Preview

Color preview on black background

This text has color #A79A95 on black background.


Color preview on white background

This text has color #A79A95 on white background.


Black color preview on #A79A95 background

This text has black color on #A79A95 background.


White color preview on #A79A95 background

This text has white color on #A79A95 background.


Related colors

Complementary color

Complementary color for #hex is #58656A.


I love getcolorcode.com

Triadic colors

1 #95A79A and #9A95A7 with #A79A95 are triadic colors.

2 #959AA7 and #9AA795 with #A79A95 are triadic colors.