COLOR #AA9055

HEX: #AA9055 RGB: (170,144,85)

Color info

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

RGB color model

#AA9055 color RGB value is (170,144,85).

RGB: (170,144,85) (67%, 56%, 33%)

RGB channels and saturation

R 170 of 255 = 67%
G 144 of 255 = 56%
B 85 of 255 = 33%

170
144
85

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

Portions of RGB colors in percentages

R + G + B = 170 + 144 + 85 = 399 (100%)
R 170 of 399 ~ 42.61%
G 144 of 399 ~ 36.09%
B 85 of 399 ~ 21.3'%

%42.61
%36.09
%21.3

CMYK color model

#AA9055 color CMYK value is (0,15,50,33).

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 50.00%
  • key color value is 33.33%

CMYK: (0,15,50,33)
C0M15Y50K33 (0%, 15%, 50%, 33%)
(0.00 / 0.15 / 0.50 / 0.33)

CMYK percentages

%0
%15.29
%50
%33.33

Codes

Color #AA9055 in popluar color models

AA 90 55
RGB 170 144 85
HSL 42° 33.33% 50.00%
HSB/HSV 42° 50.00% 66.67%
CMYK 0.00% 15.29% 50.00%
33.33%

Color #AA9055 in popluar number systems.

HEX AA 90 55
Decimal 170 144 85
Binary 10101010 10010000 1010101
Octal 252 220 125

Shades and tints

Shades of #AA9055

#AA9055
(170,144,85)
#9B834E
(155,131,78)
#8C7647
(140,118,71)
#7D6940
(125,105,64)
#6E5C39
(110,92,57)
#5F4F32
(95,79,50)
#50422B
(80,66,43)
#413524
(65,53,36)
#32281D
(50,40,29)
#231B16
(35,27,22)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #AA9055

#AA9055
(170,144,85)
#B19A64
(177,154,100)
#B8A473
(184,164,115)
#BFAE82
(191,174,130)
#C6B891
(198,184,145)
#CDC2A0
(205,194,160)
#D4CCAF
(212,204,175)
#DBD6BE
(219,214,190)
#E2E0CD
(226,224,205)
#E9EADC
(233,234,220)
#F0F4EB
(240,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9055; }

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

This text font color is #AA9055.

Background Color

.myBgColor { background-color: #AA9055; }

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

This div background color is #AA9055.

Border color

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

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

This div border color is #AA9055.

Opacity

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

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

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

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

This text has shadow with #AA9055 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9055.

Preview

Color preview on black background

This text has color #AA9055 on black background.


Color preview on white background

This text has color #AA9055 on white background.


Black color preview on #AA9055 background

This text has black color on #AA9055 background.


White color preview on #AA9055 background

This text has white color on #AA9055 background.


Related colors

Complementary color

Complementary color for #hex is #556FAA.


I love getcolorcode.com

Triadic colors

1 #55AA90 and #9055AA with #AA9055 are triadic colors.

2 #5590AA and #90AA55 with #AA9055 are triadic colors.