COLOR #A79292

HEX: #A79292
RGB: (167,146,146)

Color info

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

RGB color model

#A79292 color RGB value is (167,146,146).

  • red value is 167;
  • green value is 146;
  • blue value is 146.
RGB:
(167,146,146)
(65%,57%,57%)

RGB channels and saturation

R 167 of 255 = 65%
G 146 of 255 = 57%
B 146 of 255 = 57%

167
146
146

R + G + B ~ 60%. #A79292 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
167 + 146 + 146 = 459 (100%)
R 167 of 459 ~ 36.38%
G 146 of 459 ~ 31.81%
B 146 of 459 ~ 31.81%

%36.38
%31.81
%31.81

CMYK color model

#A79292 color CMYK value is (0,13,13,35).

  • cyan value is 0.00%
  • magenta value is 12.57%
  • yellow value is 12.57%
  • key color value is 34.51%
CMYK:
(0,13,13,35)
C0M13Y13K35 
(0%,13%,13%,35%)
(0.00/0.13/0.13/0.35)	

CMYK percentages

%0
%12.57
%12.57
%34.51

Codes

Color #A79292 in popluar color models

A79292
RGB167146146
HSL10.66%61.37%
HSB/HSV12.57%65.49%
CMYK0.00%12.57%12.57%
34.51%

Color #A79292 in popluar number systems.

HEXA79292
Decimal167146146
Binary101001111001001010010010
Octal247222222

Shades and tints

Shades of #A79292

#A79292
(167,146,146)
#988585
(152,133,133)
#897878
(137,120,120)
#7A6B6B
(122,107,107)
#6B5E5E
(107,94,94)
#5C5151
(92,81,81)
#4D4444
(77,68,68)
#3E3737
(62,55,55)
#2F2A2A
(47,42,42)
#201D1D
(32,29,29)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #A79292

#A79292
(167,146,146)
#AF9B9B
(175,155,155)
#B7A4A4
(183,164,164)
#BFADAD
(191,173,173)
#C7B6B6
(199,182,182)
#CFBFBF
(207,191,191)
#D7C8C8
(215,200,200)
#DFD1D1
(223,209,209)
#E7DADA
(231,218,218)
#EFE3E3
(239,227,227)
#F7ECEC
(247,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79292; }

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

This text font color is #A79292.


Background Color

.myBgColor { background-color: #A79292; }

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

This div background color is #A79292.


Border color

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

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

This div border color is #A79292.


Opacity

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

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

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

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

This text has shadow with #A79292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79292 on black background.


Color preview on white background

This text has color #A79292 on white background.



Black color preview on #A79292 background

This text has black color on #A79292 background.


White color preview on #A79292 background

This text has white color on #A79292 background.