COLOR #A06A32

HEX: #A06A32
RGB: (160,106,50)

Color info

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

RGB color model

#A06A32 color RGB value is (160,106,50).

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

RGB channels and saturation

R 160 of 255 = 63%
G 106 of 255 = 42%
B 50 of 255 = 20%

160
106
50

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

Portions of RGB colors in percentages

R + G + B =
160 + 106 + 50 = 316 (100%)
R 160 of 316 ~ 50.63%
G 106 of 316 ~ 33.54%
B 50 of 316 ~ 15.82%

%50.63
%33.54
%15.82

CMYK color model

#A06A32 color CMYK value is (0,34,69,37).

  • cyan value is 0.00%
  • magenta value is 33.75%
  • yellow value is 68.75%
  • key color value is 37.25%
CMYK:
(0,34,69,37)
C0M34Y69K37 
(0%,34%,69%,37%)
(0.00/0.34/0.69/0.37)	

CMYK percentages

%0
%33.75
%68.75
%37.25

Codes

Color #A06A32 in popluar color models

A06A32
RGB16010650
HSL31°52.38%41.18%
HSB/HSV31°68.75%62.75%
CMYK0.00%33.75%68.75%
37.25%

Color #A06A32 in popluar number systems.

HEXA06A32
Decimal16010650
Binary101000001101010110010
Octal24015262

Shades and tints

Shades of #A06A32

#A06A32
(160,106,50)
#92612E
(146,97,46)
#84582A
(132,88,42)
#764F26
(118,79,38)
#684622
(104,70,34)
#5A3D1E
(90,61,30)
#4C341A
(76,52,26)
#3E2B16
(62,43,22)
#302212
(48,34,18)
#22190E
(34,25,14)
#14100A
(20,16,10)
#000000
(0,0,0)

Tints of #A06A32

#A06A32
(160,106,50)
#A87744
(168,119,68)
#B08456
(176,132,86)
#B89168
(184,145,104)
#C09E7A
(192,158,122)
#C8AB8C
(200,171,140)
#D0B89E
(208,184,158)
#D8C5B0
(216,197,176)
#E0D2C2
(224,210,194)
#E8DFD4
(232,223,212)
#F0ECE6
(240,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06A32; }

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

This text font color is #A06A32.


Background Color

.myBgColor { background-color: #A06A32; }

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

This div background color is #A06A32.


Border color

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

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

This div border color is #A06A32.


Opacity

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

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

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

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

This text has shadow with #A06A32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06A32 on black background.


Color preview on white background

This text has color #A06A32 on white background.



Black color preview on #A06A32 background

This text has black color on #A06A32 background.


White color preview on #A06A32 background

This text has white color on #A06A32 background.