COLOR #A06D59

HEX: #A06D59
RGB: (160,109,89)

Color info

#A06D59 contains mainly red and green colors. Web safe color of #A06D59 is #996666 (or #966).

RGB color model

#A06D59 color RGB value is (160,109,89).

  • red value is 160;
  • green value is 109;
  • blue value is 89.
RGB:
(160,109,89)
(63%,43%,35%)

RGB channels and saturation

R 160 of 255 = 63%
G 109 of 255 = 43%
B 89 of 255 = 35%

160
109
89

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

Portions of RGB colors in percentages

R + G + B =
160 + 109 + 89 = 358 (100%)
R 160 of 358 ~ 44.69%
G 109 of 358 ~ 30.45%
B 89 of 358 ~ 24.86%

%44.69
%30.45
%24.86

CMYK color model

#A06D59 color CMYK value is (0,32,44,37).

  • cyan value is 0.00%
  • magenta value is 31.88%
  • yellow value is 44.38%
  • key color value is 37.25%
CMYK:
(0,32,44,37)
C0M32Y44K37 
(0%,32%,44%,37%)
(0.00/0.32/0.44/0.37)	

CMYK percentages

%0
%31.88
%44.38
%37.25

Codes

Color #A06D59 in popluar color models

A06D59
RGB16010989
HSL17°28.51%48.82%
HSB/HSV17°44.38%62.75%
CMYK0.00%31.88%44.38%
37.25%

Color #A06D59 in popluar number systems.

HEXA06D59
Decimal16010989
Binary1010000011011011011001
Octal240155131

Shades and tints

Shades of #A06D59

#A06D59
(160,109,89)
#926451
(146,100,81)
#845B49
(132,91,73)
#765241
(118,82,65)
#684939
(104,73,57)
#5A4031
(90,64,49)
#4C3729
(76,55,41)
#3E2E21
(62,46,33)
#302519
(48,37,25)
#221C11
(34,28,17)
#141309
(20,19,9)
#000000
(0,0,0)

Tints of #A06D59

#A06D59
(160,109,89)
#A87A68
(168,122,104)
#B08777
(176,135,119)
#B89486
(184,148,134)
#C0A195
(192,161,149)
#C8AEA4
(200,174,164)
#D0BBB3
(208,187,179)
#D8C8C2
(216,200,194)
#E0D5D1
(224,213,209)
#E8E2E0
(232,226,224)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06D59; }

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

This text font color is #A06D59.


Background Color

.myBgColor { background-color: #A06D59; }

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

This div background color is #A06D59.


Border color

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

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

This div border color is #A06D59.


Opacity

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

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

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

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

This text has shadow with #A06D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06D59 on black background.


Color preview on white background

This text has color #A06D59 on white background.



Black color preview on #A06D59 background

This text has black color on #A06D59 background.


White color preview on #A06D59 background

This text has white color on #A06D59 background.