COLOR #A7705D

HEX: #A7705D RGB: (167,112,93)

Color info

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

RGB color model

#A7705D color RGB value is (167,112,93).

RGB: (167,112,93) (65%, 44%, 36%)

RGB channels and saturation

R 167 of 255 = 65%
G 112 of 255 = 44%
B 93 of 255 = 36%

167
112
93

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

Portions of RGB colors in percentages

R + G + B = 167 + 112 + 93 = 372 (100%)
R 167 of 372 ~ 44.89%
G 112 of 372 ~ 30.11%
B 93 of 372 ~ 25'%

%44.89
%30.11
%25

CMYK color model

#A7705D color CMYK value is (0,33,44,35).

  • cyan value is 0.00%
  • magenta value is 32.93%
  • yellow value is 44.31%
  • key color value is 34.51%

CMYK: (0,33,44,35)
C0M33Y44K35 (0%, 33%, 44%, 35%)
(0.00 / 0.33 / 0.44 / 0.35)

CMYK percentages

%0
%32.93
%44.31
%34.51

Codes

Color #A7705D in popluar color models

A7 70 5D
RGB 167 112 93
HSL 15° 29.60% 50.98%
HSB/HSV 15° 44.31% 65.49%
CMYK 0.00% 32.93% 44.31%
34.51%

Color #A7705D in popluar number systems.

HEX A7 70 5D
Decimal 167 112 93
Binary 10100111 1110000 1011101
Octal 247 160 135

Shades and tints

Shades of #A7705D

#A7705D
(167,112,93)
#986655
(152,102,85)
#895C4D
(137,92,77)
#7A5245
(122,82,69)
#6B483D
(107,72,61)
#5C3E35
(92,62,53)
#4D342D
(77,52,45)
#3E2A25
(62,42,37)
#2F201D
(47,32,29)
#201615
(32,22,21)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #A7705D

#A7705D
(167,112,93)
#AF7D6B
(175,125,107)
#B78A79
(183,138,121)
#BF9787
(191,151,135)
#C7A495
(199,164,149)
#CFB1A3
(207,177,163)
#D7BEB1
(215,190,177)
#DFCBBF
(223,203,191)
#E7D8CD
(231,216,205)
#EFE5DB
(239,229,219)
#F7F2E9
(247,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7705D color. Also use rgb(167,112,93) instead hex code.

Text Font Color

.myTextColor { color: #A7705D; }

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

This text font color is #A7705D.

Background Color

.myBgColor { background-color: #A7705D; }

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

This div background color is #A7705D.

Border color

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

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

This div border color is #A7705D.

Opacity

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

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

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

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

This text has shadow with #A7705D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7705D.

Preview

Color preview on black background

This text has color #A7705D on black background.


Color preview on white background

This text has color #A7705D on white background.


Black color preview on #A7705D background

This text has black color on #A7705D background.


White color preview on #A7705D background

This text has white color on #A7705D background.


Related colors

Complementary color

Complementary color for #hex is #588FA2.


I love getcolorcode.com

Triadic colors

1 #5DA770 and #705DA7 with #A7705D are triadic colors.

2 #5D70A7 and #70A75D with #A7705D are triadic colors.