COLOR #A79798

HEX: #A79798 RGB: (167,151,152)

Color info

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

RGB color model

#A79798 color RGB value is (167,151,152).

RGB: (167,151,152) (65%, 59%, 60%)

RGB channels and saturation

R 167 of 255 = 65%
G 151 of 255 = 59%
B 152 of 255 = 60%

167
151
152

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

Portions of RGB colors in percentages

R + G + B = 167 + 151 + 152 = 470 (100%)
R 167 of 470 ~ 35.53%
G 151 of 470 ~ 32.13%
B 152 of 470 ~ 32.34'%

%35.53
%32.13
%32.34

CMYK color model

#A79798 color CMYK value is (0,10,9,35).

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

CMYK: (0,10,9,35)
C0M10Y9K35 (0%, 10%, 9%, 35%)
(0.00 / 0.10 / 0.09 / 0.35)

CMYK percentages

%0
%9.58
%8.98
%34.51

Codes

Color #A79798 in popluar color models

A7 97 98
RGB 167 151 152
HSL 356° 8.33% 62.35%
HSB/HSV 356° 9.58% 65.49%
CMYK 0.00% 9.58% 8.98%
34.51%

Color #A79798 in popluar number systems.

HEX A7 97 98
Decimal 167 151 152
Binary 10100111 10010111 10011000
Octal 247 227 230

Shades and tints

Shades of #A79798

#A79798
(167,151,152)
#988A8B
(152,138,139)
#897D7E
(137,125,126)
#7A7071
(122,112,113)
#6B6364
(107,99,100)
#5C5657
(92,86,87)
#4D494A
(77,73,74)
#3E3C3D
(62,60,61)
#2F2F30
(47,47,48)
#202223
(32,34,35)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #A79798

#A79798
(167,151,152)
#AFA0A1
(175,160,161)
#B7A9AA
(183,169,170)
#BFB2B3
(191,178,179)
#C7BBBC
(199,187,188)
#CFC4C5
(207,196,197)
#D7CDCE
(215,205,206)
#DFD6D7
(223,214,215)
#E7DFE0
(231,223,224)
#EFE8E9
(239,232,233)
#F7F1F2
(247,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79798; }

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

This text font color is #A79798.

Background Color

.myBgColor { background-color: #A79798; }

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

This div background color is #A79798.

Border color

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

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

This div border color is #A79798.

Opacity

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

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

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

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

This text has shadow with #A79798 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A79798.

Preview

Color preview on black background

This text has color #A79798 on black background.


Color preview on white background

This text has color #A79798 on white background.


Black color preview on #A79798 background

This text has black color on #A79798 background.


White color preview on #A79798 background

This text has white color on #A79798 background.


Related colors

Complementary color

Complementary color for #hex is #586867.


I love getcolorcode.com

Triadic colors

1 #98A797 and #9798A7 with #A79798 are triadic colors.

2 #9897A7 and #97A798 with #A79798 are triadic colors.