COLOR #C6AA86

HEX: #C6AA86
RGB: (198,170,134)

Color info

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

RGB color model

#C6AA86 color RGB value is (198,170,134).

  • red value is 198;
  • green value is 170;
  • blue value is 134.
RGB:
(198,170,134)
(78%,67%,53%)

RGB channels and saturation

R 198 of 255 = 78%
G 170 of 255 = 67%
B 134 of 255 = 53%

198
170
134

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

Portions of RGB colors in percentages

R + G + B =
198 + 170 + 134 = 502 (100%)
R 198 of 502 ~ 39.44%
G 170 of 502 ~ 33.86%
B 134 of 502 ~ 26.69%

%39.44
%33.86
%26.69

CMYK color model

#C6AA86 color CMYK value is (0,14,32,22).

  • cyan value is 0.00%
  • magenta value is 14.14%
  • yellow value is 32.32%
  • key color value is 22.35%
CMYK:
(0,14,32,22)
C0M14Y32K22 
(0%,14%,32%,22%)
(0.00/0.14/0.32/0.22)	

CMYK percentages

%0
%14.14
%32.32
%22.35

Codes

Color #C6AA86 in popluar color models

C6AA86
RGB198170134
HSL34°35.96%65.10%
HSB/HSV34°32.32%77.65%
CMYK0.00%14.14%32.32%
22.35%

Color #C6AA86 in popluar number systems.

HEXC6AA86
Decimal198170134
Binary110001101010101010000110
Octal306252206

Shades and tints

Shades of #C6AA86

#C6AA86
(198,170,134)
#B49B7A
(180,155,122)
#A28C6E
(162,140,110)
#907D62
(144,125,98)
#7E6E56
(126,110,86)
#6C5F4A
(108,95,74)
#5A503E
(90,80,62)
#484132
(72,65,50)
#363226
(54,50,38)
#24231A
(36,35,26)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #C6AA86

#C6AA86
(198,170,134)
#CBB191
(203,177,145)
#D0B89C
(208,184,156)
#D5BFA7
(213,191,167)
#DAC6B2
(218,198,178)
#DFCDBD
(223,205,189)
#E4D4C8
(228,212,200)
#E9DBD3
(233,219,211)
#EEE2DE
(238,226,222)
#F3E9E9
(243,233,233)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6AA86; }

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

This text font color is #C6AA86.


Background Color

.myBgColor { background-color: #C6AA86; }

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

This div background color is #C6AA86.


Border color

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

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

This div border color is #C6AA86.


Opacity

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

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

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

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

This text has shadow with #C6AA86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6AA86 on black background.


Color preview on white background

This text has color #C6AA86 on white background.



Black color preview on #C6AA86 background

This text has black color on #C6AA86 background.


White color preview on #C6AA86 background

This text has white color on #C6AA86 background.