COLOR #A48881

HEX: #A48881
RGB: (164,136,129)

Color info

#A48881 contains red, green and blue colors in about the same proportion. Web safe color of #A48881 is #999999 (or #999).

RGB color model

#A48881 color RGB value is (164,136,129).

  • red value is 164;
  • green value is 136;
  • blue value is 129.
RGB:
(164,136,129)
(64%,53%,51%)

RGB channels and saturation

R 164 of 255 = 64%
G 136 of 255 = 53%
B 129 of 255 = 51%

164
136
129

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

Portions of RGB colors in percentages

R + G + B =
164 + 136 + 129 = 429 (100%)
R 164 of 429 ~ 38.23%
G 136 of 429 ~ 31.7%
B 129 of 429 ~ 30.07%

%38.23
%31.7
%30.07

CMYK color model

#A48881 color CMYK value is (0,17,21,36).

  • cyan value is 0.00%
  • magenta value is 17.07%
  • yellow value is 21.34%
  • key color value is 35.69%
CMYK:
(0,17,21,36)
C0M17Y21K36 
(0%,17%,21%,36%)
(0.00/0.17/0.21/0.36)	

CMYK percentages

%0
%17.07
%21.34
%35.69

Codes

Color #A48881 in popluar color models

A48881
RGB164136129
HSL12°16.13%57.45%
HSB/HSV12°21.34%64.31%
CMYK0.00%17.07%21.34%
35.69%

Color #A48881 in popluar number systems.

HEXA48881
Decimal164136129
Binary101001001000100010000001
Octal244210201

Shades and tints

Shades of #A48881

#A48881
(164,136,129)
#967C76
(150,124,118)
#88706B
(136,112,107)
#7A6460
(122,100,96)
#6C5855
(108,88,85)
#5E4C4A
(94,76,74)
#50403F
(80,64,63)
#423434
(66,52,52)
#342829
(52,40,41)
#261C1E
(38,28,30)
#181013
(24,16,19)
#000000
(0,0,0)

Tints of #A48881

#A48881
(164,136,129)
#AC928C
(172,146,140)
#B49C97
(180,156,151)
#BCA6A2
(188,166,162)
#C4B0AD
(196,176,173)
#CCBAB8
(204,186,184)
#D4C4C3
(212,196,195)
#DCCECE
(220,206,206)
#E4D8D9
(228,216,217)
#ECE2E4
(236,226,228)
#F4ECEF
(244,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48881 color. Also use rgb(164,136,129) instead hex code.

Text Font Color

.myTextColor { color: #A48881; }

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

This text font color is #A48881.


Background Color

.myBgColor { background-color: #A48881; }

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

This div background color is #A48881.


Border color

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

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

This div border color is #A48881.


Opacity

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

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

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

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

This text has shadow with #A48881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48881 on black background.


Color preview on white background

This text has color #A48881 on white background.



Black color preview on #A48881 background

This text has black color on #A48881 background.


White color preview on #A48881 background

This text has white color on #A48881 background.