COLOR #A38A5A

HEX: #A38A5A
RGB: (163,138,90)

Color info

#A38A5A contains mainly red and green colors. Web safe color of #A38A5A is #999966 (or #996).

RGB color model

#A38A5A color RGB value is (163,138,90).

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

RGB channels and saturation

R 163 of 255 = 64%
G 138 of 255 = 54%
B 90 of 255 = 35%

163
138
90

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

Portions of RGB colors in percentages

R + G + B =
163 + 138 + 90 = 391 (100%)
R 163 of 391 ~ 41.69%
G 138 of 391 ~ 35.29%
B 90 of 391 ~ 23.02%

%41.69
%35.29
%23.02

CMYK color model

#A38A5A color CMYK value is (0,15,45,36).

  • cyan value is 0.00%
  • magenta value is 15.34%
  • yellow value is 44.79%
  • key color value is 36.08%
CMYK:
(0,15,45,36)
C0M15Y45K36 
(0%,15%,45%,36%)
(0.00/0.15/0.45/0.36)	

CMYK percentages

%0
%15.34
%44.79
%36.08

Codes

Color #A38A5A in popluar color models

A38A5A
RGB16313890
HSL39°28.85%49.61%
HSB/HSV39°44.79%63.92%
CMYK0.00%15.34%44.79%
36.08%

Color #A38A5A in popluar number systems.

HEXA38A5A
Decimal16313890
Binary10100011100010101011010
Octal243212132

Shades and tints

Shades of #A38A5A

#A38A5A
(163,138,90)
#957E52
(149,126,82)
#87724A
(135,114,74)
#796642
(121,102,66)
#6B5A3A
(107,90,58)
#5D4E32
(93,78,50)
#4F422A
(79,66,42)
#413622
(65,54,34)
#332A1A
(51,42,26)
#251E12
(37,30,18)
#17120A
(23,18,10)
#000000
(0,0,0)

Tints of #A38A5A

#A38A5A
(163,138,90)
#AB9469
(171,148,105)
#B39E78
(179,158,120)
#BBA887
(187,168,135)
#C3B296
(195,178,150)
#CBBCA5
(203,188,165)
#D3C6B4
(211,198,180)
#DBD0C3
(219,208,195)
#E3DAD2
(227,218,210)
#EBE4E1
(235,228,225)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38A5A; }

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

This text font color is #A38A5A.


Background Color

.myBgColor { background-color: #A38A5A; }

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

This div background color is #A38A5A.


Border color

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

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

This div border color is #A38A5A.


Opacity

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

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

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

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

This text has shadow with #A38A5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38A5A on black background.


Color preview on white background

This text has color #A38A5A on white background.



Black color preview on #A38A5A background

This text has black color on #A38A5A background.


White color preview on #A38A5A background

This text has white color on #A38A5A background.