COLOR #A38A6E

HEX: #A38A6E
RGB: (163,138,110)

Color info

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

RGB color model

#A38A6E color RGB value is (163,138,110).

  • red value is 163;
  • green value is 138;
  • blue value is 110.
RGB:
(163,138,110)
(64%,54%,43%)

RGB channels and saturation

R 163 of 255 = 64%
G 138 of 255 = 54%
B 110 of 255 = 43%

163
138
110

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

Portions of RGB colors in percentages

R + G + B =
163 + 138 + 110 = 411 (100%)
R 163 of 411 ~ 39.66%
G 138 of 411 ~ 33.58%
B 110 of 411 ~ 26.76%

%39.66
%33.58
%26.76

CMYK color model

#A38A6E color CMYK value is (0,15,33,36).

  • cyan value is 0.00%
  • magenta value is 15.34%
  • yellow value is 32.52%
  • key color value is 36.08%
CMYK:
(0,15,33,36)
C0M15Y33K36 
(0%,15%,33%,36%)
(0.00/0.15/0.33/0.36)	

CMYK percentages

%0
%15.34
%32.52
%36.08

Codes

Color #A38A6E in popluar color models

A38A6E
RGB163138110
HSL32°22.36%53.53%
HSB/HSV32°32.52%63.92%
CMYK0.00%15.34%32.52%
36.08%

Color #A38A6E in popluar number systems.

HEXA38A6E
Decimal163138110
Binary10100011100010101101110
Octal243212156

Shades and tints

Shades of #A38A6E

#A38A6E
(163,138,110)
#957E64
(149,126,100)
#87725A
(135,114,90)
#796650
(121,102,80)
#6B5A46
(107,90,70)
#5D4E3C
(93,78,60)
#4F4232
(79,66,50)
#413628
(65,54,40)
#332A1E
(51,42,30)
#251E14
(37,30,20)
#17120A
(23,18,10)
#000000
(0,0,0)

Tints of #A38A6E

#A38A6E
(163,138,110)
#AB947B
(171,148,123)
#B39E88
(179,158,136)
#BBA895
(187,168,149)
#C3B2A2
(195,178,162)
#CBBCAF
(203,188,175)
#D3C6BC
(211,198,188)
#DBD0C9
(219,208,201)
#E3DAD6
(227,218,214)
#EBE4E3
(235,228,227)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38A6E color. Also use rgb(163,138,110) instead hex code.

Text Font Color

.myTextColor { color: #A38A6E; }

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

This text font color is #A38A6E.


Background Color

.myBgColor { background-color: #A38A6E; }

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

This div background color is #A38A6E.


Border color

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

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

This div border color is #A38A6E.


Opacity

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

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

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

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

This text has shadow with #A38A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38A6E on black background.


Color preview on white background

This text has color #A38A6E on white background.



Black color preview on #A38A6E background

This text has black color on #A38A6E background.


White color preview on #A38A6E background

This text has white color on #A38A6E background.