COLOR #A48E65

HEX: #A48E65
RGB: (164,142,101)

Color info

#A48E65 contains mainly red and green colors. Web safe color of #A48E65 is #999966 (or #996).

RGB color model

#A48E65 color RGB value is (164,142,101).

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

RGB channels and saturation

R 164 of 255 = 64%
G 142 of 255 = 56%
B 101 of 255 = 40%

164
142
101

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

Portions of RGB colors in percentages

R + G + B =
164 + 142 + 101 = 407 (100%)
R 164 of 407 ~ 40.29%
G 142 of 407 ~ 34.89%
B 101 of 407 ~ 24.82%

%40.29
%34.89
%24.82

CMYK color model

#A48E65 color CMYK value is (0,13,38,36).

  • cyan value is 0.00%
  • magenta value is 13.41%
  • yellow value is 38.41%
  • key color value is 35.69%
CMYK:
(0,13,38,36)
C0M13Y38K36 
(0%,13%,38%,36%)
(0.00/0.13/0.38/0.36)	

CMYK percentages

%0
%13.41
%38.41
%35.69

Codes

Color #A48E65 in popluar color models

A48E65
RGB164142101
HSL39°25.71%51.96%
HSB/HSV39°38.41%64.31%
CMYK0.00%13.41%38.41%
35.69%

Color #A48E65 in popluar number systems.

HEXA48E65
Decimal164142101
Binary10100100100011101100101
Octal244216145

Shades and tints

Shades of #A48E65

#A48E65
(164,142,101)
#96825C
(150,130,92)
#887653
(136,118,83)
#7A6A4A
(122,106,74)
#6C5E41
(108,94,65)
#5E5238
(94,82,56)
#50462F
(80,70,47)
#423A26
(66,58,38)
#342E1D
(52,46,29)
#262214
(38,34,20)
#18160B
(24,22,11)
#000000
(0,0,0)

Tints of #A48E65

#A48E65
(164,142,101)
#AC9873
(172,152,115)
#B4A281
(180,162,129)
#BCAC8F
(188,172,143)
#C4B69D
(196,182,157)
#CCC0AB
(204,192,171)
#D4CAB9
(212,202,185)
#DCD4C7
(220,212,199)
#E4DED5
(228,222,213)
#ECE8E3
(236,232,227)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48E65; }

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

This text font color is #A48E65.


Background Color

.myBgColor { background-color: #A48E65; }

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

This div background color is #A48E65.


Border color

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

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

This div border color is #A48E65.


Opacity

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

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

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

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

This text has shadow with #A48E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48E65 on black background.


Color preview on white background

This text has color #A48E65 on white background.



Black color preview on #A48E65 background

This text has black color on #A48E65 background.


White color preview on #A48E65 background

This text has white color on #A48E65 background.