COLOR #A07649

HEX: #A07649
RGB: (160,118,73)

Color info

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

RGB color model

#A07649 color RGB value is (160,118,73).

  • red value is 160;
  • green value is 118;
  • blue value is 73.
RGB:
(160,118,73)
(63%,46%,29%)

RGB channels and saturation

R 160 of 255 = 63%
G 118 of 255 = 46%
B 73 of 255 = 29%

160
118
73

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

Portions of RGB colors in percentages

R + G + B =
160 + 118 + 73 = 351 (100%)
R 160 of 351 ~ 45.58%
G 118 of 351 ~ 33.62%
B 73 of 351 ~ 20.8%

%45.58
%33.62
%20.8

CMYK color model

#A07649 color CMYK value is (0,26,54,37).

  • cyan value is 0.00%
  • magenta value is 26.25%
  • yellow value is 54.38%
  • key color value is 37.25%
CMYK:
(0,26,54,37)
C0M26Y54K37 
(0%,26%,54%,37%)
(0.00/0.26/0.54/0.37)	

CMYK percentages

%0
%26.25
%54.38
%37.25

Codes

Color #A07649 in popluar color models

A07649
RGB16011873
HSL31°37.34%45.69%
HSB/HSV31°54.38%62.75%
CMYK0.00%26.25%54.38%
37.25%

Color #A07649 in popluar number systems.

HEXA07649
Decimal16011873
Binary1010000011101101001001
Octal240166111

Shades and tints

Shades of #A07649

#A07649
(160,118,73)
#926C43
(146,108,67)
#84623D
(132,98,61)
#765837
(118,88,55)
#684E31
(104,78,49)
#5A442B
(90,68,43)
#4C3A25
(76,58,37)
#3E301F
(62,48,31)
#302619
(48,38,25)
#221C13
(34,28,19)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #A07649

#A07649
(160,118,73)
#A88259
(168,130,89)
#B08E69
(176,142,105)
#B89A79
(184,154,121)
#C0A689
(192,166,137)
#C8B299
(200,178,153)
#D0BEA9
(208,190,169)
#D8CAB9
(216,202,185)
#E0D6C9
(224,214,201)
#E8E2D9
(232,226,217)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A07649 color. Also use rgb(160,118,73) instead hex code.

Text Font Color

.myTextColor { color: #A07649; }

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

This text font color is #A07649.


Background Color

.myBgColor { background-color: #A07649; }

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

This div background color is #A07649.


Border color

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

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

This div border color is #A07649.


Opacity

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

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

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

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

This text has shadow with #A07649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07649 on black background.


Color preview on white background

This text has color #A07649 on white background.



Black color preview on #A07649 background

This text has black color on #A07649 background.


White color preview on #A07649 background

This text has white color on #A07649 background.