COLOR #A06C40

HEX: #A06C40
RGB: (160,108,64)

Color info

#A06C40 contains mainly red and green colors. Web safe color of #A06C40 is #996633 (or #963).

RGB color model

#A06C40 color RGB value is (160,108,64).

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

RGB channels and saturation

R 160 of 255 = 63%
G 108 of 255 = 42%
B 64 of 255 = 25%

160
108
64

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

Portions of RGB colors in percentages

R + G + B =
160 + 108 + 64 = 332 (100%)
R 160 of 332 ~ 48.19%
G 108 of 332 ~ 32.53%
B 64 of 332 ~ 19.28%

%48.19
%32.53
%19.28

CMYK color model

#A06C40 color CMYK value is (0,33,60,37).

  • cyan value is 0.00%
  • magenta value is 32.50%
  • yellow value is 60.00%
  • key color value is 37.25%
CMYK:
(0,33,60,37)
C0M33Y60K37 
(0%,33%,60%,37%)
(0.00/0.33/0.60/0.37)	

CMYK percentages

%0
%32.5
%60
%37.25

Codes

Color #A06C40 in popluar color models

A06C40
RGB16010864
HSL28°42.86%43.92%
HSB/HSV28°60.00%62.75%
CMYK0.00%32.50%60.00%
37.25%

Color #A06C40 in popluar number systems.

HEXA06C40
Decimal16010864
Binary1010000011011001000000
Octal240154100

Shades and tints

Shades of #A06C40

#A06C40
(160,108,64)
#92633B
(146,99,59)
#845A36
(132,90,54)
#765131
(118,81,49)
#68482C
(104,72,44)
#5A3F27
(90,63,39)
#4C3622
(76,54,34)
#3E2D1D
(62,45,29)
#302418
(48,36,24)
#221B13
(34,27,19)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #A06C40

#A06C40
(160,108,64)
#A87951
(168,121,81)
#B08662
(176,134,98)
#B89373
(184,147,115)
#C0A084
(192,160,132)
#C8AD95
(200,173,149)
#D0BAA6
(208,186,166)
#D8C7B7
(216,199,183)
#E0D4C8
(224,212,200)
#E8E1D9
(232,225,217)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06C40; }

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

This text font color is #A06C40.


Background Color

.myBgColor { background-color: #A06C40; }

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

This div background color is #A06C40.


Border color

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

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

This div border color is #A06C40.


Opacity

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

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

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

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

This text has shadow with #A06C40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06C40 on black background.


Color preview on white background

This text has color #A06C40 on white background.



Black color preview on #A06C40 background

This text has black color on #A06C40 background.


White color preview on #A06C40 background

This text has white color on #A06C40 background.