COLOR #AA9075

HEX: #AA9075 RGB: (170,144,117)

Color info

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

RGB color model

#AA9075 color RGB value is (170,144,117).

RGB: (170,144,117) (67%, 56%, 46%)

RGB channels and saturation

R 170 of 255 = 67%
G 144 of 255 = 56%
B 117 of 255 = 46%

170
144
117

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

Portions of RGB colors in percentages

R + G + B = 170 + 144 + 117 = 431 (100%)
R 170 of 431 ~ 39.44%
G 144 of 431 ~ 33.41%
B 117 of 431 ~ 27.15'%

%39.44
%33.41
%27.15

CMYK color model

#AA9075 color CMYK value is (0,15,31,33).

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

CMYK: (0,15,31,33)
C0M15Y31K33 (0%, 15%, 31%, 33%)
(0.00 / 0.15 / 0.31 / 0.33)

CMYK percentages

%0
%15.29
%31.18
%33.33

Codes

Color #AA9075 in popluar color models

AA 90 75
RGB 170 144 117
HSL 31° 23.77% 56.27%
HSB/HSV 31° 31.18% 66.67%
CMYK 0.00% 15.29% 31.18%
33.33%

Color #AA9075 in popluar number systems.

HEX AA 90 75
Decimal 170 144 117
Binary 10101010 10010000 1110101
Octal 252 220 165

Shades and tints

Shades of #AA9075

#AA9075
(170,144,117)
#9B836B
(155,131,107)
#8C7661
(140,118,97)
#7D6957
(125,105,87)
#6E5C4D
(110,92,77)
#5F4F43
(95,79,67)
#504239
(80,66,57)
#41352F
(65,53,47)
#322825
(50,40,37)
#231B1B
(35,27,27)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #AA9075

#AA9075
(170,144,117)
#B19A81
(177,154,129)
#B8A48D
(184,164,141)
#BFAE99
(191,174,153)
#C6B8A5
(198,184,165)
#CDC2B1
(205,194,177)
#D4CCBD
(212,204,189)
#DBD6C9
(219,214,201)
#E2E0D5
(226,224,213)
#E9EAE1
(233,234,225)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9075; }

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

This text font color is #AA9075.

Background Color

.myBgColor { background-color: #AA9075; }

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

This div background color is #AA9075.

Border color

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

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

This div border color is #AA9075.

Opacity

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

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

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

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

This text has shadow with #AA9075 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9075.

Preview

Color preview on black background

This text has color #AA9075 on black background.


Color preview on white background

This text has color #AA9075 on white background.


Black color preview on #AA9075 background

This text has black color on #AA9075 background.


White color preview on #AA9075 background

This text has white color on #AA9075 background.


Related colors

Complementary color

Complementary color for #hex is #556F8A.


I love getcolorcode.com

Triadic colors

1 #75AA90 and #9075AA with #AA9075 are triadic colors.

2 #7590AA and #90AA75 with #AA9075 are triadic colors.