COLOR #AA8274

HEX: #AA8274
RGB: (170,130,116)

Color info

#AA8274 contains red, green and blue colors in about the same proportion. Web safe color of #AA8274 is #999966 (or #996).

RGB color model

#AA8274 color RGB value is (170,130,116).

  • red value is 170;
  • green value is 130;
  • blue value is 116.
RGB:
(170,130,116)
(67%,51%,45%)

RGB channels and saturation

R 170 of 255 = 67%
G 130 of 255 = 51%
B 116 of 255 = 45%

170
130
116

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

Portions of RGB colors in percentages

R + G + B =
170 + 130 + 116 = 416 (100%)
R 170 of 416 ~ 40.87%
G 130 of 416 ~ 31.25%
B 116 of 416 ~ 27.88%

%40.87
%31.25
%27.88

CMYK color model

#AA8274 color CMYK value is (0,24,32,33).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 31.76%
  • key color value is 33.33%
CMYK:
(0,24,32,33)
C0M24Y32K33 
(0%,24%,32%,33%)
(0.00/0.24/0.32/0.33)	

CMYK percentages

%0
%23.53
%31.76
%33.33

Codes

Color #AA8274 in popluar color models

AA8274
RGB170130116
HSL16°24.11%56.08%
HSB/HSV16°31.76%66.67%
CMYK0.00%23.53%31.76%
33.33%

Color #AA8274 in popluar number systems.

HEXAA8274
Decimal170130116
Binary10101010100000101110100
Octal252202164

Shades and tints

Shades of #AA8274

#AA8274
(170,130,116)
#9B776A
(155,119,106)
#8C6C60
(140,108,96)
#7D6156
(125,97,86)
#6E564C
(110,86,76)
#5F4B42
(95,75,66)
#504038
(80,64,56)
#41352E
(65,53,46)
#322A24
(50,42,36)
#231F1A
(35,31,26)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #AA8274

#AA8274
(170,130,116)
#B18D80
(177,141,128)
#B8988C
(184,152,140)
#BFA398
(191,163,152)
#C6AEA4
(198,174,164)
#CDB9B0
(205,185,176)
#D4C4BC
(212,196,188)
#DBCFC8
(219,207,200)
#E2DAD4
(226,218,212)
#E9E5E0
(233,229,224)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8274; }

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

This text font color is #AA8274.


Background Color

.myBgColor { background-color: #AA8274; }

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

This div background color is #AA8274.


Border color

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

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

This div border color is #AA8274.


Opacity

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

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

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

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

This text has shadow with #AA8274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8274 on black background.


Color preview on white background

This text has color #AA8274 on white background.



Black color preview on #AA8274 background

This text has black color on #AA8274 background.


White color preview on #AA8274 background

This text has white color on #AA8274 background.