COLOR #A79795

HEX: #A79795 RGB: (167,151,149)

Color info

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

RGB color model

#A79795 color RGB value is (167,151,149).

RGB: (167,151,149) (65%, 59%, 58%)

RGB channels and saturation

R 167 of 255 = 65%
G 151 of 255 = 59%
B 149 of 255 = 58%

167
151
149

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

Portions of RGB colors in percentages

R + G + B = 167 + 151 + 149 = 467 (100%)
R 167 of 467 ~ 35.76%
G 151 of 467 ~ 32.33%
B 149 of 467 ~ 31.91'%

%35.76
%32.33
%31.91

CMYK color model

#A79795 color CMYK value is (0,10,11,35).

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

CMYK: (0,10,11,35)
C0M10Y11K35 (0%, 10%, 11%, 35%)
(0.00 / 0.10 / 0.11 / 0.35)

CMYK percentages

%0
%9.58
%10.78
%34.51

Codes

Color #A79795 in popluar color models

A7 97 95
RGB 167 151 149
HSL 9.28% 61.96%
HSB/HSV 10.78% 65.49%
CMYK 0.00% 9.58% 10.78%
34.51%

Color #A79795 in popluar number systems.

HEX A7 97 95
Decimal 167 151 149
Binary 10100111 10010111 10010101
Octal 247 227 225

Shades and tints

Shades of #A79795

#A79795
(167,151,149)
#988A88
(152,138,136)
#897D7B
(137,125,123)
#7A706E
(122,112,110)
#6B6361
(107,99,97)
#5C5654
(92,86,84)
#4D4947
(77,73,71)
#3E3C3A
(62,60,58)
#2F2F2D
(47,47,45)
#202220
(32,34,32)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #A79795

#A79795
(167,151,149)
#AFA09E
(175,160,158)
#B7A9A7
(183,169,167)
#BFB2B0
(191,178,176)
#C7BBB9
(199,187,185)
#CFC4C2
(207,196,194)
#D7CDCB
(215,205,203)
#DFD6D4
(223,214,212)
#E7DFDD
(231,223,221)
#EFE8E6
(239,232,230)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79795; }

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

This text font color is #A79795.

Background Color

.myBgColor { background-color: #A79795; }

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

This div background color is #A79795.

Border color

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

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

This div border color is #A79795.

Opacity

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

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

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

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

This text has shadow with #A79795 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A79795.

Preview

Color preview on black background

This text has color #A79795 on black background.


Color preview on white background

This text has color #A79795 on white background.


Black color preview on #A79795 background

This text has black color on #A79795 background.


White color preview on #A79795 background

This text has white color on #A79795 background.


Related colors

Complementary color

Complementary color for #hex is #58686A.


I love getcolorcode.com

Triadic colors

1 #95A797 and #9795A7 with #A79795 are triadic colors.

2 #9597A7 and #97A795 with #A79795 are triadic colors.