COLOR #AA8F8F

HEX: #AA8F8F
RGB: (170,143,143)

Color info

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

RGB color model

#AA8F8F color RGB value is (170,143,143).

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

RGB channels and saturation

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

170
143
143

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

Portions of RGB colors in percentages

R + G + B =
170 + 143 + 143 = 456 (100%)
R 170 of 456 ~ 37.28%
G 143 of 456 ~ 31.36%
B 143 of 456 ~ 31.36%

%37.28
%31.36
%31.36

CMYK color model

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

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

CMYK percentages

%0
%15.88
%15.88
%33.33

Codes

Color #AA8F8F in popluar color models

AA8F8F
RGB170143143
HSL13.71%61.37%
HSB/HSV15.88%66.67%
CMYK0.00%15.88%15.88%
33.33%

Color #AA8F8F in popluar number systems.

HEXAA8F8F
Decimal170143143
Binary101010101000111110001111
Octal252217217

Shades and tints

Shades of #AA8F8F

#AA8F8F
(170,143,143)
#9B8282
(155,130,130)
#8C7575
(140,117,117)
#7D6868
(125,104,104)
#6E5B5B
(110,91,91)
#5F4E4E
(95,78,78)
#504141
(80,65,65)
#413434
(65,52,52)
#322727
(50,39,39)
#231A1A
(35,26,26)
#140D0D
(20,13,13)
#000000
(0,0,0)

Tints of #AA8F8F

#AA8F8F
(170,143,143)
#B19999
(177,153,153)
#B8A3A3
(184,163,163)
#BFADAD
(191,173,173)
#C6B7B7
(198,183,183)
#CDC1C1
(205,193,193)
#D4CBCB
(212,203,203)
#DBD5D5
(219,213,213)
#E2DFDF
(226,223,223)
#E9E9E9
(233,233,233)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8F8F; }

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

This text font color is #AA8F8F.


Background Color

.myBgColor { background-color: #AA8F8F; }

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

This div background color is #AA8F8F.


Border color

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

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

This div border color is #AA8F8F.


Opacity

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

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

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

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

This text has shadow with #AA8F8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8F8F on black background.


Color preview on white background

This text has color #AA8F8F on white background.



Black color preview on #AA8F8F background

This text has black color on #AA8F8F background.


White color preview on #AA8F8F background

This text has white color on #AA8F8F background.