COLOR #C4AA5B

HEX: #C4AA5B
RGB: (196,170,91)

Color info

#C4AA5B contains mainly red and green colors. Web safe color of #C4AA5B is #CC9966 (or #C96).

RGB color model

#C4AA5B color RGB value is (196,170,91).

  • red value is 196;
  • green value is 170;
  • blue value is 91.
RGB:
(196,170,91)
(77%,67%,36%)

RGB channels and saturation

R 196 of 255 = 77%
G 170 of 255 = 67%
B 91 of 255 = 36%

196
170
91

R + G + B ~ 60%. #C4AA5B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
196 + 170 + 91 = 457 (100%)
R 196 of 457 ~ 42.89%
G 170 of 457 ~ 37.2%
B 91 of 457 ~ 19.91%

%42.89
%37.2
%19.91

CMYK color model

#C4AA5B color CMYK value is (0,13,54,23).

  • cyan value is 0.00%
  • magenta value is 13.27%
  • yellow value is 53.57%
  • key color value is 23.14%
CMYK:
(0,13,54,23)
C0M13Y54K23 
(0%,13%,54%,23%)
(0.00/0.13/0.54/0.23)	

CMYK percentages

%0
%13.27
%53.57
%23.14

Codes

Color #C4AA5B in popluar color models

C4AA5B
RGB19617091
HSL45°47.09%56.27%
HSB/HSV45°53.57%76.86%
CMYK0.00%13.27%53.57%
23.14%

Color #C4AA5B in popluar number systems.

HEXC4AA5B
Decimal19617091
Binary11000100101010101011011
Octal304252133

Shades and tints

Shades of #C4AA5B

#C4AA5B
(196,170,91)
#B39B53
(179,155,83)
#A28C4B
(162,140,75)
#917D43
(145,125,67)
#806E3B
(128,110,59)
#6F5F33
(111,95,51)
#5E502B
(94,80,43)
#4D4123
(77,65,35)
#3C321B
(60,50,27)
#2B2313
(43,35,19)
#1A140B
(26,20,11)
#000000
(0,0,0)

Tints of #C4AA5B

#C4AA5B
(196,170,91)
#C9B169
(201,177,105)
#CEB877
(206,184,119)
#D3BF85
(211,191,133)
#D8C693
(216,198,147)
#DDCDA1
(221,205,161)
#E2D4AF
(226,212,175)
#E7DBBD
(231,219,189)
#ECE2CB
(236,226,203)
#F1E9D9
(241,233,217)
#F6F0E7
(246,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4AA5B; }

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

This text font color is #C4AA5B.


Background Color

.myBgColor { background-color: #C4AA5B; }

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

This div background color is #C4AA5B.


Border color

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

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

This div border color is #C4AA5B.


Opacity

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

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

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

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

This text has shadow with #C4AA5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4AA5B on black background.


Color preview on white background

This text has color #C4AA5B on white background.



Black color preview on #C4AA5B background

This text has black color on #C4AA5B background.


White color preview on #C4AA5B background

This text has white color on #C4AA5B background.