COLOR #A75576

HEX: #A75576
RGB: (167,85,118)

Color info

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

RGB color model

#A75576 color RGB value is (167,85,118).

  • red value is 167;
  • green value is 85;
  • blue value is 118.
RGB:
(167,85,118)
(65%,33%,46%)

RGB channels and saturation

R 167 of 255 = 65%
G 85 of 255 = 33%
B 118 of 255 = 46%

167
85
118

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

Portions of RGB colors in percentages

R + G + B =
167 + 85 + 118 = 370 (100%)
R 167 of 370 ~ 45.14%
G 85 of 370 ~ 22.97%
B 118 of 370 ~ 31.89%

%45.14
%22.97
%31.89

CMYK color model

#A75576 color CMYK value is (0,49,29,35).

  • cyan value is 0.00%
  • magenta value is 49.10%
  • yellow value is 29.34%
  • key color value is 34.51%
CMYK:
(0,49,29,35)
C0M49Y29K35 
(0%,49%,29%,35%)
(0.00/0.49/0.29/0.35)	

CMYK percentages

%0
%49.1
%29.34
%34.51

Codes

Color #A75576 in popluar color models

A75576
RGB16785118
HSL336°32.54%49.41%
HSB/HSV336°49.10%65.49%
CMYK0.00%49.10%29.34%
34.51%

Color #A75576 in popluar number systems.

HEXA75576
Decimal16785118
Binary1010011110101011110110
Octal247125166

Shades and tints

Shades of #A75576

#A75576
(167,85,118)
#984E6C
(152,78,108)
#894762
(137,71,98)
#7A4058
(122,64,88)
#6B394E
(107,57,78)
#5C3244
(92,50,68)
#4D2B3A
(77,43,58)
#3E2430
(62,36,48)
#2F1D26
(47,29,38)
#20161C
(32,22,28)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #A75576

#A75576
(167,85,118)
#AF6482
(175,100,130)
#B7738E
(183,115,142)
#BF829A
(191,130,154)
#C791A6
(199,145,166)
#CFA0B2
(207,160,178)
#D7AFBE
(215,175,190)
#DFBECA
(223,190,202)
#E7CDD6
(231,205,214)
#EFDCE2
(239,220,226)
#F7EBEE
(247,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A75576 color. Also use rgb(167,85,118) instead hex code.

Text Font Color

.myTextColor { color: #A75576; }

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

This text font color is #A75576.


Background Color

.myBgColor { background-color: #A75576; }

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

This div background color is #A75576.


Border color

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

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

This div border color is #A75576.


Opacity

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

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

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

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

This text has shadow with #A75576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A75576 on black background.


Color preview on white background

This text has color #A75576 on white background.



Black color preview on #A75576 background

This text has black color on #A75576 background.


White color preview on #A75576 background

This text has white color on #A75576 background.