COLOR #A06174

HEX: #A06174
RGB: (160,97,116)

Color info

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

RGB color model

#A06174 color RGB value is (160,97,116).

  • red value is 160;
  • green value is 97;
  • blue value is 116.
RGB:
(160,97,116)
(63%,38%,45%)

RGB channels and saturation

R 160 of 255 = 63%
G 97 of 255 = 38%
B 116 of 255 = 45%

160
97
116

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

Portions of RGB colors in percentages

R + G + B =
160 + 97 + 116 = 373 (100%)
R 160 of 373 ~ 42.9%
G 97 of 373 ~ 26.01%
B 116 of 373 ~ 31.1%

%42.9
%26.01
%31.1

CMYK color model

#A06174 color CMYK value is (0,39,28,37).

  • cyan value is 0.00%
  • magenta value is 39.38%
  • yellow value is 27.50%
  • key color value is 37.25%
CMYK:
(0,39,28,37)
C0M39Y28K37 
(0%,39%,28%,37%)
(0.00/0.39/0.28/0.37)	

CMYK percentages

%0
%39.38
%27.5
%37.25

Codes

Color #A06174 in popluar color models

A06174
RGB16097116
HSL342°24.90%50.39%
HSB/HSV342°39.38%62.75%
CMYK0.00%39.38%27.50%
37.25%

Color #A06174 in popluar number systems.

HEXA06174
Decimal16097116
Binary1010000011000011110100
Octal240141164

Shades and tints

Shades of #A06174

#A06174
(160,97,116)
#92596A
(146,89,106)
#845160
(132,81,96)
#764956
(118,73,86)
#68414C
(104,65,76)
#5A3942
(90,57,66)
#4C3138
(76,49,56)
#3E292E
(62,41,46)
#302124
(48,33,36)
#22191A
(34,25,26)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #A06174

#A06174
(160,97,116)
#A86F80
(168,111,128)
#B07D8C
(176,125,140)
#B88B98
(184,139,152)
#C099A4
(192,153,164)
#C8A7B0
(200,167,176)
#D0B5BC
(208,181,188)
#D8C3C8
(216,195,200)
#E0D1D4
(224,209,212)
#E8DFE0
(232,223,224)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A06174 color. Also use rgb(160,97,116) instead hex code.

Text Font Color

.myTextColor { color: #A06174; }

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

This text font color is #A06174.


Background Color

.myBgColor { background-color: #A06174; }

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

This div background color is #A06174.


Border color

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

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

This div border color is #A06174.


Opacity

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

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

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

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

This text has shadow with #A06174 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06174 on black background.


Color preview on white background

This text has color #A06174 on white background.



Black color preview on #A06174 background

This text has black color on #A06174 background.


White color preview on #A06174 background

This text has white color on #A06174 background.