COLOR #A79B98

HEX: #A79B98 RGB: (167,155,152)

Color info

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

RGB color model

#A79B98 color RGB value is (167,155,152).

RGB: (167,155,152) (65%, 61%, 60%)

RGB channels and saturation

R 167 of 255 = 65%
G 155 of 255 = 61%
B 152 of 255 = 60%

167
155
152

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

Portions of RGB colors in percentages

R + G + B = 167 + 155 + 152 = 474 (100%)
R 167 of 474 ~ 35.23%
G 155 of 474 ~ 32.7%
B 152 of 474 ~ 32.07'%

%35.23
%32.7
%32.07

CMYK color model

#A79B98 color CMYK value is (0,7,9,35).

  • cyan value is 0.00%
  • magenta value is 7.19%
  • yellow value is 8.98%
  • key color value is 34.51%

CMYK: (0,7,9,35)
C0M7Y9K35 (0%, 7%, 9%, 35%)
(0.00 / 0.07 / 0.09 / 0.35)

CMYK percentages

%0
%7.19
%8.98
%34.51

Codes

Color #A79B98 in popluar color models

A7 9B 98
RGB 167 155 152
HSL 12° 7.85% 62.55%
HSB/HSV 12° 8.98% 65.49%
CMYK 0.00% 7.19% 8.98%
34.51%

Color #A79B98 in popluar number systems.

HEX A7 9B 98
Decimal 167 155 152
Binary 10100111 10011011 10011000
Octal 247 233 230

Shades and tints

Shades of #A79B98

#A79B98
(167,155,152)
#988D8B
(152,141,139)
#897F7E
(137,127,126)
#7A7171
(122,113,113)
#6B6364
(107,99,100)
#5C5557
(92,85,87)
#4D474A
(77,71,74)
#3E393D
(62,57,61)
#2F2B30
(47,43,48)
#201D23
(32,29,35)
#110F16
(17,15,22)
#000000
(0,0,0)

Tints of #A79B98

#A79B98
(167,155,152)
#AFA4A1
(175,164,161)
#B7ADAA
(183,173,170)
#BFB6B3
(191,182,179)
#C7BFBC
(199,191,188)
#CFC8C5
(207,200,197)
#D7D1CE
(215,209,206)
#DFDAD7
(223,218,215)
#E7E3E0
(231,227,224)
#EFECE9
(239,236,233)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79B98; }

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

This text font color is #A79B98.

Background Color

.myBgColor { background-color: #A79B98; }

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

This div background color is #A79B98.

Border color

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

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

This div border color is #A79B98.

Opacity

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

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

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

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

This text has shadow with #A79B98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A79B98.

Preview

Color preview on black background

This text has color #A79B98 on black background.


Color preview on white background

This text has color #A79B98 on white background.


Black color preview on #A79B98 background

This text has black color on #A79B98 background.


White color preview on #A79B98 background

This text has white color on #A79B98 background.


Related colors

Complementary color

Complementary color for #hex is #586467.


I love getcolorcode.com

Triadic colors

1 #98A79B and #9B98A7 with #A79B98 are triadic colors.

2 #989BA7 and #9BA798 with #A79B98 are triadic colors.