COLOR #AA7D65

HEX: #AA7D65 RGB: (170,125,101)

Color info

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

RGB color model

#AA7D65 color RGB value is (170,125,101).

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

RGB channels and saturation

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

170
125
101

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

Portions of RGB colors in percentages

R + G + B = 170 + 125 + 101 = 396 (100%)
R 170 of 396 ~ 42.93%
G 125 of 396 ~ 31.57%
B 101 of 396 ~ 25.51'%

%42.93
%31.57
%25.51

CMYK color model

#AA7D65 color CMYK value is (0,26,41,33).

  • cyan value is 0.00%
  • magenta value is 26.47%
  • yellow value is 40.59%
  • key color value is 33.33%

CMYK: (0,26,41,33)
C0M26Y41K33 (0%, 26%, 41%, 33%)
(0.00 / 0.26 / 0.41 / 0.33)

CMYK percentages

%0
%26.47
%40.59
%33.33

Codes

Color #AA7D65 in popluar color models

AA 7D 65
RGB 170 125 101
HSL 21° 28.87% 53.14%
HSB/HSV 21° 40.59% 66.67%
CMYK 0.00% 26.47% 40.59%
33.33%

Color #AA7D65 in popluar number systems.

HEX AA 7D 65
Decimal 170 125 101
Binary 10101010 1111101 1100101
Octal 252 175 145

Shades and tints

Shades of #AA7D65

#AA7D65
(170,125,101)
#9B725C
(155,114,92)
#8C6753
(140,103,83)
#7D5C4A
(125,92,74)
#6E5141
(110,81,65)
#5F4638
(95,70,56)
#503B2F
(80,59,47)
#413026
(65,48,38)
#32251D
(50,37,29)
#231A14
(35,26,20)
#140F0B
(20,15,11)
#000000
(0,0,0)

Tints of #AA7D65

#AA7D65
(170,125,101)
#B18873
(177,136,115)
#B89381
(184,147,129)
#BF9E8F
(191,158,143)
#C6A99D
(198,169,157)
#CDB4AB
(205,180,171)
#D4BFB9
(212,191,185)
#DBCAC7
(219,202,199)
#E2D5D5
(226,213,213)
#E9E0E3
(233,224,227)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7D65; }

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

This text font color is #AA7D65.

Background Color

.myBgColor { background-color: #AA7D65; }

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

This div background color is #AA7D65.

Border color

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

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

This div border color is #AA7D65.

Opacity

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

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

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

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

This text has shadow with #AA7D65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA7D65.

Preview

Color preview on black background

This text has color #AA7D65 on black background.


Color preview on white background

This text has color #AA7D65 on white background.


Black color preview on #AA7D65 background

This text has black color on #AA7D65 background.


White color preview on #AA7D65 background

This text has white color on #AA7D65 background.


Related colors

Complementary color

Complementary color for #hex is #55829A.


I love getcolorcode.com

Triadic colors

1 #65AA7D and #7D65AA with #AA7D65 are triadic colors.

2 #657DAA and #7DAA65 with #AA7D65 are triadic colors.