COLOR #A75A80

HEX: #A75A80 RGB: (167,90,128)

Color info

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

RGB color model

#A75A80 color RGB value is (167,90,128).

RGB: (167,90,128) (65%, 35%, 50%)

RGB channels and saturation

R 167 of 255 = 65%
G 90 of 255 = 35%
B 128 of 255 = 50%

167
90
128

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

Portions of RGB colors in percentages

R + G + B = 167 + 90 + 128 = 385 (100%)
R 167 of 385 ~ 43.38%
G 90 of 385 ~ 23.38%
B 128 of 385 ~ 33.25'%

%43.38
%23.38
%33.25

CMYK color model

#A75A80 color CMYK value is (0,46,23,35).

  • cyan value is 0.00%
  • magenta value is 46.11%
  • yellow value is 23.35%
  • key color value is 34.51%

CMYK: (0,46,23,35)
C0M46Y23K35 (0%, 46%, 23%, 35%)
(0.00 / 0.46 / 0.23 / 0.35)

CMYK percentages

%0
%46.11
%23.35
%34.51

Codes

Color #A75A80 in popluar color models

A7 5A 80
RGB 167 90 128
HSL 330° 30.43% 50.39%
HSB/HSV 330° 46.11% 65.49%
CMYK 0.00% 46.11% 23.35%
34.51%

Color #A75A80 in popluar number systems.

HEX A7 5A 80
Decimal 167 90 128
Binary 10100111 1011010 10000000
Octal 247 132 200

Shades and tints

Shades of #A75A80

#A75A80
(167,90,128)
#985275
(152,82,117)
#894A6A
(137,74,106)
#7A425F
(122,66,95)
#6B3A54
(107,58,84)
#5C3249
(92,50,73)
#4D2A3E
(77,42,62)
#3E2233
(62,34,51)
#2F1A28
(47,26,40)
#20121D
(32,18,29)
#110A12
(17,10,18)
#000000
(0,0,0)

Tints of #A75A80

#A75A80
(167,90,128)
#AF698B
(175,105,139)
#B77896
(183,120,150)
#BF87A1
(191,135,161)
#C796AC
(199,150,172)
#CFA5B7
(207,165,183)
#D7B4C2
(215,180,194)
#DFC3CD
(223,195,205)
#E7D2D8
(231,210,216)
#EFE1E3
(239,225,227)
#F7F0EE
(247,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A75A80 color. Also use rgb(167,90,128) instead hex code.

Text Font Color

.myTextColor { color: #A75A80; }

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

This text font color is #A75A80.

Background Color

.myBgColor { background-color: #A75A80; }

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

This div background color is #A75A80.

Border color

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

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

This div border color is #A75A80.

Opacity

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

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

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

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

This text has shadow with #A75A80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A75A80.

Preview

Color preview on black background

This text has color #A75A80 on black background.


Color preview on white background

This text has color #A75A80 on white background.


Black color preview on #A75A80 background

This text has black color on #A75A80 background.


White color preview on #A75A80 background

This text has white color on #A75A80 background.


Related colors

Complementary color

Complementary color for #hex is #58A57F.


I love getcolorcode.com

Triadic colors

1 #80A75A and #5A80A7 with #A75A80 are triadic colors.

2 #805AA7 and #5AA780 with #A75A80 are triadic colors.