COLOR #A76681

HEX: #A76681
RGB: (167,102,129)

Color info

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

RGB color model

#A76681 color RGB value is (167,102,129).

  • red value is 167;
  • green value is 102;
  • blue value is 129.
RGB:
(167,102,129)
(65%,40%,51%)

RGB channels and saturation

R 167 of 255 = 65%
G 102 of 255 = 40%
B 129 of 255 = 51%

167
102
129

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

Portions of RGB colors in percentages

R + G + B =
167 + 102 + 129 = 398 (100%)
R 167 of 398 ~ 41.96%
G 102 of 398 ~ 25.63%
B 129 of 398 ~ 32.41%

%41.96
%25.63
%32.41

CMYK color model

#A76681 color CMYK value is (0,39,23,35).

  • cyan value is 0.00%
  • magenta value is 38.92%
  • yellow value is 22.75%
  • key color value is 34.51%
CMYK:
(0,39,23,35)
C0M39Y23K35 
(0%,39%,23%,35%)
(0.00/0.39/0.23/0.35)	

CMYK percentages

%0
%38.92
%22.75
%34.51

Codes

Color #A76681 in popluar color models

A76681
RGB167102129
HSL335°26.97%52.75%
HSB/HSV335°38.92%65.49%
CMYK0.00%38.92%22.75%
34.51%

Color #A76681 in popluar number systems.

HEXA76681
Decimal167102129
Binary10100111110011010000001
Octal247146201

Shades and tints

Shades of #A76681

#A76681
(167,102,129)
#985D76
(152,93,118)
#89546B
(137,84,107)
#7A4B60
(122,75,96)
#6B4255
(107,66,85)
#5C394A
(92,57,74)
#4D303F
(77,48,63)
#3E2734
(62,39,52)
#2F1E29
(47,30,41)
#20151E
(32,21,30)
#110C13
(17,12,19)
#000000
(0,0,0)

Tints of #A76681

#A76681
(167,102,129)
#AF738C
(175,115,140)
#B78097
(183,128,151)
#BF8DA2
(191,141,162)
#C79AAD
(199,154,173)
#CFA7B8
(207,167,184)
#D7B4C3
(215,180,195)
#DFC1CE
(223,193,206)
#E7CED9
(231,206,217)
#EFDBE4
(239,219,228)
#F7E8EF
(247,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A76681 color. Also use rgb(167,102,129) instead hex code.

Text Font Color

.myTextColor { color: #A76681; }

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

This text font color is #A76681.


Background Color

.myBgColor { background-color: #A76681; }

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

This div background color is #A76681.


Border color

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

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

This div border color is #A76681.


Opacity

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

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

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

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

This text has shadow with #A76681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76681 on black background.


Color preview on white background

This text has color #A76681 on white background.



Black color preview on #A76681 background

This text has black color on #A76681 background.


White color preview on #A76681 background

This text has white color on #A76681 background.