COLOR #AA7C65

HEX: #AA7C65 RGB: (170,124,101)

Color info

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

RGB color model

#AA7C65 color RGB value is (170,124,101).

RGB: (170,124,101) (67%, 49%, 40%)

RGB channels and saturation

R 170 of 255 = 67%
G 124 of 255 = 49%
B 101 of 255 = 40%

170
124
101

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

Portions of RGB colors in percentages

R + G + B = 170 + 124 + 101 = 395 (100%)
R 170 of 395 ~ 43.04%
G 124 of 395 ~ 31.39%
B 101 of 395 ~ 25.57'%

%43.04
%31.39
%25.57

CMYK color model

#AA7C65 color CMYK value is (0,27,41,33).

  • cyan value is 0.00%
  • magenta value is 27.06%
  • yellow value is 40.59%
  • key color value is 33.33%
CMYK: (0,27,41,33) C0M27Y41K33 (0%,27%,41%,33%) (0.00/0.27/0.41/0.33) 

CMYK percentages

%0
%27.06
%40.59
%33.33

Codes

Color #AA7C65 in popluar color models

AA 7C 65
RGB 170 124 101
HSL 20° 28.87% 53.14%
HSB/HSV 20° 40.59% 66.67%
CMYK 0.00% 27.06% 40.59%
33.33%

Color #AA7C65 in popluar number systems.

HEX AA 7C 65
Decimal 170 124 101
Binary 10101010 1111100 1100101
Octal 252 174 145

Shades and tints

Shades of #AA7C65

#AA7C65
(170,124,101)
#9B715C
(155,113,92)
#8C6653
(140,102,83)
#7D5B4A
(125,91,74)
#6E5041
(110,80,65)
#5F4538
(95,69,56)
#503A2F
(80,58,47)
#412F26
(65,47,38)
#32241D
(50,36,29)
#231914
(35,25,20)
#140E0B
(20,14,11)
#000000
(0,0,0)

Tints of #AA7C65

#AA7C65
(170,124,101)
#B18773
(177,135,115)
#B89281
(184,146,129)
#BF9D8F
(191,157,143)
#C6A89D
(198,168,157)
#CDB3AB
(205,179,171)
#D4BEB9
(212,190,185)
#DBC9C7
(219,201,199)
#E2D4D5
(226,212,213)
#E9DFE3
(233,223,227)
#F0EAF1
(240,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA7C65 color. Also use rgb(170,124,101) instead hex code.

Text Font Color

.myTextColor { color: #AA7C65; }

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

This text font color is #AA7C65.

Background Color

.myBgColor { background-color: #AA7C65; }

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

This div background color is #AA7C65.

Border color

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

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

This div border color is #AA7C65.

Opacity

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

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

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

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

This text has shadow with #AA7C65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA7C65.

Preview

Color preview on black background

This text has color #AA7C65 on black background.


Color preview on white background

This text has color #AA7C65 on white background.


Black color preview on #AA7C65 background

This text has black color on #AA7C65 background.


White color preview on #AA7C65 background

This text has white color on #AA7C65 background.


Related colors

Complementary color

Complementary color for #hex is #55839A.


I love getcolorcode.com

Triadic colors

1 #65AA7C and #7C65AA with #AA7C65 are triadic colors.

2 #657CAA and #7CAA65 with #AA7C65 are triadic colors.