COLOR #C0AE59

HEX: #C0AE59
RGB: (192,174,89)

Color info

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

RGB color model

#C0AE59 color RGB value is (192,174,89).

  • red value is 192;
  • green value is 174;
  • blue value is 89.
RGB:
(192,174,89)
(75%,68%,35%)

RGB channels and saturation

R 192 of 255 = 75%
G 174 of 255 = 68%
B 89 of 255 = 35%

192
174
89

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

Portions of RGB colors in percentages

R + G + B =
192 + 174 + 89 = 455 (100%)
R 192 of 455 ~ 42.2%
G 174 of 455 ~ 38.24%
B 89 of 455 ~ 19.56%

%42.2
%38.24
%19.56

CMYK color model

#C0AE59 color CMYK value is (0,9,54,25).

  • cyan value is 0.00%
  • magenta value is 9.38%
  • yellow value is 53.65%
  • key color value is 24.71%
CMYK:
(0,9,54,25)
C0M9Y54K25 
(0%,9%,54%,25%)
(0.00/0.09/0.54/0.25)	

CMYK percentages

%0
%9.38
%53.65
%24.71

Codes

Color #C0AE59 in popluar color models

C0AE59
RGB19217489
HSL50°44.98%55.10%
HSB/HSV50°53.65%75.29%
CMYK0.00%9.38%53.65%
24.71%

Color #C0AE59 in popluar number systems.

HEXC0AE59
Decimal19217489
Binary11000000101011101011001
Octal300256131

Shades and tints

Shades of #C0AE59

#C0AE59
(192,174,89)
#AF9F51
(175,159,81)
#9E9049
(158,144,73)
#8D8141
(141,129,65)
#7C7239
(124,114,57)
#6B6331
(107,99,49)
#5A5429
(90,84,41)
#494521
(73,69,33)
#383619
(56,54,25)
#272711
(39,39,17)
#161809
(22,24,9)
#000000
(0,0,0)

Tints of #C0AE59

#C0AE59
(192,174,89)
#C5B568
(197,181,104)
#CABC77
(202,188,119)
#CFC386
(207,195,134)
#D4CA95
(212,202,149)
#D9D1A4
(217,209,164)
#DED8B3
(222,216,179)
#E3DFC2
(227,223,194)
#E8E6D1
(232,230,209)
#EDEDE0
(237,237,224)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0AE59 color. Also use rgb(192,174,89) instead hex code.

Text Font Color

.myTextColor { color: #C0AE59; }

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

This text font color is #C0AE59.


Background Color

.myBgColor { background-color: #C0AE59; }

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

This div background color is #C0AE59.


Border color

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

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

This div border color is #C0AE59.


Opacity

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

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

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

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

This text has shadow with #C0AE59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0AE59 on black background.


Color preview on white background

This text has color #C0AE59 on white background.



Black color preview on #C0AE59 background

This text has black color on #C0AE59 background.


White color preview on #C0AE59 background

This text has white color on #C0AE59 background.