COLOR #A38F2A

HEX: #A38F2A
RGB: (163,143,42)

Color info

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

RGB color model

#A38F2A color RGB value is (163,143,42).

  • red value is 163;
  • green value is 143;
  • blue value is 42.
RGB:
(163,143,42)
(64%,56%,16%)

RGB channels and saturation

R 163 of 255 = 64%
G 143 of 255 = 56%
B 42 of 255 = 16%

163
143
42

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

Portions of RGB colors in percentages

R + G + B =
163 + 143 + 42 = 348 (100%)
R 163 of 348 ~ 46.84%
G 143 of 348 ~ 41.09%
B 42 of 348 ~ 12.07%

%46.84
%41.09
%12.07

CMYK color model

#A38F2A color CMYK value is (0,12,74,36).

  • cyan value is 0.00%
  • magenta value is 12.27%
  • yellow value is 74.23%
  • key color value is 36.08%
CMYK:
(0,12,74,36)
C0M12Y74K36 
(0%,12%,74%,36%)
(0.00/0.12/0.74/0.36)	

CMYK percentages

%0
%12.27
%74.23
%36.08

Codes

Color #A38F2A in popluar color models

A38F2A
RGB16314342
HSL50°59.02%40.20%
HSB/HSV50°74.23%63.92%
CMYK0.00%12.27%74.23%
36.08%

Color #A38F2A in popluar number systems.

HEXA38F2A
Decimal16314342
Binary1010001110001111101010
Octal24321752

Shades and tints

Shades of #A38F2A

#A38F2A
(163,143,42)
#958227
(149,130,39)
#877524
(135,117,36)
#796821
(121,104,33)
#6B5B1E
(107,91,30)
#5D4E1B
(93,78,27)
#4F4118
(79,65,24)
#413415
(65,52,21)
#332712
(51,39,18)
#251A0F
(37,26,15)
#170D0C
(23,13,12)
#000000
(0,0,0)

Tints of #A38F2A

#A38F2A
(163,143,42)
#AB993D
(171,153,61)
#B3A350
(179,163,80)
#BBAD63
(187,173,99)
#C3B776
(195,183,118)
#CBC189
(203,193,137)
#D3CB9C
(211,203,156)
#DBD5AF
(219,213,175)
#E3DFC2
(227,223,194)
#EBE9D5
(235,233,213)
#F3F3E8
(243,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38F2A color. Also use rgb(163,143,42) instead hex code.

Text Font Color

.myTextColor { color: #A38F2A; }

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

This text font color is #A38F2A.


Background Color

.myBgColor { background-color: #A38F2A; }

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

This div background color is #A38F2A.


Border color

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

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

This div border color is #A38F2A.


Opacity

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

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

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

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

This text has shadow with #A38F2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38F2A on black background.


Color preview on white background

This text has color #A38F2A on white background.



Black color preview on #A38F2A background

This text has black color on #A38F2A background.


White color preview on #A38F2A background

This text has white color on #A38F2A background.