COLOR #A48D66

HEX: #A48D66
RGB: (164,141,102)

Color info

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

RGB color model

#A48D66 color RGB value is (164,141,102).

  • red value is 164;
  • green value is 141;
  • blue value is 102.
RGB:
(164,141,102)
(64%,55%,40%)

RGB channels and saturation

R 164 of 255 = 64%
G 141 of 255 = 55%
B 102 of 255 = 40%

164
141
102

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

Portions of RGB colors in percentages

R + G + B =
164 + 141 + 102 = 407 (100%)
R 164 of 407 ~ 40.29%
G 141 of 407 ~ 34.64%
B 102 of 407 ~ 25.06%

%40.29
%34.64
%25.06

CMYK color model

#A48D66 color CMYK value is (0,14,38,36).

  • cyan value is 0.00%
  • magenta value is 14.02%
  • yellow value is 37.80%
  • key color value is 35.69%
CMYK:
(0,14,38,36)
C0M14Y38K36 
(0%,14%,38%,36%)
(0.00/0.14/0.38/0.36)	

CMYK percentages

%0
%14.02
%37.8
%35.69

Codes

Color #A48D66 in popluar color models

A48D66
RGB164141102
HSL38°25.41%52.16%
HSB/HSV38°37.80%64.31%
CMYK0.00%14.02%37.80%
35.69%

Color #A48D66 in popluar number systems.

HEXA48D66
Decimal164141102
Binary10100100100011011100110
Octal244215146

Shades and tints

Shades of #A48D66

#A48D66
(164,141,102)
#96815D
(150,129,93)
#887554
(136,117,84)
#7A694B
(122,105,75)
#6C5D42
(108,93,66)
#5E5139
(94,81,57)
#504530
(80,69,48)
#423927
(66,57,39)
#342D1E
(52,45,30)
#262115
(38,33,21)
#18150C
(24,21,12)
#000000
(0,0,0)

Tints of #A48D66

#A48D66
(164,141,102)
#AC9773
(172,151,115)
#B4A180
(180,161,128)
#BCAB8D
(188,171,141)
#C4B59A
(196,181,154)
#CCBFA7
(204,191,167)
#D4C9B4
(212,201,180)
#DCD3C1
(220,211,193)
#E4DDCE
(228,221,206)
#ECE7DB
(236,231,219)
#F4F1E8
(244,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48D66 color. Also use rgb(164,141,102) instead hex code.

Text Font Color

.myTextColor { color: #A48D66; }

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

This text font color is #A48D66.


Background Color

.myBgColor { background-color: #A48D66; }

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

This div background color is #A48D66.


Border color

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

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

This div border color is #A48D66.


Opacity

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

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

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

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

This text has shadow with #A48D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48D66 on black background.


Color preview on white background

This text has color #A48D66 on white background.



Black color preview on #A48D66 background

This text has black color on #A48D66 background.


White color preview on #A48D66 background

This text has white color on #A48D66 background.