COLOR #A48E67

HEX: #A48E67
RGB: (164,142,103)

Color info

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

RGB color model

#A48E67 color RGB value is (164,142,103).

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

RGB channels and saturation

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

164
142
103

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

Portions of RGB colors in percentages

R + G + B =
164 + 142 + 103 = 409 (100%)
R 164 of 409 ~ 40.1%
G 142 of 409 ~ 34.72%
B 103 of 409 ~ 25.18%

%40.1
%34.72
%25.18

CMYK color model

#A48E67 color CMYK value is (0,13,37,36).

  • cyan value is 0.00%
  • magenta value is 13.41%
  • yellow value is 37.20%
  • key color value is 35.69%
CMYK:
(0,13,37,36)
C0M13Y37K36 
(0%,13%,37%,36%)
(0.00/0.13/0.37/0.36)	

CMYK percentages

%0
%13.41
%37.2
%35.69

Codes

Color #A48E67 in popluar color models

A48E67
RGB164142103
HSL38°25.10%52.35%
HSB/HSV38°37.20%64.31%
CMYK0.00%13.41%37.20%
35.69%

Color #A48E67 in popluar number systems.

HEXA48E67
Decimal164142103
Binary10100100100011101100111
Octal244216147

Shades and tints

Shades of #A48E67

#A48E67
(164,142,103)
#96825E
(150,130,94)
#887655
(136,118,85)
#7A6A4C
(122,106,76)
#6C5E43
(108,94,67)
#5E523A
(94,82,58)
#504631
(80,70,49)
#423A28
(66,58,40)
#342E1F
(52,46,31)
#262216
(38,34,22)
#18160D
(24,22,13)
#000000
(0,0,0)

Tints of #A48E67

#A48E67
(164,142,103)
#AC9874
(172,152,116)
#B4A281
(180,162,129)
#BCAC8E
(188,172,142)
#C4B69B
(196,182,155)
#CCC0A8
(204,192,168)
#D4CAB5
(212,202,181)
#DCD4C2
(220,212,194)
#E4DECF
(228,222,207)
#ECE8DC
(236,232,220)
#F4F2E9
(244,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48E67; }

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

This text font color is #A48E67.


Background Color

.myBgColor { background-color: #A48E67; }

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

This div background color is #A48E67.


Border color

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

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

This div border color is #A48E67.


Opacity

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

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

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

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

This text has shadow with #A48E67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48E67 on black background.


Color preview on white background

This text has color #A48E67 on white background.



Black color preview on #A48E67 background

This text has black color on #A48E67 background.


White color preview on #A48E67 background

This text has white color on #A48E67 background.