COLOR #AA7A4B

HEX: #AA7A4B
RGB: (170,122,75)

Color info

#AA7A4B contains mainly red and green colors. Web safe color of #AA7A4B is #996633 (or #963).

RGB color model

#AA7A4B color RGB value is (170,122,75).

  • red value is 170;
  • green value is 122;
  • blue value is 75.
RGB:
(170,122,75)
(67%,48%,29%)

RGB channels and saturation

R 170 of 255 = 67%
G 122 of 255 = 48%
B 75 of 255 = 29%

170
122
75

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

Portions of RGB colors in percentages

R + G + B =
170 + 122 + 75 = 367 (100%)
R 170 of 367 ~ 46.32%
G 122 of 367 ~ 33.24%
B 75 of 367 ~ 20.44%

%46.32
%33.24
%20.44

CMYK color model

#AA7A4B color CMYK value is (0,28,56,33).

  • cyan value is 0.00%
  • magenta value is 28.24%
  • yellow value is 55.88%
  • key color value is 33.33%
CMYK:
(0,28,56,33)
C0M28Y56K33 
(0%,28%,56%,33%)
(0.00/0.28/0.56/0.33)	

CMYK percentages

%0
%28.24
%55.88
%33.33

Codes

Color #AA7A4B in popluar color models

AA7A4B
RGB17012275
HSL30°38.78%48.04%
HSB/HSV30°55.88%66.67%
CMYK0.00%28.24%55.88%
33.33%

Color #AA7A4B in popluar number systems.

HEXAA7A4B
Decimal17012275
Binary1010101011110101001011
Octal252172113

Shades and tints

Shades of #AA7A4B

#AA7A4B
(170,122,75)
#9B6F45
(155,111,69)
#8C643F
(140,100,63)
#7D5939
(125,89,57)
#6E4E33
(110,78,51)
#5F432D
(95,67,45)
#503827
(80,56,39)
#412D21
(65,45,33)
#32221B
(50,34,27)
#231715
(35,23,21)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #AA7A4B

#AA7A4B
(170,122,75)
#B1865B
(177,134,91)
#B8926B
(184,146,107)
#BF9E7B
(191,158,123)
#C6AA8B
(198,170,139)
#CDB69B
(205,182,155)
#D4C2AB
(212,194,171)
#DBCEBB
(219,206,187)
#E2DACB
(226,218,203)
#E9E6DB
(233,230,219)
#F0F2EB
(240,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA7A4B color. Also use rgb(170,122,75) instead hex code.

Text Font Color

.myTextColor { color: #AA7A4B; }

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

This text font color is #AA7A4B.


Background Color

.myBgColor { background-color: #AA7A4B; }

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

This div background color is #AA7A4B.


Border color

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

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

This div border color is #AA7A4B.


Opacity

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

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

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

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

This text has shadow with #AA7A4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7A4B on black background.


Color preview on white background

This text has color #AA7A4B on white background.



Black color preview on #AA7A4B background

This text has black color on #AA7A4B background.


White color preview on #AA7A4B background

This text has white color on #AA7A4B background.