COLOR #A79895

HEX: #A79895 RGB: (167,152,149)

Color info

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

RGB color model

#A79895 color RGB value is (167,152,149).

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

RGB channels and saturation

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

167
152
149

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

Portions of RGB colors in percentages

R + G + B = 167 + 152 + 149 = 468 (100%)
R 167 of 468 ~ 35.68%
G 152 of 468 ~ 32.48%
B 149 of 468 ~ 31.84'%

%35.68
%32.48
%31.84

CMYK color model

#A79895 color CMYK value is (0,9,11,35).

  • cyan value is 0.00%
  • magenta value is 8.98%
  • yellow value is 10.78%
  • key color value is 34.51%
CMYK: (0,9,11,35) C0M9Y11K35 (0%,9%,11%,35%) (0.00/0.09/0.11/0.35) 

CMYK percentages

%0
%8.98
%10.78
%34.51

Codes

Color #A79895 in popluar color models

A7 98 95
RGB 167 152 149
HSL 10° 9.28% 61.96%
HSB/HSV 10° 10.78% 65.49%
CMYK 0.00% 8.98% 10.78%
34.51%

Color #A79895 in popluar number systems.

HEX A7 98 95
Decimal 167 152 149
Binary 10100111 10011000 10010101
Octal 247 230 225

Shades and tints

Shades of #A79895

#A79895
(167,152,149)
#988B88
(152,139,136)
#897E7B
(137,126,123)
#7A716E
(122,113,110)
#6B6461
(107,100,97)
#5C5754
(92,87,84)
#4D4A47
(77,74,71)
#3E3D3A
(62,61,58)
#2F302D
(47,48,45)
#202320
(32,35,32)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #A79895

#A79895
(167,152,149)
#AFA19E
(175,161,158)
#B7AAA7
(183,170,167)
#BFB3B0
(191,179,176)
#C7BCB9
(199,188,185)
#CFC5C2
(207,197,194)
#D7CECB
(215,206,203)
#DFD7D4
(223,215,212)
#E7E0DD
(231,224,221)
#EFE9E6
(239,233,230)
#F7F2EF
(247,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79895; }

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

This text font color is #A79895.

Background Color

.myBgColor { background-color: #A79895; }

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

This div background color is #A79895.

Border color

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

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

This div border color is #A79895.

Opacity

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

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

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

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

This text has shadow with #A79895 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A79895.

Preview

Color preview on black background

This text has color #A79895 on black background.


Color preview on white background

This text has color #A79895 on white background.


Black color preview on #A79895 background

This text has black color on #A79895 background.


White color preview on #A79895 background

This text has white color on #A79895 background.


Related colors

Complementary color

Complementary color for #hex is #58676A.


I love getcolorcode.com

Triadic colors

1 #95A798 and #9895A7 with #A79895 are triadic colors.

2 #9598A7 and #98A795 with #A79895 are triadic colors.