COLOR #A79290

HEX: #A79290
RGB: (167,146,144)

Color info

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

RGB color model

#A79290 color RGB value is (167,146,144).

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

RGB channels and saturation

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

167
146
144

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

Portions of RGB colors in percentages

R + G + B =
167 + 146 + 144 = 457 (100%)
R 167 of 457 ~ 36.54%
G 146 of 457 ~ 31.95%
B 144 of 457 ~ 31.51%

%36.54
%31.95
%31.51

CMYK color model

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

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

CMYK percentages

%0
%12.57
%13.77
%34.51

Codes

Color #A79290 in popluar color models

A79290
RGB167146144
HSL11.56%60.98%
HSB/HSV13.77%65.49%
CMYK0.00%12.57%13.77%
34.51%

Color #A79290 in popluar number systems.

HEXA79290
Decimal167146144
Binary101001111001001010010000
Octal247222220

Shades and tints

Shades of #A79290

#A79290
(167,146,144)
#988583
(152,133,131)
#897876
(137,120,118)
#7A6B69
(122,107,105)
#6B5E5C
(107,94,92)
#5C514F
(92,81,79)
#4D4442
(77,68,66)
#3E3735
(62,55,53)
#2F2A28
(47,42,40)
#201D1B
(32,29,27)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #A79290

#A79290
(167,146,144)
#AF9B9A
(175,155,154)
#B7A4A4
(183,164,164)
#BFADAE
(191,173,174)
#C7B6B8
(199,182,184)
#CFBFC2
(207,191,194)
#D7C8CC
(215,200,204)
#DFD1D6
(223,209,214)
#E7DAE0
(231,218,224)
#EFE3EA
(239,227,234)
#F7ECF4
(247,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79290; }

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

This text font color is #A79290.


Background Color

.myBgColor { background-color: #A79290; }

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

This div background color is #A79290.


Border color

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

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

This div border color is #A79290.


Opacity

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

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

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

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

This text has shadow with #A79290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79290 on black background.


Color preview on white background

This text has color #A79290 on white background.



Black color preview on #A79290 background

This text has black color on #A79290 background.


White color preview on #A79290 background

This text has white color on #A79290 background.