COLOR #AA9262

HEX: #AA9262
RGB: (170,146,98)

Color info

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

RGB color model

#AA9262 color RGB value is (170,146,98).

  • red value is 170;
  • green value is 146;
  • blue value is 98.
RGB:
(170,146,98)
(67%,57%,38%)

RGB channels and saturation

R 170 of 255 = 67%
G 146 of 255 = 57%
B 98 of 255 = 38%

170
146
98

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

Portions of RGB colors in percentages

R + G + B =
170 + 146 + 98 = 414 (100%)
R 170 of 414 ~ 41.06%
G 146 of 414 ~ 35.27%
B 98 of 414 ~ 23.67%

%41.06
%35.27
%23.67

CMYK color model

#AA9262 color CMYK value is (0,14,42,33).

  • cyan value is 0.00%
  • magenta value is 14.12%
  • yellow value is 42.35%
  • key color value is 33.33%
CMYK:
(0,14,42,33)
C0M14Y42K33 
(0%,14%,42%,33%)
(0.00/0.14/0.42/0.33)	

CMYK percentages

%0
%14.12
%42.35
%33.33

Codes

Color #AA9262 in popluar color models

AA9262
RGB17014698
HSL40°29.75%52.55%
HSB/HSV40°42.35%66.67%
CMYK0.00%14.12%42.35%
33.33%

Color #AA9262 in popluar number systems.

HEXAA9262
Decimal17014698
Binary10101010100100101100010
Octal252222142

Shades and tints

Shades of #AA9262

#AA9262
(170,146,98)
#9B855A
(155,133,90)
#8C7852
(140,120,82)
#7D6B4A
(125,107,74)
#6E5E42
(110,94,66)
#5F513A
(95,81,58)
#504432
(80,68,50)
#41372A
(65,55,42)
#322A22
(50,42,34)
#231D1A
(35,29,26)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #AA9262

#AA9262
(170,146,98)
#B19B70
(177,155,112)
#B8A47E
(184,164,126)
#BFAD8C
(191,173,140)
#C6B69A
(198,182,154)
#CDBFA8
(205,191,168)
#D4C8B6
(212,200,182)
#DBD1C4
(219,209,196)
#E2DAD2
(226,218,210)
#E9E3E0
(233,227,224)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9262; }

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

This text font color is #AA9262.


Background Color

.myBgColor { background-color: #AA9262; }

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

This div background color is #AA9262.


Border color

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

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

This div border color is #AA9262.


Opacity

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

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

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

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

This text has shadow with #AA9262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9262 on black background.


Color preview on white background

This text has color #AA9262 on white background.



Black color preview on #AA9262 background

This text has black color on #AA9262 background.


White color preview on #AA9262 background

This text has white color on #AA9262 background.