COLOR #A06C5F

HEX: #A06C5F
RGB: (160,108,95)

Color info

#A06C5F contains mainly red and green colors. Web safe color of #A06C5F is #996666 (or #966).

RGB color model

#A06C5F color RGB value is (160,108,95).

  • red value is 160;
  • green value is 108;
  • blue value is 95.
RGB:
(160,108,95)
(63%,42%,37%)

RGB channels and saturation

R 160 of 255 = 63%
G 108 of 255 = 42%
B 95 of 255 = 37%

160
108
95

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

Portions of RGB colors in percentages

R + G + B =
160 + 108 + 95 = 363 (100%)
R 160 of 363 ~ 44.08%
G 108 of 363 ~ 29.75%
B 95 of 363 ~ 26.17%

%44.08
%29.75
%26.17

CMYK color model

#A06C5F color CMYK value is (0,33,41,37).

  • cyan value is 0.00%
  • magenta value is 32.50%
  • yellow value is 40.63%
  • key color value is 37.25%
CMYK:
(0,33,41,37)
C0M33Y41K37 
(0%,33%,41%,37%)
(0.00/0.33/0.41/0.37)	

CMYK percentages

%0
%32.5
%40.63
%37.25

Codes

Color #A06C5F in popluar color models

A06C5F
RGB16010895
HSL12°25.49%50.00%
HSB/HSV12°40.63%62.75%
CMYK0.00%32.50%40.63%
37.25%

Color #A06C5F in popluar number systems.

HEXA06C5F
Decimal16010895
Binary1010000011011001011111
Octal240154137

Shades and tints

Shades of #A06C5F

#A06C5F
(160,108,95)
#926357
(146,99,87)
#845A4F
(132,90,79)
#765147
(118,81,71)
#68483F
(104,72,63)
#5A3F37
(90,63,55)
#4C362F
(76,54,47)
#3E2D27
(62,45,39)
#30241F
(48,36,31)
#221B17
(34,27,23)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #A06C5F

#A06C5F
(160,108,95)
#A8796D
(168,121,109)
#B0867B
(176,134,123)
#B89389
(184,147,137)
#C0A097
(192,160,151)
#C8ADA5
(200,173,165)
#D0BAB3
(208,186,179)
#D8C7C1
(216,199,193)
#E0D4CF
(224,212,207)
#E8E1DD
(232,225,221)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A06C5F color. Also use rgb(160,108,95) instead hex code.

Text Font Color

.myTextColor { color: #A06C5F; }

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

This text font color is #A06C5F.


Background Color

.myBgColor { background-color: #A06C5F; }

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

This div background color is #A06C5F.


Border color

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

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

This div border color is #A06C5F.


Opacity

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

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

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

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

This text has shadow with #A06C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06C5F on black background.


Color preview on white background

This text has color #A06C5F on white background.



Black color preview on #A06C5F background

This text has black color on #A06C5F background.


White color preview on #A06C5F background

This text has white color on #A06C5F background.