COLOR #A0682F

HEX: #A0682F
RGB: (160,104,47)

Color info

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

RGB color model

#A0682F color RGB value is (160,104,47).

  • red value is 160;
  • green value is 104;
  • blue value is 47.
RGB:
(160,104,47)
(63%,41%,18%)

RGB channels and saturation

R 160 of 255 = 63%
G 104 of 255 = 41%
B 47 of 255 = 18%

160
104
47

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

Portions of RGB colors in percentages

R + G + B =
160 + 104 + 47 = 311 (100%)
R 160 of 311 ~ 51.45%
G 104 of 311 ~ 33.44%
B 47 of 311 ~ 15.11%

%51.45
%33.44
%15.11

CMYK color model

#A0682F color CMYK value is (0,35,71,37).

  • cyan value is 0.00%
  • magenta value is 35.00%
  • yellow value is 70.63%
  • key color value is 37.25%
CMYK:
(0,35,71,37)
C0M35Y71K37 
(0%,35%,71%,37%)
(0.00/0.35/0.71/0.37)	

CMYK percentages

%0
%35
%70.63
%37.25

Codes

Color #A0682F in popluar color models

A0682F
RGB16010447
HSL30°54.59%40.59%
HSB/HSV30°70.63%62.75%
CMYK0.00%35.00%70.63%
37.25%

Color #A0682F in popluar number systems.

HEXA0682F
Decimal16010447
Binary101000001101000101111
Octal24015057

Shades and tints

Shades of #A0682F

#A0682F
(160,104,47)
#925F2B
(146,95,43)
#845627
(132,86,39)
#764D23
(118,77,35)
#68441F
(104,68,31)
#5A3B1B
(90,59,27)
#4C3217
(76,50,23)
#3E2913
(62,41,19)
#30200F
(48,32,15)
#22170B
(34,23,11)
#140E07
(20,14,7)
#000000
(0,0,0)

Tints of #A0682F

#A0682F
(160,104,47)
#A87541
(168,117,65)
#B08253
(176,130,83)
#B88F65
(184,143,101)
#C09C77
(192,156,119)
#C8A989
(200,169,137)
#D0B69B
(208,182,155)
#D8C3AD
(216,195,173)
#E0D0BF
(224,208,191)
#E8DDD1
(232,221,209)
#F0EAE3
(240,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0682F color. Also use rgb(160,104,47) instead hex code.

Text Font Color

.myTextColor { color: #A0682F; }

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

This text font color is #A0682F.


Background Color

.myBgColor { background-color: #A0682F; }

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

This div background color is #A0682F.


Border color

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

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

This div border color is #A0682F.


Opacity

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

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

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

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

This text has shadow with #A0682F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0682F on black background.


Color preview on white background

This text has color #A0682F on white background.



Black color preview on #A0682F background

This text has black color on #A0682F background.


White color preview on #A0682F background

This text has white color on #A0682F background.