COLOR #A06A49

HEX: #A06A49
RGB: (160,106,73)

Color info

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

RGB color model

#A06A49 color RGB value is (160,106,73).

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

RGB channels and saturation

R 160 of 255 = 63%
G 106 of 255 = 42%
B 73 of 255 = 29%

160
106
73

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

Portions of RGB colors in percentages

R + G + B =
160 + 106 + 73 = 339 (100%)
R 160 of 339 ~ 47.2%
G 106 of 339 ~ 31.27%
B 73 of 339 ~ 21.53%

%47.2
%31.27
%21.53

CMYK color model

#A06A49 color CMYK value is (0,34,54,37).

  • cyan value is 0.00%
  • magenta value is 33.75%
  • yellow value is 54.38%
  • key color value is 37.25%
CMYK:
(0,34,54,37)
C0M34Y54K37 
(0%,34%,54%,37%)
(0.00/0.34/0.54/0.37)	

CMYK percentages

%0
%33.75
%54.38
%37.25

Codes

Color #A06A49 in popluar color models

A06A49
RGB16010673
HSL23°37.34%45.69%
HSB/HSV23°54.38%62.75%
CMYK0.00%33.75%54.38%
37.25%

Color #A06A49 in popluar number systems.

HEXA06A49
Decimal16010673
Binary1010000011010101001001
Octal240152111

Shades and tints

Shades of #A06A49

#A06A49
(160,106,73)
#926143
(146,97,67)
#84583D
(132,88,61)
#764F37
(118,79,55)
#684631
(104,70,49)
#5A3D2B
(90,61,43)
#4C3425
(76,52,37)
#3E2B1F
(62,43,31)
#302219
(48,34,25)
#221913
(34,25,19)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #A06A49

#A06A49
(160,106,73)
#A87759
(168,119,89)
#B08469
(176,132,105)
#B89179
(184,145,121)
#C09E89
(192,158,137)
#C8AB99
(200,171,153)
#D0B8A9
(208,184,169)
#D8C5B9
(216,197,185)
#E0D2C9
(224,210,201)
#E8DFD9
(232,223,217)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06A49; }

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

This text font color is #A06A49.


Background Color

.myBgColor { background-color: #A06A49; }

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

This div background color is #A06A49.


Border color

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

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

This div border color is #A06A49.


Opacity

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

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

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

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

This text has shadow with #A06A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06A49 on black background.


Color preview on white background

This text has color #A06A49 on white background.



Black color preview on #A06A49 background

This text has black color on #A06A49 background.


White color preview on #A06A49 background

This text has white color on #A06A49 background.