COLOR #A79599

HEX: #A79599
RGB: (167,149,153)

Color info

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

RGB color model

#A79599 color RGB value is (167,149,153).

  • red value is 167;
  • green value is 149;
  • blue value is 153.
RGB:
(167,149,153)
(65%,58%,60%)

RGB channels and saturation

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

167
149
153

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

Portions of RGB colors in percentages

R + G + B =
167 + 149 + 153 = 469 (100%)
R 167 of 469 ~ 35.61%
G 149 of 469 ~ 31.77%
B 153 of 469 ~ 32.62%

%35.61
%31.77
%32.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.78%
  • yellow value is 8.38%
  • key color value is 34.51%
CMYK:
(0,11,8,35)
C0M11Y8K35 
(0%,11%,8%,35%)
(0.00/0.11/0.08/0.35)	

CMYK percentages

%0
%10.78
%8.38
%34.51

Codes

Color #A79599 in popluar color models

A79599
RGB167149153
HSL347°9.28%61.96%
HSB/HSV347°10.78%65.49%
CMYK0.00%10.78%8.38%
34.51%

Color #A79599 in popluar number systems.

HEXA79599
Decimal167149153
Binary101001111001010110011001
Octal247225231

Shades and tints

Shades of #A79599

#A79599
(167,149,153)
#98888C
(152,136,140)
#897B7F
(137,123,127)
#7A6E72
(122,110,114)
#6B6165
(107,97,101)
#5C5458
(92,84,88)
#4D474B
(77,71,75)
#3E3A3E
(62,58,62)
#2F2D31
(47,45,49)
#202024
(32,32,36)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #A79599

#A79599
(167,149,153)
#AF9EA2
(175,158,162)
#B7A7AB
(183,167,171)
#BFB0B4
(191,176,180)
#C7B9BD
(199,185,189)
#CFC2C6
(207,194,198)
#D7CBCF
(215,203,207)
#DFD4D8
(223,212,216)
#E7DDE1
(231,221,225)
#EFE6EA
(239,230,234)
#F7EFF3
(247,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79599; }

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

This text font color is #A79599.


Background Color

.myBgColor { background-color: #A79599; }

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

This div background color is #A79599.


Border color

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

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

This div border color is #A79599.


Opacity

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

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

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

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

This text has shadow with #A79599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79599 on black background.


Color preview on white background

This text has color #A79599 on white background.



Black color preview on #A79599 background

This text has black color on #A79599 background.


White color preview on #A79599 background

This text has white color on #A79599 background.