COLOR #A48577

HEX: #A48577
RGB: (164,133,119)

Color info

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

RGB color model

#A48577 color RGB value is (164,133,119).

  • red value is 164;
  • green value is 133;
  • blue value is 119.
RGB:
(164,133,119)
(64%,52%,47%)

RGB channels and saturation

R 164 of 255 = 64%
G 133 of 255 = 52%
B 119 of 255 = 47%

164
133
119

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

Portions of RGB colors in percentages

R + G + B =
164 + 133 + 119 = 416 (100%)
R 164 of 416 ~ 39.42%
G 133 of 416 ~ 31.97%
B 119 of 416 ~ 28.61%

%39.42
%31.97
%28.61

CMYK color model

#A48577 color CMYK value is (0,19,27,36).

  • cyan value is 0.00%
  • magenta value is 18.90%
  • yellow value is 27.44%
  • key color value is 35.69%
CMYK:
(0,19,27,36)
C0M19Y27K36 
(0%,19%,27%,36%)
(0.00/0.19/0.27/0.36)	

CMYK percentages

%0
%18.9
%27.44
%35.69

Codes

Color #A48577 in popluar color models

A48577
RGB164133119
HSL19°19.82%55.49%
HSB/HSV19°27.44%64.31%
CMYK0.00%18.90%27.44%
35.69%

Color #A48577 in popluar number systems.

HEXA48577
Decimal164133119
Binary10100100100001011110111
Octal244205167

Shades and tints

Shades of #A48577

#A48577
(164,133,119)
#96796D
(150,121,109)
#886D63
(136,109,99)
#7A6159
(122,97,89)
#6C554F
(108,85,79)
#5E4945
(94,73,69)
#503D3B
(80,61,59)
#423131
(66,49,49)
#342527
(52,37,39)
#26191D
(38,25,29)
#180D13
(24,13,19)
#000000
(0,0,0)

Tints of #A48577

#A48577
(164,133,119)
#AC9083
(172,144,131)
#B49B8F
(180,155,143)
#BCA69B
(188,166,155)
#C4B1A7
(196,177,167)
#CCBCB3
(204,188,179)
#D4C7BF
(212,199,191)
#DCD2CB
(220,210,203)
#E4DDD7
(228,221,215)
#ECE8E3
(236,232,227)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48577 color. Also use rgb(164,133,119) instead hex code.

Text Font Color

.myTextColor { color: #A48577; }

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

This text font color is #A48577.


Background Color

.myBgColor { background-color: #A48577; }

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

This div background color is #A48577.


Border color

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

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

This div border color is #A48577.


Opacity

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

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

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

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

This text has shadow with #A48577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48577 on black background.


Color preview on white background

This text has color #A48577 on white background.



Black color preview on #A48577 background

This text has black color on #A48577 background.


White color preview on #A48577 background

This text has white color on #A48577 background.