COLOR #A06D43

HEX: #A06D43 RGB: (160,109,67)

Color info

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

RGB color model

#A06D43 color RGB value is (160,109,67).

RGB: (160,109,67) (63%, 43%, 26%)

RGB channels and saturation

R 160 of 255 = 63%
G 109 of 255 = 43%
B 67 of 255 = 26%

160
109
67

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

Portions of RGB colors in percentages

R + G + B = 160 + 109 + 67 = 336 (100%)
R 160 of 336 ~ 47.62%
G 109 of 336 ~ 32.44%
B 67 of 336 ~ 19.94'%

%47.62
%32.44
%19.94

CMYK color model

#A06D43 color CMYK value is (0,32,58,37).

  • cyan value is 0.00%
  • magenta value is 31.88%
  • yellow value is 58.13%
  • key color value is 37.25%

CMYK: (0,32,58,37)
C0M32Y58K37 (0%, 32%, 58%, 37%)
(0.00 / 0.32 / 0.58 / 0.37)

CMYK percentages

%0
%31.88
%58.13
%37.25

Codes

Color #A06D43 in popluar color models

A0 6D 43
RGB 160 109 67
HSL 27° 40.97% 44.51%
HSB/HSV 27° 58.13% 62.75%
CMYK 0.00% 31.88% 58.13%
37.25%

Color #A06D43 in popluar number systems.

HEX A0 6D 43
Decimal 160 109 67
Binary 10100000 1101101 1000011
Octal 240 155 103

Shades and tints

Shades of #A06D43

#A06D43
(160,109,67)
#92643D
(146,100,61)
#845B37
(132,91,55)
#765231
(118,82,49)
#68492B
(104,73,43)
#5A4025
(90,64,37)
#4C371F
(76,55,31)
#3E2E19
(62,46,25)
#302513
(48,37,19)
#221C0D
(34,28,13)
#141307
(20,19,7)
#000000
(0,0,0)

Tints of #A06D43

#A06D43
(160,109,67)
#A87A54
(168,122,84)
#B08765
(176,135,101)
#B89476
(184,148,118)
#C0A187
(192,161,135)
#C8AE98
(200,174,152)
#D0BBA9
(208,187,169)
#D8C8BA
(216,200,186)
#E0D5CB
(224,213,203)
#E8E2DC
(232,226,220)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A06D43 color. Also use rgb(160,109,67) instead hex code.

Text Font Color

.myTextColor { color: #A06D43; }

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

This text font color is #A06D43.

Background Color

.myBgColor { background-color: #A06D43; }

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

This div background color is #A06D43.

Border color

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

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

This div border color is #A06D43.

Opacity

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

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

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

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

This text has shadow with #A06D43 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A06D43.

Preview

Color preview on black background

This text has color #A06D43 on black background.


Color preview on white background

This text has color #A06D43 on white background.


Black color preview on #A06D43 background

This text has black color on #A06D43 background.


White color preview on #A06D43 background

This text has white color on #A06D43 background.


Related colors

Complementary color

Complementary color for #hex is #5F92BC.


I love getcolorcode.com

Triadic colors

1 #43A06D and #6D43A0 with #A06D43 are triadic colors.

2 #436DA0 and #6DA043 with #A06D43 are triadic colors.