COLOR #A48942

HEX: #A48942
RGB: (164,137,66)

Color info

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

RGB color model

#A48942 color RGB value is (164,137,66).

  • red value is 164;
  • green value is 137;
  • blue value is 66.
RGB:
(164,137,66)
(64%,54%,26%)

RGB channels and saturation

R 164 of 255 = 64%
G 137 of 255 = 54%
B 66 of 255 = 26%

164
137
66

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

Portions of RGB colors in percentages

R + G + B =
164 + 137 + 66 = 367 (100%)
R 164 of 367 ~ 44.69%
G 137 of 367 ~ 37.33%
B 66 of 367 ~ 17.98%

%44.69
%37.33
%17.98

CMYK color model

#A48942 color CMYK value is (0,16,60,36).

  • cyan value is 0.00%
  • magenta value is 16.46%
  • yellow value is 59.76%
  • key color value is 35.69%
CMYK:
(0,16,60,36)
C0M16Y60K36 
(0%,16%,60%,36%)
(0.00/0.16/0.60/0.36)	

CMYK percentages

%0
%16.46
%59.76
%35.69

Codes

Color #A48942 in popluar color models

A48942
RGB16413766
HSL43°42.61%45.10%
HSB/HSV43°59.76%64.31%
CMYK0.00%16.46%59.76%
35.69%

Color #A48942 in popluar number systems.

HEXA48942
Decimal16413766
Binary10100100100010011000010
Octal244211102

Shades and tints

Shades of #A48942

#A48942
(164,137,66)
#967D3C
(150,125,60)
#887136
(136,113,54)
#7A6530
(122,101,48)
#6C592A
(108,89,42)
#5E4D24
(94,77,36)
#50411E
(80,65,30)
#423518
(66,53,24)
#342912
(52,41,18)
#261D0C
(38,29,12)
#181106
(24,17,6)
#000000
(0,0,0)

Tints of #A48942

#A48942
(164,137,66)
#AC9353
(172,147,83)
#B49D64
(180,157,100)
#BCA775
(188,167,117)
#C4B186
(196,177,134)
#CCBB97
(204,187,151)
#D4C5A8
(212,197,168)
#DCCFB9
(220,207,185)
#E4D9CA
(228,217,202)
#ECE3DB
(236,227,219)
#F4EDEC
(244,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48942 color. Also use rgb(164,137,66) instead hex code.

Text Font Color

.myTextColor { color: #A48942; }

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

This text font color is #A48942.


Background Color

.myBgColor { background-color: #A48942; }

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

This div background color is #A48942.


Border color

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

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

This div border color is #A48942.


Opacity

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

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

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

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

This text has shadow with #A48942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48942 on black background.


Color preview on white background

This text has color #A48942 on white background.



Black color preview on #A48942 background

This text has black color on #A48942 background.


White color preview on #A48942 background

This text has white color on #A48942 background.