COLOR #A39042

HEX: #A39042
RGB: (163,144,66)

Color info

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

RGB color model

#A39042 color RGB value is (163,144,66).

  • red value is 163;
  • green value is 144;
  • blue value is 66.
RGB:
(163,144,66)
(64%,56%,26%)

RGB channels and saturation

R 163 of 255 = 64%
G 144 of 255 = 56%
B 66 of 255 = 26%

163
144
66

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

Portions of RGB colors in percentages

R + G + B =
163 + 144 + 66 = 373 (100%)
R 163 of 373 ~ 43.7%
G 144 of 373 ~ 38.61%
B 66 of 373 ~ 17.69%

%43.7
%38.61
%17.69

CMYK color model

#A39042 color CMYK value is (0,12,60,36).

  • cyan value is 0.00%
  • magenta value is 11.66%
  • yellow value is 59.51%
  • key color value is 36.08%
CMYK:
(0,12,60,36)
C0M12Y60K36 
(0%,12%,60%,36%)
(0.00/0.12/0.60/0.36)	

CMYK percentages

%0
%11.66
%59.51
%36.08

Codes

Color #A39042 in popluar color models

A39042
RGB16314466
HSL48°42.36%44.90%
HSB/HSV48°59.51%63.92%
CMYK0.00%11.66%59.51%
36.08%

Color #A39042 in popluar number systems.

HEXA39042
Decimal16314466
Binary10100011100100001000010
Octal243220102

Shades and tints

Shades of #A39042

#A39042
(163,144,66)
#95833C
(149,131,60)
#877636
(135,118,54)
#796930
(121,105,48)
#6B5C2A
(107,92,42)
#5D4F24
(93,79,36)
#4F421E
(79,66,30)
#413518
(65,53,24)
#332812
(51,40,18)
#251B0C
(37,27,12)
#170E06
(23,14,6)
#000000
(0,0,0)

Tints of #A39042

#A39042
(163,144,66)
#AB9A53
(171,154,83)
#B3A464
(179,164,100)
#BBAE75
(187,174,117)
#C3B886
(195,184,134)
#CBC297
(203,194,151)
#D3CCA8
(211,204,168)
#DBD6B9
(219,214,185)
#E3E0CA
(227,224,202)
#EBEADB
(235,234,219)
#F3F4EC
(243,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A39042 color. Also use rgb(163,144,66) instead hex code.

Text Font Color

.myTextColor { color: #A39042; }

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

This text font color is #A39042.


Background Color

.myBgColor { background-color: #A39042; }

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

This div background color is #A39042.


Border color

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

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

This div border color is #A39042.


Opacity

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

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

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

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

This text has shadow with #A39042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39042 on black background.


Color preview on white background

This text has color #A39042 on white background.



Black color preview on #A39042 background

This text has black color on #A39042 background.


White color preview on #A39042 background

This text has white color on #A39042 background.