COLOR #A06C7B

HEX: #A06C7B
RGB: (160,108,123)

Color info

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

RGB color model

#A06C7B color RGB value is (160,108,123).

  • red value is 160;
  • green value is 108;
  • blue value is 123.
RGB:
(160,108,123)
(63%,42%,48%)

RGB channels and saturation

R 160 of 255 = 63%
G 108 of 255 = 42%
B 123 of 255 = 48%

160
108
123

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

Portions of RGB colors in percentages

R + G + B =
160 + 108 + 123 = 391 (100%)
R 160 of 391 ~ 40.92%
G 108 of 391 ~ 27.62%
B 123 of 391 ~ 31.46%

%40.92
%27.62
%31.46

CMYK color model

#A06C7B color CMYK value is (0,33,23,37).

  • cyan value is 0.00%
  • magenta value is 32.50%
  • yellow value is 23.13%
  • key color value is 37.25%
CMYK:
(0,33,23,37)
C0M33Y23K37 
(0%,33%,23%,37%)
(0.00/0.33/0.23/0.37)	

CMYK percentages

%0
%32.5
%23.13
%37.25

Codes

Color #A06C7B in popluar color models

A06C7B
RGB160108123
HSL343°21.49%52.55%
HSB/HSV343°32.50%62.75%
CMYK0.00%32.50%23.13%
37.25%

Color #A06C7B in popluar number systems.

HEXA06C7B
Decimal160108123
Binary1010000011011001111011
Octal240154173

Shades and tints

Shades of #A06C7B

#A06C7B
(160,108,123)
#926370
(146,99,112)
#845A65
(132,90,101)
#76515A
(118,81,90)
#68484F
(104,72,79)
#5A3F44
(90,63,68)
#4C3639
(76,54,57)
#3E2D2E
(62,45,46)
#302423
(48,36,35)
#221B18
(34,27,24)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #A06C7B

#A06C7B
(160,108,123)
#A87987
(168,121,135)
#B08693
(176,134,147)
#B8939F
(184,147,159)
#C0A0AB
(192,160,171)
#C8ADB7
(200,173,183)
#D0BAC3
(208,186,195)
#D8C7CF
(216,199,207)
#E0D4DB
(224,212,219)
#E8E1E7
(232,225,231)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A06C7B color. Also use rgb(160,108,123) instead hex code.

Text Font Color

.myTextColor { color: #A06C7B; }

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

This text font color is #A06C7B.


Background Color

.myBgColor { background-color: #A06C7B; }

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

This div background color is #A06C7B.


Border color

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

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

This div border color is #A06C7B.


Opacity

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

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

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

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

This text has shadow with #A06C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06C7B on black background.


Color preview on white background

This text has color #A06C7B on white background.



Black color preview on #A06C7B background

This text has black color on #A06C7B background.


White color preview on #A06C7B background

This text has white color on #A06C7B background.