COLOR #A79274

HEX: #A79274
RGB: (167,146,116)

Color info

#A79274 contains red, green and blue colors in about the same proportion. Web safe color of #A79274 is #999966 (or #996).

RGB color model

#A79274 color RGB value is (167,146,116).

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

RGB channels and saturation

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

167
146
116

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

Portions of RGB colors in percentages

R + G + B =
167 + 146 + 116 = 429 (100%)
R 167 of 429 ~ 38.93%
G 146 of 429 ~ 34.03%
B 116 of 429 ~ 27.04%

%38.93
%34.03
%27.04

CMYK color model

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

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

CMYK percentages

%0
%12.57
%30.54
%34.51

Codes

Color #A79274 in popluar color models

A79274
RGB167146116
HSL35°22.47%55.49%
HSB/HSV35°30.54%65.49%
CMYK0.00%12.57%30.54%
34.51%

Color #A79274 in popluar number systems.

HEXA79274
Decimal167146116
Binary10100111100100101110100
Octal247222164

Shades and tints

Shades of #A79274

#A79274
(167,146,116)
#98856A
(152,133,106)
#897860
(137,120,96)
#7A6B56
(122,107,86)
#6B5E4C
(107,94,76)
#5C5142
(92,81,66)
#4D4438
(77,68,56)
#3E372E
(62,55,46)
#2F2A24
(47,42,36)
#201D1A
(32,29,26)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #A79274

#A79274
(167,146,116)
#AF9B80
(175,155,128)
#B7A48C
(183,164,140)
#BFAD98
(191,173,152)
#C7B6A4
(199,182,164)
#CFBFB0
(207,191,176)
#D7C8BC
(215,200,188)
#DFD1C8
(223,209,200)
#E7DAD4
(231,218,212)
#EFE3E0
(239,227,224)
#F7ECEC
(247,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79274; }

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

This text font color is #A79274.


Background Color

.myBgColor { background-color: #A79274; }

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

This div background color is #A79274.


Border color

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

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

This div border color is #A79274.


Opacity

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

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

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

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

This text has shadow with #A79274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79274 on black background.


Color preview on white background

This text has color #A79274 on white background.



Black color preview on #A79274 background

This text has black color on #A79274 background.


White color preview on #A79274 background

This text has white color on #A79274 background.