COLOR #A48670

HEX: #A48670
RGB: (164,134,112)

Color info

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

RGB color model

#A48670 color RGB value is (164,134,112).

  • red value is 164;
  • green value is 134;
  • blue value is 112.
RGB:
(164,134,112)
(64%,53%,44%)

RGB channels and saturation

R 164 of 255 = 64%
G 134 of 255 = 53%
B 112 of 255 = 44%

164
134
112

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

Portions of RGB colors in percentages

R + G + B =
164 + 134 + 112 = 410 (100%)
R 164 of 410 ~ 40%
G 134 of 410 ~ 32.68%
B 112 of 410 ~ 27.32%

%40
%32.68
%27.32

CMYK color model

#A48670 color CMYK value is (0,18,32,36).

  • cyan value is 0.00%
  • magenta value is 18.29%
  • yellow value is 31.71%
  • key color value is 35.69%
CMYK:
(0,18,32,36)
C0M18Y32K36 
(0%,18%,32%,36%)
(0.00/0.18/0.32/0.36)	

CMYK percentages

%0
%18.29
%31.71
%35.69

Codes

Color #A48670 in popluar color models

A48670
RGB164134112
HSL25°22.22%54.12%
HSB/HSV25°31.71%64.31%
CMYK0.00%18.29%31.71%
35.69%

Color #A48670 in popluar number systems.

HEXA48670
Decimal164134112
Binary10100100100001101110000
Octal244206160

Shades and tints

Shades of #A48670

#A48670
(164,134,112)
#967A66
(150,122,102)
#886E5C
(136,110,92)
#7A6252
(122,98,82)
#6C5648
(108,86,72)
#5E4A3E
(94,74,62)
#503E34
(80,62,52)
#42322A
(66,50,42)
#342620
(52,38,32)
#261A16
(38,26,22)
#180E0C
(24,14,12)
#000000
(0,0,0)

Tints of #A48670

#A48670
(164,134,112)
#AC917D
(172,145,125)
#B49C8A
(180,156,138)
#BCA797
(188,167,151)
#C4B2A4
(196,178,164)
#CCBDB1
(204,189,177)
#D4C8BE
(212,200,190)
#DCD3CB
(220,211,203)
#E4DED8
(228,222,216)
#ECE9E5
(236,233,229)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48670 color. Also use rgb(164,134,112) instead hex code.

Text Font Color

.myTextColor { color: #A48670; }

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

This text font color is #A48670.


Background Color

.myBgColor { background-color: #A48670; }

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

This div background color is #A48670.


Border color

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

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

This div border color is #A48670.


Opacity

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

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

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

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

This text has shadow with #A48670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48670 on black background.


Color preview on white background

This text has color #A48670 on white background.



Black color preview on #A48670 background

This text has black color on #A48670 background.


White color preview on #A48670 background

This text has white color on #A48670 background.