COLOR #AA968A

HEX: #AA968A
RGB: (170,150,138)

Color info

#AA968A contains red, green and blue colors in about the same proportion. Web safe color of #AA968A is #999999 (or #999).

RGB color model

#AA968A color RGB value is (170,150,138).

  • red value is 170;
  • green value is 150;
  • blue value is 138.
RGB:
(170,150,138)
(67%,59%,54%)

RGB channels and saturation

R 170 of 255 = 67%
G 150 of 255 = 59%
B 138 of 255 = 54%

170
150
138

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

Portions of RGB colors in percentages

R + G + B =
170 + 150 + 138 = 458 (100%)
R 170 of 458 ~ 37.12%
G 150 of 458 ~ 32.75%
B 138 of 458 ~ 30.13%

%37.12
%32.75
%30.13

CMYK color model

#AA968A color CMYK value is (0,12,19,33).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 18.82%
  • key color value is 33.33%
CMYK:
(0,12,19,33)
C0M12Y19K33 
(0%,12%,19%,33%)
(0.00/0.12/0.19/0.33)	

CMYK percentages

%0
%11.76
%18.82
%33.33

Codes

Color #AA968A in popluar color models

AA968A
RGB170150138
HSL23°15.84%60.39%
HSB/HSV23°18.82%66.67%
CMYK0.00%11.76%18.82%
33.33%

Color #AA968A in popluar number systems.

HEXAA968A
Decimal170150138
Binary101010101001011010001010
Octal252226212

Shades and tints

Shades of #AA968A

#AA968A
(170,150,138)
#9B897E
(155,137,126)
#8C7C72
(140,124,114)
#7D6F66
(125,111,102)
#6E625A
(110,98,90)
#5F554E
(95,85,78)
#504842
(80,72,66)
#413B36
(65,59,54)
#322E2A
(50,46,42)
#23211E
(35,33,30)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #AA968A

#AA968A
(170,150,138)
#B19F94
(177,159,148)
#B8A89E
(184,168,158)
#BFB1A8
(191,177,168)
#C6BAB2
(198,186,178)
#CDC3BC
(205,195,188)
#D4CCC6
(212,204,198)
#DBD5D0
(219,213,208)
#E2DEDA
(226,222,218)
#E9E7E4
(233,231,228)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA968A color. Also use rgb(170,150,138) instead hex code.

Text Font Color

.myTextColor { color: #AA968A; }

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

This text font color is #AA968A.


Background Color

.myBgColor { background-color: #AA968A; }

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

This div background color is #AA968A.


Border color

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

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

This div border color is #AA968A.


Opacity

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

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

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

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

This text has shadow with #AA968A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA968A on black background.


Color preview on white background

This text has color #AA968A on white background.



Black color preview on #AA968A background

This text has black color on #AA968A background.


White color preview on #AA968A background

This text has white color on #AA968A background.