COLOR #A48772

HEX: #A48772
RGB: (164,135,114)

Color info

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

RGB color model

#A48772 color RGB value is (164,135,114).

  • red value is 164;
  • green value is 135;
  • blue value is 114.
RGB:
(164,135,114)
(64%,53%,45%)

RGB channels and saturation

R 164 of 255 = 64%
G 135 of 255 = 53%
B 114 of 255 = 45%

164
135
114

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

Portions of RGB colors in percentages

R + G + B =
164 + 135 + 114 = 413 (100%)
R 164 of 413 ~ 39.71%
G 135 of 413 ~ 32.69%
B 114 of 413 ~ 27.6%

%39.71
%32.69
%27.6

CMYK color model

#A48772 color CMYK value is (0,18,30,36).

  • cyan value is 0.00%
  • magenta value is 17.68%
  • yellow value is 30.49%
  • key color value is 35.69%
CMYK:
(0,18,30,36)
C0M18Y30K36 
(0%,18%,30%,36%)
(0.00/0.18/0.30/0.36)	

CMYK percentages

%0
%17.68
%30.49
%35.69

Codes

Color #A48772 in popluar color models

A48772
RGB164135114
HSL25°21.55%54.51%
HSB/HSV25°30.49%64.31%
CMYK0.00%17.68%30.49%
35.69%

Color #A48772 in popluar number systems.

HEXA48772
Decimal164135114
Binary10100100100001111110010
Octal244207162

Shades and tints

Shades of #A48772

#A48772
(164,135,114)
#967B68
(150,123,104)
#886F5E
(136,111,94)
#7A6354
(122,99,84)
#6C574A
(108,87,74)
#5E4B40
(94,75,64)
#503F36
(80,63,54)
#42332C
(66,51,44)
#342722
(52,39,34)
#261B18
(38,27,24)
#180F0E
(24,15,14)
#000000
(0,0,0)

Tints of #A48772

#A48772
(164,135,114)
#AC917E
(172,145,126)
#B49B8A
(180,155,138)
#BCA596
(188,165,150)
#C4AFA2
(196,175,162)
#CCB9AE
(204,185,174)
#D4C3BA
(212,195,186)
#DCCDC6
(220,205,198)
#E4D7D2
(228,215,210)
#ECE1DE
(236,225,222)
#F4EBEA
(244,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48772 color. Also use rgb(164,135,114) instead hex code.

Text Font Color

.myTextColor { color: #A48772; }

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

This text font color is #A48772.


Background Color

.myBgColor { background-color: #A48772; }

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

This div background color is #A48772.


Border color

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

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

This div border color is #A48772.


Opacity

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

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

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

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

This text has shadow with #A48772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48772 on black background.


Color preview on white background

This text has color #A48772 on white background.



Black color preview on #A48772 background

This text has black color on #A48772 background.


White color preview on #A48772 background

This text has white color on #A48772 background.