COLOR #A48E81

HEX: #A48E81 RGB: (164,142,129)

Color info

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

RGB color model

#A48E81 color RGB value is (164,142,129).

RGB: (164,142,129) (64%, 56%, 51%)

RGB channels and saturation

R 164 of 255 = 64%
G 142 of 255 = 56%
B 129 of 255 = 51%

164
142
129

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

Portions of RGB colors in percentages

R + G + B = 164 + 142 + 129 = 435 (100%)
R 164 of 435 ~ 37.7%
G 142 of 435 ~ 32.64%
B 129 of 435 ~ 29.66'%

%37.7
%32.64
%29.66

CMYK color model

#A48E81 color CMYK value is (0,13,21,36).

  • cyan value is 0.00%
  • magenta value is 13.41%
  • yellow value is 21.34%
  • key color value is 35.69%

CMYK: (0,13,21,36)
C0M13Y21K36 (0%, 13%, 21%, 36%)
(0.00 / 0.13 / 0.21 / 0.36)

CMYK percentages

%0
%13.41
%21.34
%35.69

Codes

Color #A48E81 in popluar color models

A4 8E 81
RGB 164 142 129
HSL 22° 16.13% 57.45%
HSB/HSV 22° 21.34% 64.31%
CMYK 0.00% 13.41% 21.34%
35.69%

Color #A48E81 in popluar number systems.

HEX A4 8E 81
Decimal 164 142 129
Binary 10100100 10001110 10000001
Octal 244 216 201

Shades and tints

Shades of #A48E81

#A48E81
(164,142,129)
#968276
(150,130,118)
#88766B
(136,118,107)
#7A6A60
(122,106,96)
#6C5E55
(108,94,85)
#5E524A
(94,82,74)
#50463F
(80,70,63)
#423A34
(66,58,52)
#342E29
(52,46,41)
#26221E
(38,34,30)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #A48E81

#A48E81
(164,142,129)
#AC988C
(172,152,140)
#B4A297
(180,162,151)
#BCACA2
(188,172,162)
#C4B6AD
(196,182,173)
#CCC0B8
(204,192,184)
#D4CAC3
(212,202,195)
#DCD4CE
(220,212,206)
#E4DED9
(228,222,217)
#ECE8E4
(236,232,228)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48E81; }

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

This text font color is #A48E81.

Background Color

.myBgColor { background-color: #A48E81; }

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

This div background color is #A48E81.

Border color

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

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

This div border color is #A48E81.

Opacity

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

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

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

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

This text has shadow with #A48E81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A48E81.

Preview

Color preview on black background

This text has color #A48E81 on black background.


Color preview on white background

This text has color #A48E81 on white background.


Black color preview on #A48E81 background

This text has black color on #A48E81 background.


White color preview on #A48E81 background

This text has white color on #A48E81 background.


Related colors

Complementary color

Complementary color for #hex is #5B717E.


I love getcolorcode.com

Triadic colors

1 #81A48E and #8E81A4 with #A48E81 are triadic colors.

2 #818EA4 and #8EA481 with #A48E81 are triadic colors.