COLOR #A48649

HEX: #A48649
RGB: (164,134,73)

Color info

#A48649 contains mainly red and green colors. Web safe color of #A48649 is #999933 (or #993).

RGB color model

#A48649 color RGB value is (164,134,73).

  • red value is 164;
  • green value is 134;
  • blue value is 73.
RGB:
(164,134,73)
(64%,53%,29%)

RGB channels and saturation

R 164 of 255 = 64%
G 134 of 255 = 53%
B 73 of 255 = 29%

164
134
73

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

Portions of RGB colors in percentages

R + G + B =
164 + 134 + 73 = 371 (100%)
R 164 of 371 ~ 44.2%
G 134 of 371 ~ 36.12%
B 73 of 371 ~ 19.68%

%44.2
%36.12
%19.68

CMYK color model

#A48649 color CMYK value is (0,18,55,36).

  • cyan value is 0.00%
  • magenta value is 18.29%
  • yellow value is 55.49%
  • key color value is 35.69%
CMYK:
(0,18,55,36)
C0M18Y55K36 
(0%,18%,55%,36%)
(0.00/0.18/0.55/0.36)	

CMYK percentages

%0
%18.29
%55.49
%35.69

Codes

Color #A48649 in popluar color models

A48649
RGB16413473
HSL40°38.40%46.47%
HSB/HSV40°55.49%64.31%
CMYK0.00%18.29%55.49%
35.69%

Color #A48649 in popluar number systems.

HEXA48649
Decimal16413473
Binary10100100100001101001001
Octal244206111

Shades and tints

Shades of #A48649

#A48649
(164,134,73)
#967A43
(150,122,67)
#886E3D
(136,110,61)
#7A6237
(122,98,55)
#6C5631
(108,86,49)
#5E4A2B
(94,74,43)
#503E25
(80,62,37)
#42321F
(66,50,31)
#342619
(52,38,25)
#261A13
(38,26,19)
#180E0D
(24,14,13)
#000000
(0,0,0)

Tints of #A48649

#A48649
(164,134,73)
#AC9159
(172,145,89)
#B49C69
(180,156,105)
#BCA779
(188,167,121)
#C4B289
(196,178,137)
#CCBD99
(204,189,153)
#D4C8A9
(212,200,169)
#DCD3B9
(220,211,185)
#E4DEC9
(228,222,201)
#ECE9D9
(236,233,217)
#F4F4E9
(244,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48649 color. Also use rgb(164,134,73) instead hex code.

Text Font Color

.myTextColor { color: #A48649; }

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

This text font color is #A48649.


Background Color

.myBgColor { background-color: #A48649; }

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

This div background color is #A48649.


Border color

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

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

This div border color is #A48649.


Opacity

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

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

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

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

This text has shadow with #A48649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48649 on black background.


Color preview on white background

This text has color #A48649 on white background.



Black color preview on #A48649 background

This text has black color on #A48649 background.


White color preview on #A48649 background

This text has white color on #A48649 background.