COLOR #A38571

HEX: #A38571
RGB: (163,133,113)

Color info

#A38571 contains red, green and blue colors in about the same proportion. Web safe color of #A38571 is #999966 (or #996).

RGB color model

#A38571 color RGB value is (163,133,113).

  • red value is 163;
  • green value is 133;
  • blue value is 113.
RGB:
(163,133,113)
(64%,52%,44%)

RGB channels and saturation

R 163 of 255 = 64%
G 133 of 255 = 52%
B 113 of 255 = 44%

163
133
113

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

Portions of RGB colors in percentages

R + G + B =
163 + 133 + 113 = 409 (100%)
R 163 of 409 ~ 39.85%
G 133 of 409 ~ 32.52%
B 113 of 409 ~ 27.63%

%39.85
%32.52
%27.63

CMYK color model

#A38571 color CMYK value is (0,18,31,36).

  • cyan value is 0.00%
  • magenta value is 18.40%
  • yellow value is 30.67%
  • key color value is 36.08%
CMYK:
(0,18,31,36)
C0M18Y31K36 
(0%,18%,31%,36%)
(0.00/0.18/0.31/0.36)	

CMYK percentages

%0
%18.4
%30.67
%36.08

Codes

Color #A38571 in popluar color models

A38571
RGB163133113
HSL24°21.37%54.12%
HSB/HSV24°30.67%63.92%
CMYK0.00%18.40%30.67%
36.08%

Color #A38571 in popluar number systems.

HEXA38571
Decimal163133113
Binary10100011100001011110001
Octal243205161

Shades and tints

Shades of #A38571

#A38571
(163,133,113)
#957967
(149,121,103)
#876D5D
(135,109,93)
#796153
(121,97,83)
#6B5549
(107,85,73)
#5D493F
(93,73,63)
#4F3D35
(79,61,53)
#41312B
(65,49,43)
#332521
(51,37,33)
#251917
(37,25,23)
#170D0D
(23,13,13)
#000000
(0,0,0)

Tints of #A38571

#A38571
(163,133,113)
#AB907D
(171,144,125)
#B39B89
(179,155,137)
#BBA695
(187,166,149)
#C3B1A1
(195,177,161)
#CBBCAD
(203,188,173)
#D3C7B9
(211,199,185)
#DBD2C5
(219,210,197)
#E3DDD1
(227,221,209)
#EBE8DD
(235,232,221)
#F3F3E9
(243,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38571 color. Also use rgb(163,133,113) instead hex code.

Text Font Color

.myTextColor { color: #A38571; }

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

This text font color is #A38571.


Background Color

.myBgColor { background-color: #A38571; }

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

This div background color is #A38571.


Border color

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

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

This div border color is #A38571.


Opacity

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

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

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

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

This text has shadow with #A38571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38571 on black background.


Color preview on white background

This text has color #A38571 on white background.



Black color preview on #A38571 background

This text has black color on #A38571 background.


White color preview on #A38571 background

This text has white color on #A38571 background.