COLOR #A79F99

HEX: #A79F99 RGB: (167,159,153)

Color info

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

RGB color model

#A79F99 color RGB value is (167,159,153).

RGB: (167,159,153) (65%, 62%, 60%)

RGB channels and saturation

R 167 of 255 = 65%
G 159 of 255 = 62%
B 153 of 255 = 60%

167
159
153

R + G + B ~ 62%. #A79F99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 159 + 153 = 479 (100%)
R 167 of 479 ~ 34.86%
G 159 of 479 ~ 33.19%
B 153 of 479 ~ 31.94'%

%34.86
%33.19
%31.94

CMYK color model

#A79F99 color CMYK value is (0,5,8,35).

  • cyan value is 0.00%
  • magenta value is 4.79%
  • yellow value is 8.38%
  • key color value is 34.51%

CMYK: (0,5,8,35)
C0M5Y8K35 (0%, 5%, 8%, 35%)
(0.00 / 0.05 / 0.08 / 0.35)

CMYK percentages

%0
%4.79
%8.38
%34.51

Codes

Color #A79F99 in popluar color models

A7 9F 99
RGB 167 159 153
HSL 26° 7.37% 62.75%
HSB/HSV 26° 8.38% 65.49%
CMYK 0.00% 4.79% 8.38%
34.51%

Color #A79F99 in popluar number systems.

HEX A7 9F 99
Decimal 167 159 153
Binary 10100111 10011111 10011001
Octal 247 237 231

Shades and tints

Shades of #A79F99

#A79F99
(167,159,153)
#98918C
(152,145,140)
#89837F
(137,131,127)
#7A7572
(122,117,114)
#6B6765
(107,103,101)
#5C5958
(92,89,88)
#4D4B4B
(77,75,75)
#3E3D3E
(62,61,62)
#2F2F31
(47,47,49)
#202124
(32,33,36)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #A79F99

#A79F99
(167,159,153)
#AFA7A2
(175,167,162)
#B7AFAB
(183,175,171)
#BFB7B4
(191,183,180)
#C7BFBD
(199,191,189)
#CFC7C6
(207,199,198)
#D7CFCF
(215,207,207)
#DFD7D8
(223,215,216)
#E7DFE1
(231,223,225)
#EFE7EA
(239,231,234)
#F7EFF3
(247,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A79F99 color. Also use rgb(167,159,153) instead hex code.

Text Font Color

.myTextColor { color: #A79F99; }

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

This text font color is #A79F99.

Background Color

.myBgColor { background-color: #A79F99; }

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

This div background color is #A79F99.

Border color

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

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

This div border color is #A79F99.

Opacity

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

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

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

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

This text has shadow with #A79F99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A79F99.

Preview

Color preview on black background

This text has color #A79F99 on black background.


Color preview on white background

This text has color #A79F99 on white background.


Black color preview on #A79F99 background

This text has black color on #A79F99 background.


White color preview on #A79F99 background

This text has white color on #A79F99 background.


Related colors

Complementary color

Complementary color for #hex is #586066.


I love getcolorcode.com

Triadic colors

1 #99A79F and #9F99A7 with #A79F99 are triadic colors.

2 #999FA7 and #9FA799 with #A79F99 are triadic colors.