COLOR #A06D54

HEX: #A06D54
RGB: (160,109,84)

Color info

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

RGB color model

#A06D54 color RGB value is (160,109,84).

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

RGB channels and saturation

R 160 of 255 = 63%
G 109 of 255 = 43%
B 84 of 255 = 33%

160
109
84

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

Portions of RGB colors in percentages

R + G + B =
160 + 109 + 84 = 353 (100%)
R 160 of 353 ~ 45.33%
G 109 of 353 ~ 30.88%
B 84 of 353 ~ 23.8%

%45.33
%30.88
%23.8

CMYK color model

#A06D54 color CMYK value is (0,32,48,37).

  • cyan value is 0.00%
  • magenta value is 31.88%
  • yellow value is 47.50%
  • key color value is 37.25%
CMYK:
(0,32,48,37)
C0M32Y48K37 
(0%,32%,48%,37%)
(0.00/0.32/0.48/0.37)	

CMYK percentages

%0
%31.88
%47.5
%37.25

Codes

Color #A06D54 in popluar color models

A06D54
RGB16010984
HSL20°31.15%47.84%
HSB/HSV20°47.50%62.75%
CMYK0.00%31.88%47.50%
37.25%

Color #A06D54 in popluar number systems.

HEXA06D54
Decimal16010984
Binary1010000011011011010100
Octal240155124

Shades and tints

Shades of #A06D54

#A06D54
(160,109,84)
#92644D
(146,100,77)
#845B46
(132,91,70)
#76523F
(118,82,63)
#684938
(104,73,56)
#5A4031
(90,64,49)
#4C372A
(76,55,42)
#3E2E23
(62,46,35)
#30251C
(48,37,28)
#221C15
(34,28,21)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #A06D54

#A06D54
(160,109,84)
#A87A63
(168,122,99)
#B08772
(176,135,114)
#B89481
(184,148,129)
#C0A190
(192,161,144)
#C8AE9F
(200,174,159)
#D0BBAE
(208,187,174)
#D8C8BD
(216,200,189)
#E0D5CC
(224,213,204)
#E8E2DB
(232,226,219)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06D54; }

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

This text font color is #A06D54.


Background Color

.myBgColor { background-color: #A06D54; }

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

This div background color is #A06D54.


Border color

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

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

This div border color is #A06D54.


Opacity

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

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

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

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

This text has shadow with #A06D54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06D54 on black background.


Color preview on white background

This text has color #A06D54 on white background.



Black color preview on #A06D54 background

This text has black color on #A06D54 background.


White color preview on #A06D54 background

This text has white color on #A06D54 background.