COLOR #A06040

HEX: #A06040
RGB: (160,96,64)

Color info

#A06040 contains mainly red color. Web safe color of #A06040 is #996633 (or #963).

RGB color model

#A06040 color RGB value is (160,96,64).

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

RGB channels and saturation

R 160 of 255 = 63%
G 96 of 255 = 38%
B 64 of 255 = 25%

160
96
64

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

Portions of RGB colors in percentages

R + G + B =
160 + 96 + 64 = 320 (100%)
R 160 of 320 ~ 50%
G 96 of 320 ~ 30%
B 64 of 320 ~ 20%

%50
%30
%20

CMYK color model

#A06040 color CMYK value is (0,40,60,37).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 60.00%
  • key color value is 37.25%
CMYK:
(0,40,60,37)
C0M40Y60K37 
(0%,40%,60%,37%)
(0.00/0.40/0.60/0.37)	

CMYK percentages

%0
%40
%60
%37.25

Codes

Color #A06040 in popluar color models

A06040
RGB1609664
HSL20°42.86%43.92%
HSB/HSV20°60.00%62.75%
CMYK0.00%40.00%60.00%
37.25%

Color #A06040 in popluar number systems.

HEXA06040
Decimal1609664
Binary1010000011000001000000
Octal240140100

Shades and tints

Shades of #A06040

#A06040
(160,96,64)
#92583B
(146,88,59)
#845036
(132,80,54)
#764831
(118,72,49)
#68402C
(104,64,44)
#5A3827
(90,56,39)
#4C3022
(76,48,34)
#3E281D
(62,40,29)
#302018
(48,32,24)
#221813
(34,24,19)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #A06040

#A06040
(160,96,64)
#A86E51
(168,110,81)
#B07C62
(176,124,98)
#B88A73
(184,138,115)
#C09884
(192,152,132)
#C8A695
(200,166,149)
#D0B4A6
(208,180,166)
#D8C2B7
(216,194,183)
#E0D0C8
(224,208,200)
#E8DED9
(232,222,217)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06040; }

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

This text font color is #A06040.


Background Color

.myBgColor { background-color: #A06040; }

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

This div background color is #A06040.


Border color

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

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

This div border color is #A06040.


Opacity

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

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

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

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

This text has shadow with #A06040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06040 on black background.


Color preview on white background

This text has color #A06040 on white background.



Black color preview on #A06040 background

This text has black color on #A06040 background.


White color preview on #A06040 background

This text has white color on #A06040 background.