COLOR #A48E75

HEX: #A48E75
RGB: (164,142,117)

Color info

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

RGB color model

#A48E75 color RGB value is (164,142,117).

  • red value is 164;
  • green value is 142;
  • blue value is 117.
RGB:
(164,142,117)
(64%,56%,46%)

RGB channels and saturation

R 164 of 255 = 64%
G 142 of 255 = 56%
B 117 of 255 = 46%

164
142
117

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

Portions of RGB colors in percentages

R + G + B =
164 + 142 + 117 = 423 (100%)
R 164 of 423 ~ 38.77%
G 142 of 423 ~ 33.57%
B 117 of 423 ~ 27.66%

%38.77
%33.57
%27.66

CMYK color model

#A48E75 color CMYK value is (0,13,29,36).

  • cyan value is 0.00%
  • magenta value is 13.41%
  • yellow value is 28.66%
  • key color value is 35.69%
CMYK:
(0,13,29,36)
C0M13Y29K36 
(0%,13%,29%,36%)
(0.00/0.13/0.29/0.36)	

CMYK percentages

%0
%13.41
%28.66
%35.69

Codes

Color #A48E75 in popluar color models

A48E75
RGB164142117
HSL32°20.52%55.10%
HSB/HSV32°28.66%64.31%
CMYK0.00%13.41%28.66%
35.69%

Color #A48E75 in popluar number systems.

HEXA48E75
Decimal164142117
Binary10100100100011101110101
Octal244216165

Shades and tints

Shades of #A48E75

#A48E75
(164,142,117)
#96826B
(150,130,107)
#887661
(136,118,97)
#7A6A57
(122,106,87)
#6C5E4D
(108,94,77)
#5E5243
(94,82,67)
#504639
(80,70,57)
#423A2F
(66,58,47)
#342E25
(52,46,37)
#26221B
(38,34,27)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #A48E75

#A48E75
(164,142,117)
#AC9881
(172,152,129)
#B4A28D
(180,162,141)
#BCAC99
(188,172,153)
#C4B6A5
(196,182,165)
#CCC0B1
(204,192,177)
#D4CABD
(212,202,189)
#DCD4C9
(220,212,201)
#E4DED5
(228,222,213)
#ECE8E1
(236,232,225)
#F4F2ED
(244,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48E75; }

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

This text font color is #A48E75.


Background Color

.myBgColor { background-color: #A48E75; }

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

This div background color is #A48E75.


Border color

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

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

This div border color is #A48E75.


Opacity

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

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

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

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

This text has shadow with #A48E75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48E75 on black background.


Color preview on white background

This text has color #A48E75 on white background.



Black color preview on #A48E75 background

This text has black color on #A48E75 background.


White color preview on #A48E75 background

This text has white color on #A48E75 background.