COLOR #AAA693

HEX: #AAA693 RGB: (170,166,147)

Color info

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

RGB color model

#AAA693 color RGB value is (170,166,147).

RGB: (170,166,147) (67%, 65%, 58%)

RGB channels and saturation

R 170 of 255 = 67%
G 166 of 255 = 65%
B 147 of 255 = 58%

170
166
147

R + G + B ~ 63%. #AAA693 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 166 + 147 = 483 (100%)
R 170 of 483 ~ 35.2%
G 166 of 483 ~ 34.37%
B 147 of 483 ~ 30.43'%

%35.2
%34.37
%30.43

CMYK color model

#AAA693 color CMYK value is (0,2,14,33).

  • cyan value is 0.00%
  • magenta value is 2.35%
  • yellow value is 13.53%
  • key color value is 33.33%
CMYK: (0,2,14,33) C0M2Y14K33 (0%,2%,14%,33%) (0.00/0.02/0.14/0.33) 

CMYK percentages

%0
%2.35
%13.53
%33.33

Codes

Color #AAA693 in popluar color models

AA A6 93
RGB 170 166 147
HSL 50° 11.92% 62.16%
HSB/HSV 50° 13.53% 66.67%
CMYK 0.00% 2.35% 13.53%
33.33%

Color #AAA693 in popluar number systems.

HEX AA A6 93
Decimal 170 166 147
Binary 10101010 10100110 10010011
Octal 252 246 223

Shades and tints

Shades of #AAA693

#AAA693
(170,166,147)
#9B9786
(155,151,134)
#8C8879
(140,136,121)
#7D796C
(125,121,108)
#6E6A5F
(110,106,95)
#5F5B52
(95,91,82)
#504C45
(80,76,69)
#413D38
(65,61,56)
#322E2B
(50,46,43)
#231F1E
(35,31,30)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #AAA693

#AAA693
(170,166,147)
#B1AE9C
(177,174,156)
#B8B6A5
(184,182,165)
#BFBEAE
(191,190,174)
#C6C6B7
(198,198,183)
#CDCEC0
(205,206,192)
#D4D6C9
(212,214,201)
#DBDED2
(219,222,210)
#E2E6DB
(226,230,219)
#E9EEE4
(233,238,228)
#F0F6ED
(240,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAA693 color. Also use rgb(170,166,147) instead hex code.

Text Font Color

.myTextColor { color: #AAA693; }

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

This text font color is #AAA693.

Background Color

.myBgColor { background-color: #AAA693; }

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

This div background color is #AAA693.

Border color

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

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

This div border color is #AAA693.

Opacity

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

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

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

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

This text has shadow with #AAA693 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA693.

Preview

Color preview on black background

This text has color #AAA693 on black background.


Color preview on white background

This text has color #AAA693 on white background.


Black color preview on #AAA693 background

This text has black color on #AAA693 background.


White color preview on #AAA693 background

This text has white color on #AAA693 background.


Related colors

Complementary color

Complementary color for #hex is #55596C.


I love getcolorcode.com

Triadic colors

1 #93AAA6 and #A693AA with #AAA693 are triadic colors.

2 #93A6AA and #A6AA93 with #AAA693 are triadic colors.