COLOR #A7698A

HEX: #A7698A RGB: (167,105,138)

Color info

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

RGB color model

#A7698A color RGB value is (167,105,138).

RGB: (167,105,138) (65%, 41%, 54%)

RGB channels and saturation

R 167 of 255 = 65%
G 105 of 255 = 41%
B 138 of 255 = 54%

167
105
138

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

Portions of RGB colors in percentages

R + G + B = 167 + 105 + 138 = 410 (100%)
R 167 of 410 ~ 40.73%
G 105 of 410 ~ 25.61%
B 138 of 410 ~ 33.66'%

%40.73
%25.61
%33.66

CMYK color model

#A7698A color CMYK value is (0,37,17,35).

  • cyan value is 0.00%
  • magenta value is 37.13%
  • yellow value is 17.37%
  • key color value is 34.51%

CMYK: (0,37,17,35)
C0M37Y17K35 (0%, 37%, 17%, 35%)
(0.00 / 0.37 / 0.17 / 0.35)

CMYK percentages

%0
%37.13
%17.37
%34.51

Codes

Color #A7698A in popluar color models

A7 69 8A
RGB 167 105 138
HSL 328° 26.05% 53.33%
HSB/HSV 328° 37.13% 65.49%
CMYK 0.00% 37.13% 17.37%
34.51%

Color #A7698A in popluar number systems.

HEX A7 69 8A
Decimal 167 105 138
Binary 10100111 1101001 10001010
Octal 247 151 212

Shades and tints

Shades of #A7698A

#A7698A
(167,105,138)
#98607E
(152,96,126)
#895772
(137,87,114)
#7A4E66
(122,78,102)
#6B455A
(107,69,90)
#5C3C4E
(92,60,78)
#4D3342
(77,51,66)
#3E2A36
(62,42,54)
#2F212A
(47,33,42)
#20181E
(32,24,30)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #A7698A

#A7698A
(167,105,138)
#AF7694
(175,118,148)
#B7839E
(183,131,158)
#BF90A8
(191,144,168)
#C79DB2
(199,157,178)
#CFAABC
(207,170,188)
#D7B7C6
(215,183,198)
#DFC4D0
(223,196,208)
#E7D1DA
(231,209,218)
#EFDEE4
(239,222,228)
#F7EBEE
(247,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7698A color. Also use rgb(167,105,138) instead hex code.

Text Font Color

.myTextColor { color: #A7698A; }

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

This text font color is #A7698A.

Background Color

.myBgColor { background-color: #A7698A; }

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

This div background color is #A7698A.

Border color

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

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

This div border color is #A7698A.

Opacity

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

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

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

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

This text has shadow with #A7698A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7698A.

Preview

Color preview on black background

This text has color #A7698A on black background.


Color preview on white background

This text has color #A7698A on white background.


Black color preview on #A7698A background

This text has black color on #A7698A background.


White color preview on #A7698A background

This text has white color on #A7698A background.


Related colors

Complementary color

Complementary color for #hex is #589675.


I love getcolorcode.com

Triadic colors

1 #8AA769 and #698AA7 with #A7698A are triadic colors.

2 #8A69A7 and #69A78A with #A7698A are triadic colors.