COLOR #A06E55

HEX: #A06E55
RGB: (160,110,85)

Color info

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

RGB color model

#A06E55 color RGB value is (160,110,85).

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

RGB channels and saturation

R 160 of 255 = 63%
G 110 of 255 = 43%
B 85 of 255 = 33%

160
110
85

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

Portions of RGB colors in percentages

R + G + B =
160 + 110 + 85 = 355 (100%)
R 160 of 355 ~ 45.07%
G 110 of 355 ~ 30.99%
B 85 of 355 ~ 23.94%

%45.07
%30.99
%23.94

CMYK color model

#A06E55 color CMYK value is (0,31,47,37).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 46.88%
  • key color value is 37.25%
CMYK:
(0,31,47,37)
C0M31Y47K37 
(0%,31%,47%,37%)
(0.00/0.31/0.47/0.37)	

CMYK percentages

%0
%31.25
%46.88
%37.25

Codes

Color #A06E55 in popluar color models

A06E55
RGB16011085
HSL20°30.61%48.04%
HSB/HSV20°46.88%62.75%
CMYK0.00%31.25%46.88%
37.25%

Color #A06E55 in popluar number systems.

HEXA06E55
Decimal16011085
Binary1010000011011101010101
Octal240156125

Shades and tints

Shades of #A06E55

#A06E55
(160,110,85)
#92644E
(146,100,78)
#845A47
(132,90,71)
#765040
(118,80,64)
#684639
(104,70,57)
#5A3C32
(90,60,50)
#4C322B
(76,50,43)
#3E2824
(62,40,36)
#301E1D
(48,30,29)
#221416
(34,20,22)
#140A0F
(20,10,15)
#000000
(0,0,0)

Tints of #A06E55

#A06E55
(160,110,85)
#A87B64
(168,123,100)
#B08873
(176,136,115)
#B89582
(184,149,130)
#C0A291
(192,162,145)
#C8AFA0
(200,175,160)
#D0BCAF
(208,188,175)
#D8C9BE
(216,201,190)
#E0D6CD
(224,214,205)
#E8E3DC
(232,227,220)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A06E55 color. Also use rgb(160,110,85) instead hex code.

Text Font Color

.myTextColor { color: #A06E55; }

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

This text font color is #A06E55.


Background Color

.myBgColor { background-color: #A06E55; }

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

This div background color is #A06E55.


Border color

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

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

This div border color is #A06E55.


Opacity

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

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

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

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

This text has shadow with #A06E55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06E55 on black background.


Color preview on white background

This text has color #A06E55 on white background.



Black color preview on #A06E55 background

This text has black color on #A06E55 background.


White color preview on #A06E55 background

This text has white color on #A06E55 background.