COLOR #AA765D

HEX: #AA765D RGB: (170,118,93)

Color info

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

RGB color model

#AA765D color RGB value is (170,118,93).

RGB: (170,118,93) (67%, 46%, 36%)

RGB channels and saturation

R 170 of 255 = 67%
G 118 of 255 = 46%
B 93 of 255 = 36%

170
118
93

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

Portions of RGB colors in percentages

R + G + B = 170 + 118 + 93 = 381 (100%)
R 170 of 381 ~ 44.62%
G 118 of 381 ~ 30.97%
B 93 of 381 ~ 24.41'%

%44.62
%30.97
%24.41

CMYK color model

#AA765D color CMYK value is (0,31,45,33).

  • cyan value is 0.00%
  • magenta value is 30.59%
  • yellow value is 45.29%
  • key color value is 33.33%

CMYK: (0,31,45,33)
C0M31Y45K33 (0%, 31%, 45%, 33%)
(0.00 / 0.31 / 0.45 / 0.33)

CMYK percentages

%0
%30.59
%45.29
%33.33

Codes

Color #AA765D in popluar color models

AA 76 5D
RGB 170 118 93
HSL 19° 31.17% 51.57%
HSB/HSV 19° 45.29% 66.67%
CMYK 0.00% 30.59% 45.29%
33.33%

Color #AA765D in popluar number systems.

HEX AA 76 5D
Decimal 170 118 93
Binary 10101010 1110110 1011101
Octal 252 166 135

Shades and tints

Shades of #AA765D

#AA765D
(170,118,93)
#9B6C55
(155,108,85)
#8C624D
(140,98,77)
#7D5845
(125,88,69)
#6E4E3D
(110,78,61)
#5F4435
(95,68,53)
#503A2D
(80,58,45)
#413025
(65,48,37)
#32261D
(50,38,29)
#231C15
(35,28,21)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #AA765D

#AA765D
(170,118,93)
#B1826B
(177,130,107)
#B88E79
(184,142,121)
#BF9A87
(191,154,135)
#C6A695
(198,166,149)
#CDB2A3
(205,178,163)
#D4BEB1
(212,190,177)
#DBCABF
(219,202,191)
#E2D6CD
(226,214,205)
#E9E2DB
(233,226,219)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA765D color. Also use rgb(170,118,93) instead hex code.

Text Font Color

.myTextColor { color: #AA765D; }

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

This text font color is #AA765D.

Background Color

.myBgColor { background-color: #AA765D; }

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

This div background color is #AA765D.

Border color

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

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

This div border color is #AA765D.

Opacity

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

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

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

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

This text has shadow with #AA765D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA765D.

Preview

Color preview on black background

This text has color #AA765D on black background.


Color preview on white background

This text has color #AA765D on white background.


Black color preview on #AA765D background

This text has black color on #AA765D background.


White color preview on #AA765D background

This text has white color on #AA765D background.


Related colors

Complementary color

Complementary color for #hex is #5589A2.


I love getcolorcode.com

Triadic colors

1 #5DAA76 and #765DAA with #AA765D are triadic colors.

2 #5D76AA and #76AA5D with #AA765D are triadic colors.