COLOR #A75661

HEX: #A75661
RGB: (167,86,97)

Color info

#A75661 contains mainly red color. Web safe color of #A75661 is #996666 (or #966).

RGB color model

#A75661 color RGB value is (167,86,97).

  • red value is 167;
  • green value is 86;
  • blue value is 97.
RGB:
(167,86,97)
(65%,34%,38%)

RGB channels and saturation

R 167 of 255 = 65%
G 86 of 255 = 34%
B 97 of 255 = 38%

167
86
97

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

Portions of RGB colors in percentages

R + G + B =
167 + 86 + 97 = 350 (100%)
R 167 of 350 ~ 47.71%
G 86 of 350 ~ 24.57%
B 97 of 350 ~ 27.71%

%47.71
%24.57
%27.71

CMYK color model

#A75661 color CMYK value is (0,49,42,35).

  • cyan value is 0.00%
  • magenta value is 48.50%
  • yellow value is 41.92%
  • key color value is 34.51%
CMYK:
(0,49,42,35)
C0M49Y42K35 
(0%,49%,42%,35%)
(0.00/0.49/0.42/0.35)	

CMYK percentages

%0
%48.5
%41.92
%34.51

Codes

Color #A75661 in popluar color models

A75661
RGB1678697
HSL352°32.02%49.61%
HSB/HSV352°48.50%65.49%
CMYK0.00%48.50%41.92%
34.51%

Color #A75661 in popluar number systems.

HEXA75661
Decimal1678697
Binary1010011110101101100001
Octal247126141

Shades and tints

Shades of #A75661

#A75661
(167,86,97)
#984F59
(152,79,89)
#894851
(137,72,81)
#7A4149
(122,65,73)
#6B3A41
(107,58,65)
#5C3339
(92,51,57)
#4D2C31
(77,44,49)
#3E2529
(62,37,41)
#2F1E21
(47,30,33)
#201719
(32,23,25)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #A75661

#A75661
(167,86,97)
#AF656F
(175,101,111)
#B7747D
(183,116,125)
#BF838B
(191,131,139)
#C79299
(199,146,153)
#CFA1A7
(207,161,167)
#D7B0B5
(215,176,181)
#DFBFC3
(223,191,195)
#E7CED1
(231,206,209)
#EFDDDF
(239,221,223)
#F7ECED
(247,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A75661 color. Also use rgb(167,86,97) instead hex code.

Text Font Color

.myTextColor { color: #A75661; }

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

This text font color is #A75661.


Background Color

.myBgColor { background-color: #A75661; }

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

This div background color is #A75661.


Border color

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

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

This div border color is #A75661.


Opacity

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

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

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

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

This text has shadow with #A75661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A75661 on black background.


Color preview on white background

This text has color #A75661 on white background.



Black color preview on #A75661 background

This text has black color on #A75661 background.


White color preview on #A75661 background

This text has white color on #A75661 background.