COLOR #A76084

HEX: #A76084 RGB: (167,96,132)

Color info

#A76084 contains mainly red and blue colors. Web safe color of #A76084 is #996699 (or #969).

RGB color model

#A76084 color RGB value is (167,96,132).

RGB: (167,96,132) (65%, 38%, 52%)

RGB channels and saturation

R 167 of 255 = 65%
G 96 of 255 = 38%
B 132 of 255 = 52%

167
96
132

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

Portions of RGB colors in percentages

R + G + B = 167 + 96 + 132 = 395 (100%)
R 167 of 395 ~ 42.28%
G 96 of 395 ~ 24.3%
B 132 of 395 ~ 33.42'%

%42.28
%24.3
%33.42

CMYK color model

#A76084 color CMYK value is (0,43,21,35).

  • cyan value is 0.00%
  • magenta value is 42.51%
  • yellow value is 20.96%
  • key color value is 34.51%

CMYK: (0,43,21,35)
C0M43Y21K35 (0%, 43%, 21%, 35%)
(0.00 / 0.43 / 0.21 / 0.35)

CMYK percentages

%0
%42.51
%20.96
%34.51

Codes

Color #A76084 in popluar color models

A7 60 84
RGB 167 96 132
HSL 330° 28.74% 51.57%
HSB/HSV 330° 42.51% 65.49%
CMYK 0.00% 42.51% 20.96%
34.51%

Color #A76084 in popluar number systems.

HEX A7 60 84
Decimal 167 96 132
Binary 10100111 1100000 10000100
Octal 247 140 204

Shades and tints

Shades of #A76084

#A76084
(167,96,132)
#985878
(152,88,120)
#89506C
(137,80,108)
#7A4860
(122,72,96)
#6B4054
(107,64,84)
#5C3848
(92,56,72)
#4D303C
(77,48,60)
#3E2830
(62,40,48)
#2F2024
(47,32,36)
#201818
(32,24,24)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #A76084

#A76084
(167,96,132)
#AF6E8F
(175,110,143)
#B77C9A
(183,124,154)
#BF8AA5
(191,138,165)
#C798B0
(199,152,176)
#CFA6BB
(207,166,187)
#D7B4C6
(215,180,198)
#DFC2D1
(223,194,209)
#E7D0DC
(231,208,220)
#EFDEE7
(239,222,231)
#F7ECF2
(247,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A76084 color. Also use rgb(167,96,132) instead hex code.

Text Font Color

.myTextColor { color: #A76084; }

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

This text font color is #A76084.

Background Color

.myBgColor { background-color: #A76084; }

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

This div background color is #A76084.

Border color

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

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

This div border color is #A76084.

Opacity

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

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

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

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

This text has shadow with #A76084 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A76084.

Preview

Color preview on black background

This text has color #A76084 on black background.


Color preview on white background

This text has color #A76084 on white background.


Black color preview on #A76084 background

This text has black color on #A76084 background.


White color preview on #A76084 background

This text has white color on #A76084 background.


Related colors

Complementary color

Complementary color for #hex is #589F7B.


I love getcolorcode.com

Triadic colors

1 #84A760 and #6084A7 with #A76084 are triadic colors.

2 #8460A7 and #60A784 with #A76084 are triadic colors.