COLOR #AAA58F

HEX: #AAA58F
RGB: (170,165,143)

Color info

#AAA58F contains red, green and blue colors in about the same proportion. Web safe color of #AAA58F is #999999 (or #999).

RGB color model

#AAA58F color RGB value is (170,165,143).

  • red value is 170;
  • green value is 165;
  • blue value is 143.
RGB:
(170,165,143)
(67%,65%,56%)

RGB channels and saturation

R 170 of 255 = 67%
G 165 of 255 = 65%
B 143 of 255 = 56%

170
165
143

R + G + B ~ 63%. #AAA58F is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 165 + 143 = 478 (100%)
R 170 of 478 ~ 35.56%
G 165 of 478 ~ 34.52%
B 143 of 478 ~ 29.92%

%35.56
%34.52
%29.92

CMYK color model

#AAA58F color CMYK value is (0,3,16,33).

  • cyan value is 0.00%
  • magenta value is 2.94%
  • yellow value is 15.88%
  • key color value is 33.33%
CMYK:
(0,3,16,33)
C0M3Y16K33 
(0%,3%,16%,33%)
(0.00/0.03/0.16/0.33)	

CMYK percentages

%0
%2.94
%15.88
%33.33

Codes

Color #AAA58F in popluar color models

AAA58F
RGB170165143
HSL49°13.71%61.37%
HSB/HSV49°15.88%66.67%
CMYK0.00%2.94%15.88%
33.33%

Color #AAA58F in popluar number systems.

HEXAAA58F
Decimal170165143
Binary101010101010010110001111
Octal252245217

Shades and tints

Shades of #AAA58F

#AAA58F
(170,165,143)
#9B9682
(155,150,130)
#8C8775
(140,135,117)
#7D7868
(125,120,104)
#6E695B
(110,105,91)
#5F5A4E
(95,90,78)
#504B41
(80,75,65)
#413C34
(65,60,52)
#322D27
(50,45,39)
#231E1A
(35,30,26)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #AAA58F

#AAA58F
(170,165,143)
#B1AD99
(177,173,153)
#B8B5A3
(184,181,163)
#BFBDAD
(191,189,173)
#C6C5B7
(198,197,183)
#CDCDC1
(205,205,193)
#D4D5CB
(212,213,203)
#DBDDD5
(219,221,213)
#E2E5DF
(226,229,223)
#E9EDE9
(233,237,233)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAA58F color. Also use rgb(170,165,143) instead hex code.

Text Font Color

.myTextColor { color: #AAA58F; }

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

This text font color is #AAA58F.


Background Color

.myBgColor { background-color: #AAA58F; }

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

This div background color is #AAA58F.


Border color

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

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

This div border color is #AAA58F.


Opacity

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

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

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

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

This text has shadow with #AAA58F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA58F on black background.


Color preview on white background

This text has color #AAA58F on white background.



Black color preview on #AAA58F background

This text has black color on #AAA58F background.


White color preview on #AAA58F background

This text has white color on #AAA58F background.