COLOR #A75E70

HEX: #A75E70
RGB: (167,94,112)

Color info

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

RGB color model

#A75E70 color RGB value is (167,94,112).

  • red value is 167;
  • green value is 94;
  • blue value is 112.
RGB:
(167,94,112)
(65%,37%,44%)

RGB channels and saturation

R 167 of 255 = 65%
G 94 of 255 = 37%
B 112 of 255 = 44%

167
94
112

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

Portions of RGB colors in percentages

R + G + B =
167 + 94 + 112 = 373 (100%)
R 167 of 373 ~ 44.77%
G 94 of 373 ~ 25.2%
B 112 of 373 ~ 30.03%

%44.77
%25.2
%30.03

CMYK color model

#A75E70 color CMYK value is (0,44,33,35).

  • cyan value is 0.00%
  • magenta value is 43.71%
  • yellow value is 32.93%
  • key color value is 34.51%
CMYK:
(0,44,33,35)
C0M44Y33K35 
(0%,44%,33%,35%)
(0.00/0.44/0.33/0.35)	

CMYK percentages

%0
%43.71
%32.93
%34.51

Codes

Color #A75E70 in popluar color models

A75E70
RGB16794112
HSL345°29.32%51.18%
HSB/HSV345°43.71%65.49%
CMYK0.00%43.71%32.93%
34.51%

Color #A75E70 in popluar number systems.

HEXA75E70
Decimal16794112
Binary1010011110111101110000
Octal247136160

Shades and tints

Shades of #A75E70

#A75E70
(167,94,112)
#985666
(152,86,102)
#894E5C
(137,78,92)
#7A4652
(122,70,82)
#6B3E48
(107,62,72)
#5C363E
(92,54,62)
#4D2E34
(77,46,52)
#3E262A
(62,38,42)
#2F1E20
(47,30,32)
#201616
(32,22,22)
#110E0C
(17,14,12)
#000000
(0,0,0)

Tints of #A75E70

#A75E70
(167,94,112)
#AF6C7D
(175,108,125)
#B77A8A
(183,122,138)
#BF8897
(191,136,151)
#C796A4
(199,150,164)
#CFA4B1
(207,164,177)
#D7B2BE
(215,178,190)
#DFC0CB
(223,192,203)
#E7CED8
(231,206,216)
#EFDCE5
(239,220,229)
#F7EAF2
(247,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A75E70 color. Also use rgb(167,94,112) instead hex code.

Text Font Color

.myTextColor { color: #A75E70; }

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

This text font color is #A75E70.


Background Color

.myBgColor { background-color: #A75E70; }

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

This div background color is #A75E70.


Border color

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

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

This div border color is #A75E70.


Opacity

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

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

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

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

This text has shadow with #A75E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A75E70 on black background.


Color preview on white background

This text has color #A75E70 on white background.



Black color preview on #A75E70 background

This text has black color on #A75E70 background.


White color preview on #A75E70 background

This text has white color on #A75E70 background.