COLOR #A38572

HEX: #A38572
RGB: (163,133,114)

Color info

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

RGB color model

#A38572 color RGB value is (163,133,114).

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

RGB channels and saturation

R 163 of 255 = 64%
G 133 of 255 = 52%
B 114 of 255 = 45%

163
133
114

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

Portions of RGB colors in percentages

R + G + B =
163 + 133 + 114 = 410 (100%)
R 163 of 410 ~ 39.76%
G 133 of 410 ~ 32.44%
B 114 of 410 ~ 27.8%

%39.76
%32.44
%27.8

CMYK color model

#A38572 color CMYK value is (0,18,30,36).

  • cyan value is 0.00%
  • magenta value is 18.40%
  • yellow value is 30.06%
  • key color value is 36.08%
CMYK:
(0,18,30,36)
C0M18Y30K36 
(0%,18%,30%,36%)
(0.00/0.18/0.30/0.36)	

CMYK percentages

%0
%18.4
%30.06
%36.08

Codes

Color #A38572 in popluar color models

A38572
RGB163133114
HSL23°21.03%54.31%
HSB/HSV23°30.06%63.92%
CMYK0.00%18.40%30.06%
36.08%

Color #A38572 in popluar number systems.

HEXA38572
Decimal163133114
Binary10100011100001011110010
Octal243205162

Shades and tints

Shades of #A38572

#A38572
(163,133,114)
#957968
(149,121,104)
#876D5E
(135,109,94)
#796154
(121,97,84)
#6B554A
(107,85,74)
#5D4940
(93,73,64)
#4F3D36
(79,61,54)
#41312C
(65,49,44)
#332522
(51,37,34)
#251918
(37,25,24)
#170D0E
(23,13,14)
#000000
(0,0,0)

Tints of #A38572

#A38572
(163,133,114)
#AB907E
(171,144,126)
#B39B8A
(179,155,138)
#BBA696
(187,166,150)
#C3B1A2
(195,177,162)
#CBBCAE
(203,188,174)
#D3C7BA
(211,199,186)
#DBD2C6
(219,210,198)
#E3DDD2
(227,221,210)
#EBE8DE
(235,232,222)
#F3F3EA
(243,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38572; }

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

This text font color is #A38572.


Background Color

.myBgColor { background-color: #A38572; }

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

This div background color is #A38572.


Border color

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

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

This div border color is #A38572.


Opacity

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

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

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

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

This text has shadow with #A38572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38572 on black background.


Color preview on white background

This text has color #A38572 on white background.



Black color preview on #A38572 background

This text has black color on #A38572 background.


White color preview on #A38572 background

This text has white color on #A38572 background.