COLOR #A38577

HEX: #A38577
RGB: (163,133,119)

Color info

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

RGB color model

#A38577 color RGB value is (163,133,119).

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

RGB channels and saturation

R 163 of 255 = 64%
G 133 of 255 = 52%
B 119 of 255 = 47%

163
133
119

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

Portions of RGB colors in percentages

R + G + B =
163 + 133 + 119 = 415 (100%)
R 163 of 415 ~ 39.28%
G 133 of 415 ~ 32.05%
B 119 of 415 ~ 28.67%

%39.28
%32.05
%28.67

CMYK color model

#A38577 color CMYK value is (0,18,27,36).

  • cyan value is 0.00%
  • magenta value is 18.40%
  • yellow value is 26.99%
  • key color value is 36.08%
CMYK:
(0,18,27,36)
C0M18Y27K36 
(0%,18%,27%,36%)
(0.00/0.18/0.27/0.36)	

CMYK percentages

%0
%18.4
%26.99
%36.08

Codes

Color #A38577 in popluar color models

A38577
RGB163133119
HSL19°19.30%55.29%
HSB/HSV19°26.99%63.92%
CMYK0.00%18.40%26.99%
36.08%

Color #A38577 in popluar number systems.

HEXA38577
Decimal163133119
Binary10100011100001011110111
Octal243205167

Shades and tints

Shades of #A38577

#A38577
(163,133,119)
#95796D
(149,121,109)
#876D63
(135,109,99)
#796159
(121,97,89)
#6B554F
(107,85,79)
#5D4945
(93,73,69)
#4F3D3B
(79,61,59)
#413131
(65,49,49)
#332527
(51,37,39)
#25191D
(37,25,29)
#170D13
(23,13,19)
#000000
(0,0,0)

Tints of #A38577

#A38577
(163,133,119)
#AB9083
(171,144,131)
#B39B8F
(179,155,143)
#BBA69B
(187,166,155)
#C3B1A7
(195,177,167)
#CBBCB3
(203,188,179)
#D3C7BF
(211,199,191)
#DBD2CB
(219,210,203)
#E3DDD7
(227,221,215)
#EBE8E3
(235,232,227)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38577; }

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

This text font color is #A38577.


Background Color

.myBgColor { background-color: #A38577; }

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

This div background color is #A38577.


Border color

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

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

This div border color is #A38577.


Opacity

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

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

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

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

This text has shadow with #A38577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38577 on black background.


Color preview on white background

This text has color #A38577 on white background.



Black color preview on #A38577 background

This text has black color on #A38577 background.


White color preview on #A38577 background

This text has white color on #A38577 background.