COLOR #A7735A

HEX: #A7735A RGB: (167,115,90)

Color info

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

RGB color model

#A7735A color RGB value is (167,115,90).

RGB: (167,115,90) (65%, 45%, 35%)

RGB channels and saturation

R 167 of 255 = 65%
G 115 of 255 = 45%
B 90 of 255 = 35%

167
115
90

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

Portions of RGB colors in percentages

R + G + B = 167 + 115 + 90 = 372 (100%)
R 167 of 372 ~ 44.89%
G 115 of 372 ~ 30.91%
B 90 of 372 ~ 24.19'%

%44.89
%30.91
%24.19

CMYK color model

#A7735A color CMYK value is (0,31,46,35).

  • cyan value is 0.00%
  • magenta value is 31.14%
  • yellow value is 46.11%
  • key color value is 34.51%
CMYK: (0,31,46,35) C0M31Y46K35 (0%,31%,46%,35%) (0.00/0.31/0.46/0.35) 

CMYK percentages

%0
%31.14
%46.11
%34.51

Codes

Color #A7735A in popluar color models

A7 73 5A
RGB 167 115 90
HSL 19° 30.43% 50.39%
HSB/HSV 19° 46.11% 65.49%
CMYK 0.00% 31.14% 46.11%
34.51%

Color #A7735A in popluar number systems.

HEX A7 73 5A
Decimal 167 115 90
Binary 10100111 1110011 1011010
Octal 247 163 132

Shades and tints

Shades of #A7735A

#A7735A
(167,115,90)
#986952
(152,105,82)
#895F4A
(137,95,74)
#7A5542
(122,85,66)
#6B4B3A
(107,75,58)
#5C4132
(92,65,50)
#4D372A
(77,55,42)
#3E2D22
(62,45,34)
#2F231A
(47,35,26)
#201912
(32,25,18)
#110F0A
(17,15,10)
#000000
(0,0,0)

Tints of #A7735A

#A7735A
(167,115,90)
#AF7F69
(175,127,105)
#B78B78
(183,139,120)
#BF9787
(191,151,135)
#C7A396
(199,163,150)
#CFAFA5
(207,175,165)
#D7BBB4
(215,187,180)
#DFC7C3
(223,199,195)
#E7D3D2
(231,211,210)
#EFDFE1
(239,223,225)
#F7EBF0
(247,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7735A; }

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

This text font color is #A7735A.

Background Color

.myBgColor { background-color: #A7735A; }

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

This div background color is #A7735A.

Border color

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

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

This div border color is #A7735A.

Opacity

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

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

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

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

This text has shadow with #A7735A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7735A.

Preview

Color preview on black background

This text has color #A7735A on black background.


Color preview on white background

This text has color #A7735A on white background.


Black color preview on #A7735A background

This text has black color on #A7735A background.


White color preview on #A7735A background

This text has white color on #A7735A background.


Related colors

Complementary color

Complementary color for #hex is #588CA5.


I love getcolorcode.com

Triadic colors

1 #5AA773 and #735AA7 with #A7735A are triadic colors.

2 #5A73A7 and #73A75A with #A7735A are triadic colors.