COLOR #AA846B

HEX: #AA846B
RGB: (170,132,107)

Color info

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

RGB color model

#AA846B color RGB value is (170,132,107).

  • red value is 170;
  • green value is 132;
  • blue value is 107.
RGB:
(170,132,107)
(67%,52%,42%)

RGB channels and saturation

R 170 of 255 = 67%
G 132 of 255 = 52%
B 107 of 255 = 42%

170
132
107

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

Portions of RGB colors in percentages

R + G + B =
170 + 132 + 107 = 409 (100%)
R 170 of 409 ~ 41.56%
G 132 of 409 ~ 32.27%
B 107 of 409 ~ 26.16%

%41.56
%32.27
%26.16

CMYK color model

#AA846B color CMYK value is (0,22,37,33).

  • cyan value is 0.00%
  • magenta value is 22.35%
  • yellow value is 37.06%
  • key color value is 33.33%
CMYK:
(0,22,37,33)
C0M22Y37K33 
(0%,22%,37%,33%)
(0.00/0.22/0.37/0.33)	

CMYK percentages

%0
%22.35
%37.06
%33.33

Codes

Color #AA846B in popluar color models

AA846B
RGB170132107
HSL24°27.04%54.31%
HSB/HSV24°37.06%66.67%
CMYK0.00%22.35%37.06%
33.33%

Color #AA846B in popluar number systems.

HEXAA846B
Decimal170132107
Binary10101010100001001101011
Octal252204153

Shades and tints

Shades of #AA846B

#AA846B
(170,132,107)
#9B7862
(155,120,98)
#8C6C59
(140,108,89)
#7D6050
(125,96,80)
#6E5447
(110,84,71)
#5F483E
(95,72,62)
#503C35
(80,60,53)
#41302C
(65,48,44)
#322423
(50,36,35)
#23181A
(35,24,26)
#140C11
(20,12,17)
#000000
(0,0,0)

Tints of #AA846B

#AA846B
(170,132,107)
#B18F78
(177,143,120)
#B89A85
(184,154,133)
#BFA592
(191,165,146)
#C6B09F
(198,176,159)
#CDBBAC
(205,187,172)
#D4C6B9
(212,198,185)
#DBD1C6
(219,209,198)
#E2DCD3
(226,220,211)
#E9E7E0
(233,231,224)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA846B; }

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

This text font color is #AA846B.


Background Color

.myBgColor { background-color: #AA846B; }

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

This div background color is #AA846B.


Border color

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

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

This div border color is #AA846B.


Opacity

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

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

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

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

This text has shadow with #AA846B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA846B on black background.


Color preview on white background

This text has color #AA846B on white background.



Black color preview on #AA846B background

This text has black color on #AA846B background.


White color preview on #AA846B background

This text has white color on #AA846B background.