COLOR #AA695B

HEX: #AA695B
RGB: (170,105,91)

Color info

#AA695B contains mainly red color. Web safe color of #AA695B is #996666 (or #966).

RGB color model

#AA695B color RGB value is (170,105,91).

  • red value is 170;
  • green value is 105;
  • blue value is 91.
RGB:
(170,105,91)
(67%,41%,36%)

RGB channels and saturation

R 170 of 255 = 67%
G 105 of 255 = 41%
B 91 of 255 = 36%

170
105
91

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

Portions of RGB colors in percentages

R + G + B =
170 + 105 + 91 = 366 (100%)
R 170 of 366 ~ 46.45%
G 105 of 366 ~ 28.69%
B 91 of 366 ~ 24.86%

%46.45
%28.69
%24.86

CMYK color model

#AA695B color CMYK value is (0,38,46,33).

  • cyan value is 0.00%
  • magenta value is 38.24%
  • yellow value is 46.47%
  • key color value is 33.33%
CMYK:
(0,38,46,33)
C0M38Y46K33 
(0%,38%,46%,33%)
(0.00/0.38/0.46/0.33)	

CMYK percentages

%0
%38.24
%46.47
%33.33

Codes

Color #AA695B in popluar color models

AA695B
RGB17010591
HSL11°31.73%51.18%
HSB/HSV11°46.47%66.67%
CMYK0.00%38.24%46.47%
33.33%

Color #AA695B in popluar number systems.

HEXAA695B
Decimal17010591
Binary1010101011010011011011
Octal252151133

Shades and tints

Shades of #AA695B

#AA695B
(170,105,91)
#9B6053
(155,96,83)
#8C574B
(140,87,75)
#7D4E43
(125,78,67)
#6E453B
(110,69,59)
#5F3C33
(95,60,51)
#50332B
(80,51,43)
#412A23
(65,42,35)
#32211B
(50,33,27)
#231813
(35,24,19)
#140F0B
(20,15,11)
#000000
(0,0,0)

Tints of #AA695B

#AA695B
(170,105,91)
#B17669
(177,118,105)
#B88377
(184,131,119)
#BF9085
(191,144,133)
#C69D93
(198,157,147)
#CDAAA1
(205,170,161)
#D4B7AF
(212,183,175)
#DBC4BD
(219,196,189)
#E2D1CB
(226,209,203)
#E9DED9
(233,222,217)
#F0EBE7
(240,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA695B color. Also use rgb(170,105,91) instead hex code.

Text Font Color

.myTextColor { color: #AA695B; }

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

This text font color is #AA695B.


Background Color

.myBgColor { background-color: #AA695B; }

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

This div background color is #AA695B.


Border color

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

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

This div border color is #AA695B.


Opacity

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

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

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

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

This text has shadow with #AA695B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA695B on black background.


Color preview on white background

This text has color #AA695B on white background.



Black color preview on #AA695B background

This text has black color on #AA695B background.


White color preview on #AA695B background

This text has white color on #AA695B background.