COLOR #AA9402

HEX: #AA9402
RGB: (170,148,2)

Color info

#AA9402 contains mainly red and green colors. Web safe color of #AA9402 is #999900 (or #990).

RGB color model

#AA9402 color RGB value is (170,148,2).

  • red value is 170;
  • green value is 148;
  • blue value is 2.
RGB:
(170,148,2)
(67%,58%,1%)

RGB channels and saturation

R 170 of 255 = 67%
G 148 of 255 = 58%
B 2 of 255 = 1%

170
148
2

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

Portions of RGB colors in percentages

R + G + B =
170 + 148 + 2 = 320 (100%)
R 170 of 320 ~ 53.13%
G 148 of 320 ~ 46.25%
B 2 of 320 ~ 0.63%

%53.13
%46.25

CMYK color model

#AA9402 color CMYK value is (0,13,99,33).

  • cyan value is 0.00%
  • magenta value is 12.94%
  • yellow value is 98.82%
  • key color value is 33.33%
CMYK:
(0,13,99,33)
C0M13Y99K33 
(0%,13%,99%,33%)
(0.00/0.13/0.99/0.33)	

CMYK percentages

%0
%12.94
%98.82
%33.33

Codes

Color #AA9402 in popluar color models

AA9402
RGB1701482
HSL52°97.67%33.73%
HSB/HSV52°98.82%66.67%
CMYK0.00%12.94%98.82%
33.33%

Color #AA9402 in popluar number systems.

HEXAA9402
Decimal1701482
Binary101010101001010010
Octal2522242

Shades and tints

Shades of #AA9402

#AA9402
(170,148,2)
#9B8702
(155,135,2)
#8C7A02
(140,122,2)
#7D6D02
(125,109,2)
#6E6002
(110,96,2)
#5F5302
(95,83,2)
#504602
(80,70,2)
#413902
(65,57,2)
#322C02
(50,44,2)
#231F02
(35,31,2)
#141202
(20,18,2)
#000000
(0,0,0)

Tints of #AA9402

#AA9402
(170,148,2)
#B19D19
(177,157,25)
#B8A630
(184,166,48)
#BFAF47
(191,175,71)
#C6B85E
(198,184,94)
#CDC175
(205,193,117)
#D4CA8C
(212,202,140)
#DBD3A3
(219,211,163)
#E2DCBA
(226,220,186)
#E9E5D1
(233,229,209)
#F0EEE8
(240,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9402; }

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

This text font color is #AA9402.


Background Color

.myBgColor { background-color: #AA9402; }

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

This div background color is #AA9402.


Border color

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

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

This div border color is #AA9402.


Opacity

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

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

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

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

This text has shadow with #AA9402 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9402 on black background.


Color preview on white background

This text has color #AA9402 on white background.



Black color preview on #AA9402 background

This text has black color on #AA9402 background.


White color preview on #AA9402 background

This text has white color on #AA9402 background.