COLOR #A06D5A

HEX: #A06D5A
RGB: (160,109,90)

Color info

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

RGB color model

#A06D5A color RGB value is (160,109,90).

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

RGB channels and saturation

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

160
109
90

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

Portions of RGB colors in percentages

R + G + B =
160 + 109 + 90 = 359 (100%)
R 160 of 359 ~ 44.57%
G 109 of 359 ~ 30.36%
B 90 of 359 ~ 25.07%

%44.57
%30.36
%25.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.88%
  • yellow value is 43.75%
  • 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
%43.75
%37.25

Codes

Color #A06D5A in popluar color models

A06D5A
RGB16010990
HSL16°28.00%49.02%
HSB/HSV16°43.75%62.75%
CMYK0.00%31.88%43.75%
37.25%

Color #A06D5A in popluar number systems.

HEXA06D5A
Decimal16010990
Binary1010000011011011011010
Octal240155132

Shades and tints

Shades of #A06D5A

#A06D5A
(160,109,90)
#926452
(146,100,82)
#845B4A
(132,91,74)
#765242
(118,82,66)
#68493A
(104,73,58)
#5A4032
(90,64,50)
#4C372A
(76,55,42)
#3E2E22
(62,46,34)
#30251A
(48,37,26)
#221C12
(34,28,18)
#14130A
(20,19,10)
#000000
(0,0,0)

Tints of #A06D5A

#A06D5A
(160,109,90)
#A87A69
(168,122,105)
#B08778
(176,135,120)
#B89487
(184,148,135)
#C0A196
(192,161,150)
#C8AEA5
(200,174,165)
#D0BBB4
(208,187,180)
#D8C8C3
(216,200,195)
#E0D5D2
(224,213,210)
#E8E2E1
(232,226,225)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06D5A; }

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

This text font color is #A06D5A.


Background Color

.myBgColor { background-color: #A06D5A; }

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

This div background color is #A06D5A.


Border color

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

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

This div border color is #A06D5A.


Opacity

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

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

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

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

This text has shadow with #A06D5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06D5A on black background.


Color preview on white background

This text has color #A06D5A on white background.



Black color preview on #A06D5A background

This text has black color on #A06D5A background.


White color preview on #A06D5A background

This text has white color on #A06D5A background.