COLOR #A38075

HEX: #A38075
RGB: (163,128,117)

Color info

#A38075 contains red, green and blue colors in about the same proportion. Web safe color of #A38075 is #996666 (or #966).

RGB color model

#A38075 color RGB value is (163,128,117).

  • red value is 163;
  • green value is 128;
  • blue value is 117.
RGB:
(163,128,117)
(64%,50%,46%)

RGB channels and saturation

R 163 of 255 = 64%
G 128 of 255 = 50%
B 117 of 255 = 46%

163
128
117

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

Portions of RGB colors in percentages

R + G + B =
163 + 128 + 117 = 408 (100%)
R 163 of 408 ~ 39.95%
G 128 of 408 ~ 31.37%
B 117 of 408 ~ 28.68%

%39.95
%31.37
%28.68

CMYK color model

#A38075 color CMYK value is (0,21,28,36).

  • cyan value is 0.00%
  • magenta value is 21.47%
  • yellow value is 28.22%
  • key color value is 36.08%
CMYK:
(0,21,28,36)
C0M21Y28K36 
(0%,21%,28%,36%)
(0.00/0.21/0.28/0.36)	

CMYK percentages

%0
%21.47
%28.22
%36.08

Codes

Color #A38075 in popluar color models

A38075
RGB163128117
HSL14°20.00%54.90%
HSB/HSV14°28.22%63.92%
CMYK0.00%21.47%28.22%
36.08%

Color #A38075 in popluar number systems.

HEXA38075
Decimal163128117
Binary10100011100000001110101
Octal243200165

Shades and tints

Shades of #A38075

#A38075
(163,128,117)
#95756B
(149,117,107)
#876A61
(135,106,97)
#795F57
(121,95,87)
#6B544D
(107,84,77)
#5D4943
(93,73,67)
#4F3E39
(79,62,57)
#41332F
(65,51,47)
#332825
(51,40,37)
#251D1B
(37,29,27)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #A38075

#A38075
(163,128,117)
#AB8B81
(171,139,129)
#B3968D
(179,150,141)
#BBA199
(187,161,153)
#C3ACA5
(195,172,165)
#CBB7B1
(203,183,177)
#D3C2BD
(211,194,189)
#DBCDC9
(219,205,201)
#E3D8D5
(227,216,213)
#EBE3E1
(235,227,225)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38075 color. Also use rgb(163,128,117) instead hex code.

Text Font Color

.myTextColor { color: #A38075; }

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

This text font color is #A38075.


Background Color

.myBgColor { background-color: #A38075; }

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

This div background color is #A38075.


Border color

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

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

This div border color is #A38075.


Opacity

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

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

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

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

This text has shadow with #A38075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38075 on black background.


Color preview on white background

This text has color #A38075 on white background.



Black color preview on #A38075 background

This text has black color on #A38075 background.


White color preview on #A38075 background

This text has white color on #A38075 background.