COLOR #A7687A

HEX: #A7687A RGB: (167,104,122)

Color info

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

RGB color model

#A7687A color RGB value is (167,104,122).

RGB: (167,104,122) (65%, 41%, 48%)

RGB channels and saturation

R 167 of 255 = 65%
G 104 of 255 = 41%
B 122 of 255 = 48%

167
104
122

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

Portions of RGB colors in percentages

R + G + B = 167 + 104 + 122 = 393 (100%)
R 167 of 393 ~ 42.49%
G 104 of 393 ~ 26.46%
B 122 of 393 ~ 31.04'%

%42.49
%26.46
%31.04

CMYK color model

#A7687A color CMYK value is (0,38,27,35).

  • cyan value is 0.00%
  • magenta value is 37.72%
  • yellow value is 26.95%
  • key color value is 34.51%
CMYK: (0,38,27,35) C0M38Y27K35 (0%,38%,27%,35%) (0.00/0.38/0.27/0.35) 

CMYK percentages

%0
%37.72
%26.95
%34.51

Codes

Color #A7687A in popluar color models

A7 68 7A
RGB 167 104 122
HSL 343° 26.36% 53.14%
HSB/HSV 343° 37.72% 65.49%
CMYK 0.00% 37.72% 26.95%
34.51%

Color #A7687A in popluar number systems.

HEX A7 68 7A
Decimal 167 104 122
Binary 10100111 1101000 1111010
Octal 247 150 172

Shades and tints

Shades of #A7687A

#A7687A
(167,104,122)
#985F6F
(152,95,111)
#895664
(137,86,100)
#7A4D59
(122,77,89)
#6B444E
(107,68,78)
#5C3B43
(92,59,67)
#4D3238
(77,50,56)
#3E292D
(62,41,45)
#2F2022
(47,32,34)
#201717
(32,23,23)
#110E0C
(17,14,12)
#000000
(0,0,0)

Tints of #A7687A

#A7687A
(167,104,122)
#AF7586
(175,117,134)
#B78292
(183,130,146)
#BF8F9E
(191,143,158)
#C79CAA
(199,156,170)
#CFA9B6
(207,169,182)
#D7B6C2
(215,182,194)
#DFC3CE
(223,195,206)
#E7D0DA
(231,208,218)
#EFDDE6
(239,221,230)
#F7EAF2
(247,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7687A color. Also use rgb(167,104,122) instead hex code.

Text Font Color

.myTextColor { color: #A7687A; }

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

This text font color is #A7687A.

Background Color

.myBgColor { background-color: #A7687A; }

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

This div background color is #A7687A.

Border color

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

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

This div border color is #A7687A.

Opacity

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

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

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

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

This text has shadow with #A7687A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7687A.

Preview

Color preview on black background

This text has color #A7687A on black background.


Color preview on white background

This text has color #A7687A on white background.


Black color preview on #A7687A background

This text has black color on #A7687A background.


White color preview on #A7687A background

This text has white color on #A7687A background.


Related colors

Complementary color

Complementary color for #hex is #589785.


I love getcolorcode.com

Triadic colors

1 #7AA768 and #687AA7 with #A7687A are triadic colors.

2 #7A68A7 and #68A77A with #A7687A are triadic colors.