COLOR #AA8758

HEX: #AA8758
RGB: (170,135,88)

Color info

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

RGB color model

#AA8758 color RGB value is (170,135,88).

  • red value is 170;
  • green value is 135;
  • blue value is 88.
RGB:
(170,135,88)
(67%,53%,35%)

RGB channels and saturation

R 170 of 255 = 67%
G 135 of 255 = 53%
B 88 of 255 = 35%

170
135
88

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

Portions of RGB colors in percentages

R + G + B =
170 + 135 + 88 = 393 (100%)
R 170 of 393 ~ 43.26%
G 135 of 393 ~ 34.35%
B 88 of 393 ~ 22.39%

%43.26
%34.35
%22.39

CMYK color model

#AA8758 color CMYK value is (0,21,48,33).

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 48.24%
  • key color value is 33.33%
CMYK:
(0,21,48,33)
C0M21Y48K33 
(0%,21%,48%,33%)
(0.00/0.21/0.48/0.33)	

CMYK percentages

%0
%20.59
%48.24
%33.33

Codes

Color #AA8758 in popluar color models

AA8758
RGB17013588
HSL34°32.54%50.59%
HSB/HSV34°48.24%66.67%
CMYK0.00%20.59%48.24%
33.33%

Color #AA8758 in popluar number systems.

HEXAA8758
Decimal17013588
Binary10101010100001111011000
Octal252207130

Shades and tints

Shades of #AA8758

#AA8758
(170,135,88)
#9B7B50
(155,123,80)
#8C6F48
(140,111,72)
#7D6340
(125,99,64)
#6E5738
(110,87,56)
#5F4B30
(95,75,48)
#503F28
(80,63,40)
#413320
(65,51,32)
#322718
(50,39,24)
#231B10
(35,27,16)
#140F08
(20,15,8)
#000000
(0,0,0)

Tints of #AA8758

#AA8758
(170,135,88)
#B19167
(177,145,103)
#B89B76
(184,155,118)
#BFA585
(191,165,133)
#C6AF94
(198,175,148)
#CDB9A3
(205,185,163)
#D4C3B2
(212,195,178)
#DBCDC1
(219,205,193)
#E2D7D0
(226,215,208)
#E9E1DF
(233,225,223)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8758 color. Also use rgb(170,135,88) instead hex code.

Text Font Color

.myTextColor { color: #AA8758; }

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

This text font color is #AA8758.


Background Color

.myBgColor { background-color: #AA8758; }

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

This div background color is #AA8758.


Border color

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

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

This div border color is #AA8758.


Opacity

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

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

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

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

This text has shadow with #AA8758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8758 on black background.


Color preview on white background

This text has color #AA8758 on white background.



Black color preview on #AA8758 background

This text has black color on #AA8758 background.


White color preview on #AA8758 background

This text has white color on #AA8758 background.