COLOR #A38442

HEX: #A38442
RGB: (163,132,66)

Color info

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

RGB color model

#A38442 color RGB value is (163,132,66).

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

RGB channels and saturation

R 163 of 255 = 64%
G 132 of 255 = 52%
B 66 of 255 = 26%

163
132
66

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

Portions of RGB colors in percentages

R + G + B =
163 + 132 + 66 = 361 (100%)
R 163 of 361 ~ 45.15%
G 132 of 361 ~ 36.57%
B 66 of 361 ~ 18.28%

%45.15
%36.57
%18.28

CMYK color model

#A38442 color CMYK value is (0,19,60,36).

  • cyan value is 0.00%
  • magenta value is 19.02%
  • yellow value is 59.51%
  • key color value is 36.08%
CMYK:
(0,19,60,36)
C0M19Y60K36 
(0%,19%,60%,36%)
(0.00/0.19/0.60/0.36)	

CMYK percentages

%0
%19.02
%59.51
%36.08

Codes

Color #A38442 in popluar color models

A38442
RGB16313266
HSL41°42.36%44.90%
HSB/HSV41°59.51%63.92%
CMYK0.00%19.02%59.51%
36.08%

Color #A38442 in popluar number systems.

HEXA38442
Decimal16313266
Binary10100011100001001000010
Octal243204102

Shades and tints

Shades of #A38442

#A38442
(163,132,66)
#95783C
(149,120,60)
#876C36
(135,108,54)
#796030
(121,96,48)
#6B542A
(107,84,42)
#5D4824
(93,72,36)
#4F3C1E
(79,60,30)
#413018
(65,48,24)
#332412
(51,36,18)
#25180C
(37,24,12)
#170C06
(23,12,6)
#000000
(0,0,0)

Tints of #A38442

#A38442
(163,132,66)
#AB8F53
(171,143,83)
#B39A64
(179,154,100)
#BBA575
(187,165,117)
#C3B086
(195,176,134)
#CBBB97
(203,187,151)
#D3C6A8
(211,198,168)
#DBD1B9
(219,209,185)
#E3DCCA
(227,220,202)
#EBE7DB
(235,231,219)
#F3F2EC
(243,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38442; }

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

This text font color is #A38442.


Background Color

.myBgColor { background-color: #A38442; }

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

This div background color is #A38442.


Border color

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

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

This div border color is #A38442.


Opacity

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

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

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

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

This text has shadow with #A38442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38442 on black background.


Color preview on white background

This text has color #A38442 on white background.



Black color preview on #A38442 background

This text has black color on #A38442 background.


White color preview on #A38442 background

This text has white color on #A38442 background.