COLOR #A38F68

HEX: #A38F68
RGB: (163,143,104)

Color info

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

RGB color model

#A38F68 color RGB value is (163,143,104).

  • red value is 163;
  • green value is 143;
  • blue value is 104.
RGB:
(163,143,104)
(64%,56%,41%)

RGB channels and saturation

R 163 of 255 = 64%
G 143 of 255 = 56%
B 104 of 255 = 41%

163
143
104

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

Portions of RGB colors in percentages

R + G + B =
163 + 143 + 104 = 410 (100%)
R 163 of 410 ~ 39.76%
G 143 of 410 ~ 34.88%
B 104 of 410 ~ 25.37%

%39.76
%34.88
%25.37

CMYK color model

#A38F68 color CMYK value is (0,12,36,36).

  • cyan value is 0.00%
  • magenta value is 12.27%
  • yellow value is 36.20%
  • key color value is 36.08%
CMYK:
(0,12,36,36)
C0M12Y36K36 
(0%,12%,36%,36%)
(0.00/0.12/0.36/0.36)	

CMYK percentages

%0
%12.27
%36.2
%36.08

Codes

Color #A38F68 in popluar color models

A38F68
RGB163143104
HSL40°24.28%52.35%
HSB/HSV40°36.20%63.92%
CMYK0.00%12.27%36.20%
36.08%

Color #A38F68 in popluar number systems.

HEXA38F68
Decimal163143104
Binary10100011100011111101000
Octal243217150

Shades and tints

Shades of #A38F68

#A38F68
(163,143,104)
#95825F
(149,130,95)
#877556
(135,117,86)
#79684D
(121,104,77)
#6B5B44
(107,91,68)
#5D4E3B
(93,78,59)
#4F4132
(79,65,50)
#413429
(65,52,41)
#332720
(51,39,32)
#251A17
(37,26,23)
#170D0E
(23,13,14)
#000000
(0,0,0)

Tints of #A38F68

#A38F68
(163,143,104)
#AB9975
(171,153,117)
#B3A382
(179,163,130)
#BBAD8F
(187,173,143)
#C3B79C
(195,183,156)
#CBC1A9
(203,193,169)
#D3CBB6
(211,203,182)
#DBD5C3
(219,213,195)
#E3DFD0
(227,223,208)
#EBE9DD
(235,233,221)
#F3F3EA
(243,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38F68 color. Also use rgb(163,143,104) instead hex code.

Text Font Color

.myTextColor { color: #A38F68; }

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

This text font color is #A38F68.


Background Color

.myBgColor { background-color: #A38F68; }

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

This div background color is #A38F68.


Border color

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

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

This div border color is #A38F68.


Opacity

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

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

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

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

This text has shadow with #A38F68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38F68 on black background.


Color preview on white background

This text has color #A38F68 on white background.



Black color preview on #A38F68 background

This text has black color on #A38F68 background.


White color preview on #A38F68 background

This text has white color on #A38F68 background.