COLOR #A79999

HEX: #A79999 RGB: (167,153,153)

Color info

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

RGB color model

#A79999 color RGB value is (167,153,153).

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

RGB channels and saturation

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

167
153
153

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

Portions of RGB colors in percentages

R + G + B = 167 + 153 + 153 = 473 (100%)
R 167 of 473 ~ 35.31%
G 153 of 473 ~ 32.35%
B 153 of 473 ~ 32.35'%

%35.31
%32.35
%32.35

CMYK color model

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

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

CMYK: (0,8,8,35)
C0M8Y8K35 (0%, 8%, 8%, 35%)
(0.00 / 0.08 / 0.08 / 0.35)

CMYK percentages

%0
%8.38
%8.38
%34.51

Codes

Color #A79999 in popluar color models

A7 99 99
RGB 167 153 153
HSL 7.37% 62.75%
HSB/HSV 8.38% 65.49%
CMYK 0.00% 8.38% 8.38%
34.51%

Color #A79999 in popluar number systems.

HEX A7 99 99
Decimal 167 153 153
Binary 10100111 10011001 10011001
Octal 247 231 231

Shades and tints

Shades of #A79999

#A79999
(167,153,153)
#988C8C
(152,140,140)
#897F7F
(137,127,127)
#7A7272
(122,114,114)
#6B6565
(107,101,101)
#5C5858
(92,88,88)
#4D4B4B
(77,75,75)
#3E3E3E
(62,62,62)
#2F3131
(47,49,49)
#202424
(32,36,36)
#111717
(17,23,23)
#000000
(0,0,0)

Tints of #A79999

#A79999
(167,153,153)
#AFA2A2
(175,162,162)
#B7ABAB
(183,171,171)
#BFB4B4
(191,180,180)
#C7BDBD
(199,189,189)
#CFC6C6
(207,198,198)
#D7CFCF
(215,207,207)
#DFD8D8
(223,216,216)
#E7E1E1
(231,225,225)
#EFEAEA
(239,234,234)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79999; }

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

This text font color is #A79999.

Background Color

.myBgColor { background-color: #A79999; }

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

This div background color is #A79999.

Border color

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

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

This div border color is #A79999.

Opacity

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

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

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

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

This text has shadow with #A79999 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A79999.

Preview

Color preview on black background

This text has color #A79999 on black background.


Color preview on white background

This text has color #A79999 on white background.


Black color preview on #A79999 background

This text has black color on #A79999 background.


White color preview on #A79999 background

This text has white color on #A79999 background.


Related colors

Complementary color

Complementary color for #hex is #586666.


I love getcolorcode.com