COLOR #AA925D

HEX: #AA925D RGB: (170,146,93)

Color info

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

RGB color model

#AA925D color RGB value is (170,146,93).

RGB: (170,146,93) (67%, 57%, 36%)

RGB channels and saturation

R 170 of 255 = 67%
G 146 of 255 = 57%
B 93 of 255 = 36%

170
146
93

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

Portions of RGB colors in percentages

R + G + B = 170 + 146 + 93 = 409 (100%)
R 170 of 409 ~ 41.56%
G 146 of 409 ~ 35.7%
B 93 of 409 ~ 22.74'%

%41.56
%35.7
%22.74

CMYK color model

#AA925D color CMYK value is (0,14,45,33).

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

CMYK: (0,14,45,33)
C0M14Y45K33 (0%, 14%, 45%, 33%)
(0.00 / 0.14 / 0.45 / 0.33)

CMYK percentages

%0
%14.12
%45.29
%33.33

Codes

Color #AA925D in popluar color models

AA 92 5D
RGB 170 146 93
HSL 41° 31.17% 51.57%
HSB/HSV 41° 45.29% 66.67%
CMYK 0.00% 14.12% 45.29%
33.33%

Color #AA925D in popluar number systems.

HEX AA 92 5D
Decimal 170 146 93
Binary 10101010 10010010 1011101
Octal 252 222 135

Shades and tints

Shades of #AA925D

#AA925D
(170,146,93)
#9B8555
(155,133,85)
#8C784D
(140,120,77)
#7D6B45
(125,107,69)
#6E5E3D
(110,94,61)
#5F5135
(95,81,53)
#50442D
(80,68,45)
#413725
(65,55,37)
#322A1D
(50,42,29)
#231D15
(35,29,21)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #AA925D

#AA925D
(170,146,93)
#B19B6B
(177,155,107)
#B8A479
(184,164,121)
#BFAD87
(191,173,135)
#C6B695
(198,182,149)
#CDBFA3
(205,191,163)
#D4C8B1
(212,200,177)
#DBD1BF
(219,209,191)
#E2DACD
(226,218,205)
#E9E3DB
(233,227,219)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA925D; }

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

This text font color is #AA925D.

Background Color

.myBgColor { background-color: #AA925D; }

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

This div background color is #AA925D.

Border color

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

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

This div border color is #AA925D.

Opacity

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

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

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

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

This text has shadow with #AA925D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA925D.

Preview

Color preview on black background

This text has color #AA925D on black background.


Color preview on white background

This text has color #AA925D on white background.


Black color preview on #AA925D background

This text has black color on #AA925D background.


White color preview on #AA925D background

This text has white color on #AA925D background.


Related colors

Complementary color

Complementary color for #hex is #556DA2.


I love getcolorcode.com

Triadic colors

1 #5DAA92 and #925DAA with #AA925D are triadic colors.

2 #5D92AA and #92AA5D with #AA925D are triadic colors.