COLOR #AA8A5D

HEX: #AA8A5D RGB: (170,138,93)

Color info

#AA8A5D contains mainly red and green colors. Web safe color of #AA8A5D is #999966 (or #996).

RGB color model

#AA8A5D color RGB value is (170,138,93).

RGB: (170,138,93) (67%, 54%, 36%)

RGB channels and saturation

R 170 of 255 = 67%
G 138 of 255 = 54%
B 93 of 255 = 36%

170
138
93

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

Portions of RGB colors in percentages

R + G + B = 170 + 138 + 93 = 401 (100%)
R 170 of 401 ~ 42.39%
G 138 of 401 ~ 34.41%
B 93 of 401 ~ 23.19'%

%42.39
%34.41
%23.19

CMYK color model

#AA8A5D color CMYK value is (0,19,45,33).

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

CMYK: (0,19,45,33)
C0M19Y45K33 (0%, 19%, 45%, 33%)
(0.00 / 0.19 / 0.45 / 0.33)

CMYK percentages

%0
%18.82
%45.29
%33.33

Codes

Color #AA8A5D in popluar color models

AA 8A 5D
RGB 170 138 93
HSL 35° 31.17% 51.57%
HSB/HSV 35° 45.29% 66.67%
CMYK 0.00% 18.82% 45.29%
33.33%

Color #AA8A5D in popluar number systems.

HEX AA 8A 5D
Decimal 170 138 93
Binary 10101010 10001010 1011101
Octal 252 212 135

Shades and tints

Shades of #AA8A5D

#AA8A5D
(170,138,93)
#9B7E55
(155,126,85)
#8C724D
(140,114,77)
#7D6645
(125,102,69)
#6E5A3D
(110,90,61)
#5F4E35
(95,78,53)
#50422D
(80,66,45)
#413625
(65,54,37)
#322A1D
(50,42,29)
#231E15
(35,30,21)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #AA8A5D

#AA8A5D
(170,138,93)
#B1946B
(177,148,107)
#B89E79
(184,158,121)
#BFA887
(191,168,135)
#C6B295
(198,178,149)
#CDBCA3
(205,188,163)
#D4C6B1
(212,198,177)
#DBD0BF
(219,208,191)
#E2DACD
(226,218,205)
#E9E4DB
(233,228,219)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8A5D; }

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

This text font color is #AA8A5D.

Background Color

.myBgColor { background-color: #AA8A5D; }

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

This div background color is #AA8A5D.

Border color

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

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

This div border color is #AA8A5D.

Opacity

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

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

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

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

This text has shadow with #AA8A5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8A5D.

Preview

Color preview on black background

This text has color #AA8A5D on black background.


Color preview on white background

This text has color #AA8A5D on white background.


Black color preview on #AA8A5D background

This text has black color on #AA8A5D background.


White color preview on #AA8A5D background

This text has white color on #AA8A5D background.


Related colors

Complementary color

Complementary color for #hex is #5575A2.


I love getcolorcode.com

Triadic colors

1 #5DAA8A and #8A5DAA with #AA8A5D are triadic colors.

2 #5D8AAA and #8AAA5D with #AA8A5D are triadic colors.