COLOR #A79288

HEX: #A79288
RGB: (167,146,136)

Color info

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

RGB color model

#A79288 color RGB value is (167,146,136).

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

RGB channels and saturation

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

167
146
136

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

Portions of RGB colors in percentages

R + G + B =
167 + 146 + 136 = 449 (100%)
R 167 of 449 ~ 37.19%
G 146 of 449 ~ 32.52%
B 136 of 449 ~ 30.29%

%37.19
%32.52
%30.29

CMYK color model

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

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

CMYK percentages

%0
%12.57
%18.56
%34.51

Codes

Color #A79288 in popluar color models

A79288
RGB167146136
HSL19°14.98%59.41%
HSB/HSV19°18.56%65.49%
CMYK0.00%12.57%18.56%
34.51%

Color #A79288 in popluar number systems.

HEXA79288
Decimal167146136
Binary101001111001001010001000
Octal247222210

Shades and tints

Shades of #A79288

#A79288
(167,146,136)
#98857C
(152,133,124)
#897870
(137,120,112)
#7A6B64
(122,107,100)
#6B5E58
(107,94,88)
#5C514C
(92,81,76)
#4D4440
(77,68,64)
#3E3734
(62,55,52)
#2F2A28
(47,42,40)
#201D1C
(32,29,28)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #A79288

#A79288
(167,146,136)
#AF9B92
(175,155,146)
#B7A49C
(183,164,156)
#BFADA6
(191,173,166)
#C7B6B0
(199,182,176)
#CFBFBA
(207,191,186)
#D7C8C4
(215,200,196)
#DFD1CE
(223,209,206)
#E7DAD8
(231,218,216)
#EFE3E2
(239,227,226)
#F7ECEC
(247,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79288; }

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

This text font color is #A79288.


Background Color

.myBgColor { background-color: #A79288; }

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

This div background color is #A79288.


Border color

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

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

This div border color is #A79288.


Opacity

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

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

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

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

This text has shadow with #A79288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79288 on black background.


Color preview on white background

This text has color #A79288 on white background.



Black color preview on #A79288 background

This text has black color on #A79288 background.


White color preview on #A79288 background

This text has white color on #A79288 background.