COLOR #A07256

HEX: #A07256
RGB: (160,114,86)

Color info

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

RGB color model

#A07256 color RGB value is (160,114,86).

  • red value is 160;
  • green value is 114;
  • blue value is 86.
RGB:
(160,114,86)
(63%,45%,34%)

RGB channels and saturation

R 160 of 255 = 63%
G 114 of 255 = 45%
B 86 of 255 = 34%

160
114
86

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

Portions of RGB colors in percentages

R + G + B =
160 + 114 + 86 = 360 (100%)
R 160 of 360 ~ 44.44%
G 114 of 360 ~ 31.67%
B 86 of 360 ~ 23.89%

%44.44
%31.67
%23.89

CMYK color model

#A07256 color CMYK value is (0,29,46,37).

  • cyan value is 0.00%
  • magenta value is 28.75%
  • yellow value is 46.25%
  • key color value is 37.25%
CMYK:
(0,29,46,37)
C0M29Y46K37 
(0%,29%,46%,37%)
(0.00/0.29/0.46/0.37)	

CMYK percentages

%0
%28.75
%46.25
%37.25

Codes

Color #A07256 in popluar color models

A07256
RGB16011486
HSL23°30.08%48.24%
HSB/HSV23°46.25%62.75%
CMYK0.00%28.75%46.25%
37.25%

Color #A07256 in popluar number systems.

HEXA07256
Decimal16011486
Binary1010000011100101010110
Octal240162126

Shades and tints

Shades of #A07256

#A07256
(160,114,86)
#92684F
(146,104,79)
#845E48
(132,94,72)
#765441
(118,84,65)
#684A3A
(104,74,58)
#5A4033
(90,64,51)
#4C362C
(76,54,44)
#3E2C25
(62,44,37)
#30221E
(48,34,30)
#221817
(34,24,23)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #A07256

#A07256
(160,114,86)
#A87E65
(168,126,101)
#B08A74
(176,138,116)
#B89683
(184,150,131)
#C0A292
(192,162,146)
#C8AEA1
(200,174,161)
#D0BAB0
(208,186,176)
#D8C6BF
(216,198,191)
#E0D2CE
(224,210,206)
#E8DEDD
(232,222,221)
#F0EAEC
(240,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A07256 color. Also use rgb(160,114,86) instead hex code.

Text Font Color

.myTextColor { color: #A07256; }

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

This text font color is #A07256.


Background Color

.myBgColor { background-color: #A07256; }

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

This div background color is #A07256.


Border color

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

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

This div border color is #A07256.


Opacity

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

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

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

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

This text has shadow with #A07256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07256 on black background.


Color preview on white background

This text has color #A07256 on white background.



Black color preview on #A07256 background

This text has black color on #A07256 background.


White color preview on #A07256 background

This text has white color on #A07256 background.