COLOR #C5AE91

HEX: #C5AE91 RGB: (197,174,145)

Color info

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

RGB color model

#C5AE91 color RGB value is (197,174,145).

RGB: (197,174,145) (77%, 68%, 57%)

RGB channels and saturation

R 197 of 255 = 77%
G 174 of 255 = 68%
B 145 of 255 = 57%

197
174
145

R + G + B ~ 67%. #C5AE91 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 174 + 145 = 516 (100%)
R 197 of 516 ~ 38.18%
G 174 of 516 ~ 33.72%
B 145 of 516 ~ 28.1'%

%38.18
%33.72
%28.1

CMYK color model

#C5AE91 color CMYK value is (0,12,26,23).

  • cyan value is 0.00%
  • magenta value is 11.68%
  • yellow value is 26.40%
  • key color value is 22.75%

CMYK: (0,12,26,23)
C0M12Y26K23 (0%, 12%, 26%, 23%)
(0.00 / 0.12 / 0.26 / 0.23)

CMYK percentages

%0
%11.68
%26.4
%22.75

Codes

Color #C5AE91 in popluar color models

C5 AE 91
RGB 197 174 145
HSL 33° 30.95% 67.06%
HSB/HSV 33° 26.40% 77.25%
CMYK 0.00% 11.68% 26.40%
22.75%

Color #C5AE91 in popluar number systems.

HEX C5 AE 91
Decimal 197 174 145
Binary 11000101 10101110 10010001
Octal 305 256 221

Shades and tints

Shades of #C5AE91

#C5AE91
(197,174,145)
#B49F84
(180,159,132)
#A39077
(163,144,119)
#92816A
(146,129,106)
#81725D
(129,114,93)
#706350
(112,99,80)
#5F5443
(95,84,67)
#4E4536
(78,69,54)
#3D3629
(61,54,41)
#2C271C
(44,39,28)
#1B180F
(27,24,15)
#000000
(0,0,0)

Tints of #C5AE91

#C5AE91
(197,174,145)
#CAB59B
(202,181,155)
#CFBCA5
(207,188,165)
#D4C3AF
(212,195,175)
#D9CAB9
(217,202,185)
#DED1C3
(222,209,195)
#E3D8CD
(227,216,205)
#E8DFD7
(232,223,215)
#EDE6E1
(237,230,225)
#F2EDEB
(242,237,235)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5AE91 color. Also use rgb(197,174,145) instead hex code.

Text Font Color

.myTextColor { color: #C5AE91; }

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

This text font color is #C5AE91.

Background Color

.myBgColor { background-color: #C5AE91; }

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

This div background color is #C5AE91.

Border color

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

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

This div border color is #C5AE91.

Opacity

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

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

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

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

This text has shadow with #C5AE91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5AE91.

Preview

Color preview on black background

This text has color #C5AE91 on black background.


Color preview on white background

This text has color #C5AE91 on white background.


Black color preview on #C5AE91 background

This text has black color on #C5AE91 background.


White color preview on #C5AE91 background

This text has white color on #C5AE91 background.


Related colors

Complementary color

Complementary color for #hex is #3A516E.


I love getcolorcode.com

Triadic colors

1 #91C5AE and #AE91C5 with #C5AE91 are triadic colors.

2 #91AEC5 and #AEC591 with #C5AE91 are triadic colors.