COLOR #C4AE99

HEX: #C4AE99 RGB: (196,174,153)

Color info

#C4AE99 contains red, green and blue colors in about the same proportion. Web safe color of #C4AE99 is #CC9999 (or #C99).

RGB color model

#C4AE99 color RGB value is (196,174,153).

RGB: (196,174,153) (77%, 68%, 60%)

RGB channels and saturation

R 196 of 255 = 77%
G 174 of 255 = 68%
B 153 of 255 = 60%

196
174
153

R + G + B ~ 68%. #C4AE99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 174 + 153 = 523 (100%)
R 196 of 523 ~ 37.48%
G 174 of 523 ~ 33.27%
B 153 of 523 ~ 29.25'%

%37.48
%33.27
%29.25

CMYK color model

#C4AE99 color CMYK value is (0,11,22,23).

  • cyan value is 0.00%
  • magenta value is 11.22%
  • yellow value is 21.94%
  • key color value is 23.14%

CMYK: (0,11,22,23)
C0M11Y22K23 (0%, 11%, 22%, 23%)
(0.00 / 0.11 / 0.22 / 0.23)

CMYK percentages

%0
%11.22
%21.94
%23.14

Codes

Color #C4AE99 in popluar color models

C4 AE 99
RGB 196 174 153
HSL 29° 26.71% 68.43%
HSB/HSV 29° 21.94% 76.86%
CMYK 0.00% 11.22% 21.94%
23.14%

Color #C4AE99 in popluar number systems.

HEX C4 AE 99
Decimal 196 174 153
Binary 11000100 10101110 10011001
Octal 304 256 231

Shades and tints

Shades of #C4AE99

#C4AE99
(196,174,153)
#B39F8C
(179,159,140)
#A2907F
(162,144,127)
#918172
(145,129,114)
#807265
(128,114,101)
#6F6358
(111,99,88)
#5E544B
(94,84,75)
#4D453E
(77,69,62)
#3C3631
(60,54,49)
#2B2724
(43,39,36)
#1A1817
(26,24,23)
#000000
(0,0,0)

Tints of #C4AE99

#C4AE99
(196,174,153)
#C9B5A2
(201,181,162)
#CEBCAB
(206,188,171)
#D3C3B4
(211,195,180)
#D8CABD
(216,202,189)
#DDD1C6
(221,209,198)
#E2D8CF
(226,216,207)
#E7DFD8
(231,223,216)
#ECE6E1
(236,230,225)
#F1EDEA
(241,237,234)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4AE99 color. Also use rgb(196,174,153) instead hex code.

Text Font Color

.myTextColor { color: #C4AE99; }

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

This text font color is #C4AE99.

Background Color

.myBgColor { background-color: #C4AE99; }

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

This div background color is #C4AE99.

Border color

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

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

This div border color is #C4AE99.

Opacity

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

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

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

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

This text has shadow with #C4AE99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4AE99.

Preview

Color preview on black background

This text has color #C4AE99 on black background.


Color preview on white background

This text has color #C4AE99 on white background.


Black color preview on #C4AE99 background

This text has black color on #C4AE99 background.


White color preview on #C4AE99 background

This text has white color on #C4AE99 background.


Related colors

Complementary color

Complementary color for #hex is #3B5166.


I love getcolorcode.com

Triadic colors

1 #99C4AE and #AE99C4 with #C4AE99 are triadic colors.

2 #99AEC4 and #AEC499 with #C4AE99 are triadic colors.