COLOR #A7738D

HEX: #A7738D RGB: (167,115,141)

Color info

#A7738D contains red, green and blue colors in about the same proportion. Web safe color of #A7738D is #996699 (or #969).

RGB color model

#A7738D color RGB value is (167,115,141).

RGB: (167,115,141) (65%, 45%, 55%)

RGB channels and saturation

R 167 of 255 = 65%
G 115 of 255 = 45%
B 141 of 255 = 55%

167
115
141

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

Portions of RGB colors in percentages

R + G + B = 167 + 115 + 141 = 423 (100%)
R 167 of 423 ~ 39.48%
G 115 of 423 ~ 27.19%
B 141 of 423 ~ 33.33'%

%39.48
%27.19
%33.33

CMYK color model

#A7738D color CMYK value is (0,31,16,35).

  • cyan value is 0.00%
  • magenta value is 31.14%
  • yellow value is 15.57%
  • key color value is 34.51%

CMYK: (0,31,16,35)
C0M31Y16K35 (0%, 31%, 16%, 35%)
(0.00 / 0.31 / 0.16 / 0.35)

CMYK percentages

%0
%31.14
%15.57
%34.51

Codes

Color #A7738D in popluar color models

A7 73 8D
RGB 167 115 141
HSL 330° 22.81% 55.29%
HSB/HSV 330° 31.14% 65.49%
CMYK 0.00% 31.14% 15.57%
34.51%

Color #A7738D in popluar number systems.

HEX A7 73 8D
Decimal 167 115 141
Binary 10100111 1110011 10001101
Octal 247 163 215

Shades and tints

Shades of #A7738D

#A7738D
(167,115,141)
#986981
(152,105,129)
#895F75
(137,95,117)
#7A5569
(122,85,105)
#6B4B5D
(107,75,93)
#5C4151
(92,65,81)
#4D3745
(77,55,69)
#3E2D39
(62,45,57)
#2F232D
(47,35,45)
#201921
(32,25,33)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #A7738D

#A7738D
(167,115,141)
#AF7F97
(175,127,151)
#B78BA1
(183,139,161)
#BF97AB
(191,151,171)
#C7A3B5
(199,163,181)
#CFAFBF
(207,175,191)
#D7BBC9
(215,187,201)
#DFC7D3
(223,199,211)
#E7D3DD
(231,211,221)
#EFDFE7
(239,223,231)
#F7EBF1
(247,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7738D color. Also use rgb(167,115,141) instead hex code.

Text Font Color

.myTextColor { color: #A7738D; }

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

This text font color is #A7738D.

Background Color

.myBgColor { background-color: #A7738D; }

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

This div background color is #A7738D.

Border color

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

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

This div border color is #A7738D.

Opacity

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

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

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

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

This text has shadow with #A7738D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7738D.

Preview

Color preview on black background

This text has color #A7738D on black background.


Color preview on white background

This text has color #A7738D on white background.


Black color preview on #A7738D background

This text has black color on #A7738D background.


White color preview on #A7738D background

This text has white color on #A7738D background.


Related colors

Complementary color

Complementary color for #hex is #588C72.


I love getcolorcode.com

Triadic colors

1 #8DA773 and #738DA7 with #A7738D are triadic colors.

2 #8D73A7 and #73A78D with #A7738D are triadic colors.