COLOR #A06749

HEX: #A06749
RGB: (160,103,73)

Color info

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

RGB color model

#A06749 color RGB value is (160,103,73).

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

RGB channels and saturation

R 160 of 255 = 63%
G 103 of 255 = 40%
B 73 of 255 = 29%

160
103
73

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

Portions of RGB colors in percentages

R + G + B =
160 + 103 + 73 = 336 (100%)
R 160 of 336 ~ 47.62%
G 103 of 336 ~ 30.65%
B 73 of 336 ~ 21.73%

%47.62
%30.65
%21.73

CMYK color model

#A06749 color CMYK value is (0,36,54,37).

  • cyan value is 0.00%
  • magenta value is 35.63%
  • yellow value is 54.38%
  • key color value is 37.25%
CMYK:
(0,36,54,37)
C0M36Y54K37 
(0%,36%,54%,37%)
(0.00/0.36/0.54/0.37)	

CMYK percentages

%0
%35.63
%54.38
%37.25

Codes

Color #A06749 in popluar color models

A06749
RGB16010373
HSL21°37.34%45.69%
HSB/HSV21°54.38%62.75%
CMYK0.00%35.63%54.38%
37.25%

Color #A06749 in popluar number systems.

HEXA06749
Decimal16010373
Binary1010000011001111001001
Octal240147111

Shades and tints

Shades of #A06749

#A06749
(160,103,73)
#925E43
(146,94,67)
#84553D
(132,85,61)
#764C37
(118,76,55)
#684331
(104,67,49)
#5A3A2B
(90,58,43)
#4C3125
(76,49,37)
#3E281F
(62,40,31)
#301F19
(48,31,25)
#221613
(34,22,19)
#140D0D
(20,13,13)
#000000
(0,0,0)

Tints of #A06749

#A06749
(160,103,73)
#A87459
(168,116,89)
#B08169
(176,129,105)
#B88E79
(184,142,121)
#C09B89
(192,155,137)
#C8A899
(200,168,153)
#D0B5A9
(208,181,169)
#D8C2B9
(216,194,185)
#E0CFC9
(224,207,201)
#E8DCD9
(232,220,217)
#F0E9E9
(240,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06749; }

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

This text font color is #A06749.


Background Color

.myBgColor { background-color: #A06749; }

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

This div background color is #A06749.


Border color

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

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

This div border color is #A06749.


Opacity

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

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

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

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

This text has shadow with #A06749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06749 on black background.


Color preview on white background

This text has color #A06749 on white background.



Black color preview on #A06749 background

This text has black color on #A06749 background.


White color preview on #A06749 background

This text has white color on #A06749 background.