COLOR #A06E75

HEX: #A06E75
RGB: (160,110,117)

Color info

#A06E75 contains red, green and blue colors in about the same proportion. Web safe color of #A06E75 is #996666 (or #966).

RGB color model

#A06E75 color RGB value is (160,110,117).

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

RGB channels and saturation

R 160 of 255 = 63%
G 110 of 255 = 43%
B 117 of 255 = 46%

160
110
117

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

Portions of RGB colors in percentages

R + G + B =
160 + 110 + 117 = 387 (100%)
R 160 of 387 ~ 41.34%
G 110 of 387 ~ 28.42%
B 117 of 387 ~ 30.23%

%41.34
%28.42
%30.23

CMYK color model

#A06E75 color CMYK value is (0,31,27,37).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 26.88%
  • key color value is 37.25%
CMYK:
(0,31,27,37)
C0M31Y27K37 
(0%,31%,27%,37%)
(0.00/0.31/0.27/0.37)	

CMYK percentages

%0
%31.25
%26.88
%37.25

Codes

Color #A06E75 in popluar color models

A06E75
RGB160110117
HSL352°20.83%52.94%
HSB/HSV352°31.25%62.75%
CMYK0.00%31.25%26.88%
37.25%

Color #A06E75 in popluar number systems.

HEXA06E75
Decimal160110117
Binary1010000011011101110101
Octal240156165

Shades and tints

Shades of #A06E75

#A06E75
(160,110,117)
#92646B
(146,100,107)
#845A61
(132,90,97)
#765057
(118,80,87)
#68464D
(104,70,77)
#5A3C43
(90,60,67)
#4C3239
(76,50,57)
#3E282F
(62,40,47)
#301E25
(48,30,37)
#22141B
(34,20,27)
#140A11
(20,10,17)
#000000
(0,0,0)

Tints of #A06E75

#A06E75
(160,110,117)
#A87B81
(168,123,129)
#B0888D
(176,136,141)
#B89599
(184,149,153)
#C0A2A5
(192,162,165)
#C8AFB1
(200,175,177)
#D0BCBD
(208,188,189)
#D8C9C9
(216,201,201)
#E0D6D5
(224,214,213)
#E8E3E1
(232,227,225)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06E75; }

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

This text font color is #A06E75.


Background Color

.myBgColor { background-color: #A06E75; }

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

This div background color is #A06E75.


Border color

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

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

This div border color is #A06E75.


Opacity

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

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

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

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

This text has shadow with #A06E75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06E75 on black background.


Color preview on white background

This text has color #A06E75 on white background.



Black color preview on #A06E75 background

This text has black color on #A06E75 background.


White color preview on #A06E75 background

This text has white color on #A06E75 background.