COLOR #C9AA86

HEX: #C9AA86 RGB: (201,170,134)

Color info

#C9AA86 contains mainly red and green colors. Web safe color of #C9AA86 is #CC9999 (or #C99).

RGB color model

#C9AA86 color RGB value is (201,170,134).

RGB: (201,170,134) (79%, 67%, 53%)

RGB channels and saturation

R 201 of 255 = 79%
G 170 of 255 = 67%
B 134 of 255 = 53%

201
170
134

R + G + B ~ 66%. #C9AA86 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 170 + 134 = 505 (100%)
R 201 of 505 ~ 39.8%
G 170 of 505 ~ 33.66%
B 134 of 505 ~ 26.53'%

%39.8
%33.66
%26.53

CMYK color model

#C9AA86 color CMYK value is (0,15,33,21).

  • cyan value is 0.00%
  • magenta value is 15.42%
  • yellow value is 33.33%
  • key color value is 21.18%
CMYK: (0,15,33,21) C0M15Y33K21 (0%,15%,33%,21%) (0.00/0.15/0.33/0.21) 

CMYK percentages

%0
%15.42
%33.33
%21.18

Codes

Color #C9AA86 in popluar color models

C9 AA 86
RGB 201 170 134
HSL 32° 38.29% 65.69%
HSB/HSV 32° 33.33% 78.82%
CMYK 0.00% 15.42% 33.33%
21.18%

Color #C9AA86 in popluar number systems.

HEX C9 AA 86
Decimal 201 170 134
Binary 11001001 10101010 10000110
Octal 311 252 206

Shades and tints

Shades of #C9AA86

#C9AA86
(201,170,134)
#B79B7A
(183,155,122)
#A58C6E
(165,140,110)
#937D62
(147,125,98)
#816E56
(129,110,86)
#6F5F4A
(111,95,74)
#5D503E
(93,80,62)
#4B4132
(75,65,50)
#393226
(57,50,38)
#27231A
(39,35,26)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #C9AA86

#C9AA86
(201,170,134)
#CDB191
(205,177,145)
#D1B89C
(209,184,156)
#D5BFA7
(213,191,167)
#D9C6B2
(217,198,178)
#DDCDBD
(221,205,189)
#E1D4C8
(225,212,200)
#E5DBD3
(229,219,211)
#E9E2DE
(233,226,222)
#EDE9E9
(237,233,233)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9AA86 color. Also use rgb(201,170,134) instead hex code.

Text Font Color

.myTextColor { color: #C9AA86; }

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

This text font color is #C9AA86.

Background Color

.myBgColor { background-color: #C9AA86; }

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

This div background color is #C9AA86.

Border color

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

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

This div border color is #C9AA86.

Opacity

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

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

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

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

This text has shadow with #C9AA86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9AA86.

Preview

Color preview on black background

This text has color #C9AA86 on black background.


Color preview on white background

This text has color #C9AA86 on white background.


Black color preview on #C9AA86 background

This text has black color on #C9AA86 background.


White color preview on #C9AA86 background

This text has white color on #C9AA86 background.


Related colors

Complementary color

Complementary color for #hex is #365579.


I love getcolorcode.com

Triadic colors

1 #86C9AA and #AA86C9 with #C9AA86 are triadic colors.

2 #86AAC9 and #AAC986 with #C9AA86 are triadic colors.