COLOR #A48D79

HEX: #A48D79 RGB: (164,141,121)

Color info

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

RGB color model

#A48D79 color RGB value is (164,141,121).

RGB: (164,141,121) (64%, 55%, 47%)

RGB channels and saturation

R 164 of 255 = 64%
G 141 of 255 = 55%
B 121 of 255 = 47%

164
141
121

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

Portions of RGB colors in percentages

R + G + B = 164 + 141 + 121 = 426 (100%)
R 164 of 426 ~ 38.5%
G 141 of 426 ~ 33.1%
B 121 of 426 ~ 28.4'%

%38.5
%33.1
%28.4

CMYK color model

#A48D79 color CMYK value is (0,14,26,36).

  • cyan value is 0.00%
  • magenta value is 14.02%
  • yellow value is 26.22%
  • key color value is 35.69%
CMYK: (0,14,26,36) C0M14Y26K36 (0%,14%,26%,36%) (0.00/0.14/0.26/0.36) 

CMYK percentages

%0
%14.02
%26.22
%35.69

Codes

Color #A48D79 in popluar color models

A4 8D 79
RGB 164 141 121
HSL 28° 19.11% 55.88%
HSB/HSV 28° 26.22% 64.31%
CMYK 0.00% 14.02% 26.22%
35.69%

Color #A48D79 in popluar number systems.

HEX A4 8D 79
Decimal 164 141 121
Binary 10100100 10001101 1111001
Octal 244 215 171

Shades and tints

Shades of #A48D79

#A48D79
(164,141,121)
#96816E
(150,129,110)
#887563
(136,117,99)
#7A6958
(122,105,88)
#6C5D4D
(108,93,77)
#5E5142
(94,81,66)
#504537
(80,69,55)
#42392C
(66,57,44)
#342D21
(52,45,33)
#262116
(38,33,22)
#18150B
(24,21,11)
#000000
(0,0,0)

Tints of #A48D79

#A48D79
(164,141,121)
#AC9785
(172,151,133)
#B4A191
(180,161,145)
#BCAB9D
(188,171,157)
#C4B5A9
(196,181,169)
#CCBFB5
(204,191,181)
#D4C9C1
(212,201,193)
#DCD3CD
(220,211,205)
#E4DDD9
(228,221,217)
#ECE7E5
(236,231,229)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48D79 color. Also use rgb(164,141,121) instead hex code.

Text Font Color

.myTextColor { color: #A48D79; }

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

This text font color is #A48D79.

Background Color

.myBgColor { background-color: #A48D79; }

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

This div background color is #A48D79.

Border color

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

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

This div border color is #A48D79.

Opacity

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

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

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

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

This text has shadow with #A48D79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A48D79.

Preview

Color preview on black background

This text has color #A48D79 on black background.


Color preview on white background

This text has color #A48D79 on white background.


Black color preview on #A48D79 background

This text has black color on #A48D79 background.


White color preview on #A48D79 background

This text has white color on #A48D79 background.


Related colors

Complementary color

Complementary color for #hex is #5B7286.


I love getcolorcode.com

Triadic colors

1 #79A48D and #8D79A4 with #A48D79 are triadic colors.

2 #798DA4 and #8DA479 with #A48D79 are triadic colors.