COLOR #AA8F28

HEX: #AA8F28
RGB: (170,143,40)

Color info

#AA8F28 contains mainly red and green colors. Web safe color of #AA8F28 is #999933 (or #993).

RGB color model

#AA8F28 color RGB value is (170,143,40).

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

RGB channels and saturation

R 170 of 255 = 67%
G 143 of 255 = 56%
B 40 of 255 = 16%

170
143
40

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

Portions of RGB colors in percentages

R + G + B =
170 + 143 + 40 = 353 (100%)
R 170 of 353 ~ 48.16%
G 143 of 353 ~ 40.51%
B 40 of 353 ~ 11.33%

%48.16
%40.51
%11.33

CMYK color model

#AA8F28 color CMYK value is (0,16,76,33).

  • cyan value is 0.00%
  • magenta value is 15.88%
  • yellow value is 76.47%
  • key color value is 33.33%
CMYK:
(0,16,76,33)
C0M16Y76K33 
(0%,16%,76%,33%)
(0.00/0.16/0.76/0.33)	

CMYK percentages

%0
%15.88
%76.47
%33.33

Codes

Color #AA8F28 in popluar color models

AA8F28
RGB17014340
HSL48°61.90%41.18%
HSB/HSV48°76.47%66.67%
CMYK0.00%15.88%76.47%
33.33%

Color #AA8F28 in popluar number systems.

HEXAA8F28
Decimal17014340
Binary1010101010001111101000
Octal25221750

Shades and tints

Shades of #AA8F28

#AA8F28
(170,143,40)
#9B8225
(155,130,37)
#8C7522
(140,117,34)
#7D681F
(125,104,31)
#6E5B1C
(110,91,28)
#5F4E19
(95,78,25)
#504116
(80,65,22)
#413413
(65,52,19)
#322710
(50,39,16)
#231A0D
(35,26,13)
#140D0A
(20,13,10)
#000000
(0,0,0)

Tints of #AA8F28

#AA8F28
(170,143,40)
#B1993B
(177,153,59)
#B8A34E
(184,163,78)
#BFAD61
(191,173,97)
#C6B774
(198,183,116)
#CDC187
(205,193,135)
#D4CB9A
(212,203,154)
#DBD5AD
(219,213,173)
#E2DFC0
(226,223,192)
#E9E9D3
(233,233,211)
#F0F3E6
(240,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8F28; }

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

This text font color is #AA8F28.


Background Color

.myBgColor { background-color: #AA8F28; }

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

This div background color is #AA8F28.


Border color

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

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

This div border color is #AA8F28.


Opacity

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

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

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

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

This text has shadow with #AA8F28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8F28 on black background.


Color preview on white background

This text has color #AA8F28 on white background.



Black color preview on #AA8F28 background

This text has black color on #AA8F28 background.


White color preview on #AA8F28 background

This text has white color on #AA8F28 background.