COLOR #A48849

HEX: #A48849
RGB: (164,136,73)

Color info

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

RGB color model

#A48849 color RGB value is (164,136,73).

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

RGB channels and saturation

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

164
136
73

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

Portions of RGB colors in percentages

R + G + B =
164 + 136 + 73 = 373 (100%)
R 164 of 373 ~ 43.97%
G 136 of 373 ~ 36.46%
B 73 of 373 ~ 19.57%

%43.97
%36.46
%19.57

CMYK color model

#A48849 color CMYK value is (0,17,55,36).

  • cyan value is 0.00%
  • magenta value is 17.07%
  • yellow value is 55.49%
  • key color value is 35.69%
CMYK:
(0,17,55,36)
C0M17Y55K36 
(0%,17%,55%,36%)
(0.00/0.17/0.55/0.36)	

CMYK percentages

%0
%17.07
%55.49
%35.69

Codes

Color #A48849 in popluar color models

A48849
RGB16413673
HSL42°38.40%46.47%
HSB/HSV42°55.49%64.31%
CMYK0.00%17.07%55.49%
35.69%

Color #A48849 in popluar number systems.

HEXA48849
Decimal16413673
Binary10100100100010001001001
Octal244210111

Shades and tints

Shades of #A48849

#A48849
(164,136,73)
#967C43
(150,124,67)
#88703D
(136,112,61)
#7A6437
(122,100,55)
#6C5831
(108,88,49)
#5E4C2B
(94,76,43)
#504025
(80,64,37)
#42341F
(66,52,31)
#342819
(52,40,25)
#261C13
(38,28,19)
#18100D
(24,16,13)
#000000
(0,0,0)

Tints of #A48849

#A48849
(164,136,73)
#AC9259
(172,146,89)
#B49C69
(180,156,105)
#BCA679
(188,166,121)
#C4B089
(196,176,137)
#CCBA99
(204,186,153)
#D4C4A9
(212,196,169)
#DCCEB9
(220,206,185)
#E4D8C9
(228,216,201)
#ECE2D9
(236,226,217)
#F4ECE9
(244,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48849; }

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

This text font color is #A48849.


Background Color

.myBgColor { background-color: #A48849; }

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

This div background color is #A48849.


Border color

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

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

This div border color is #A48849.


Opacity

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

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

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

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

This text has shadow with #A48849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48849 on black background.


Color preview on white background

This text has color #A48849 on white background.



Black color preview on #A48849 background

This text has black color on #A48849 background.


White color preview on #A48849 background

This text has white color on #A48849 background.