COLOR #C4AA81

HEX: #C4AA81 RGB: (196,170,129)

Color info

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

RGB color model

#C4AA81 color RGB value is (196,170,129).

RGB: (196,170,129) (77%, 67%, 51%)

RGB channels and saturation

R 196 of 255 = 77%
G 170 of 255 = 67%
B 129 of 255 = 51%

196
170
129

R + G + B ~ 65%. #C4AA81 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 170 + 129 = 495 (100%)
R 196 of 495 ~ 39.6%
G 170 of 495 ~ 34.34%
B 129 of 495 ~ 26.06'%

%39.6
%34.34
%26.06

CMYK color model

#C4AA81 color CMYK value is (0,13,34,23).

  • cyan value is 0.00%
  • magenta value is 13.27%
  • yellow value is 34.18%
  • key color value is 23.14%

CMYK: (0,13,34,23)
C0M13Y34K23 (0%, 13%, 34%, 23%)
(0.00 / 0.13 / 0.34 / 0.23)

CMYK percentages

%0
%13.27
%34.18
%23.14

Codes

Color #C4AA81 in popluar color models

C4 AA 81
RGB 196 170 129
HSL 37° 36.22% 63.73%
HSB/HSV 37° 34.18% 76.86%
CMYK 0.00% 13.27% 34.18%
23.14%

Color #C4AA81 in popluar number systems.

HEX C4 AA 81
Decimal 196 170 129
Binary 11000100 10101010 10000001
Octal 304 252 201

Shades and tints

Shades of #C4AA81

#C4AA81
(196,170,129)
#B39B76
(179,155,118)
#A28C6B
(162,140,107)
#917D60
(145,125,96)
#806E55
(128,110,85)
#6F5F4A
(111,95,74)
#5E503F
(94,80,63)
#4D4134
(77,65,52)
#3C3229
(60,50,41)
#2B231E
(43,35,30)
#1A1413
(26,20,19)
#000000
(0,0,0)

Tints of #C4AA81

#C4AA81
(196,170,129)
#C9B18C
(201,177,140)
#CEB897
(206,184,151)
#D3BFA2
(211,191,162)
#D8C6AD
(216,198,173)
#DDCDB8
(221,205,184)
#E2D4C3
(226,212,195)
#E7DBCE
(231,219,206)
#ECE2D9
(236,226,217)
#F1E9E4
(241,233,228)
#F6F0EF
(246,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4AA81 color. Also use rgb(196,170,129) instead hex code.

Text Font Color

.myTextColor { color: #C4AA81; }

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

This text font color is #C4AA81.

Background Color

.myBgColor { background-color: #C4AA81; }

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

This div background color is #C4AA81.

Border color

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

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

This div border color is #C4AA81.

Opacity

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

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

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

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

This text has shadow with #C4AA81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4AA81.

Preview

Color preview on black background

This text has color #C4AA81 on black background.


Color preview on white background

This text has color #C4AA81 on white background.


Black color preview on #C4AA81 background

This text has black color on #C4AA81 background.


White color preview on #C4AA81 background

This text has white color on #C4AA81 background.


Related colors

Complementary color

Complementary color for #hex is #3B557E.


I love getcolorcode.com

Triadic colors

1 #81C4AA and #AA81C4 with #C4AA81 are triadic colors.

2 #81AAC4 and #AAC481 with #C4AA81 are triadic colors.