COLOR #C0AE49

HEX: #C0AE49 RGB: (192,174,73)

Color info

#C0AE49 contains mainly red and green colors. Web safe color of #C0AE49 is #CC9933 (or #C93).

RGB color model

#C0AE49 color RGB value is (192,174,73).

RGB: (192,174,73) (75%, 68%, 29%)

RGB channels and saturation

R 192 of 255 = 75%
G 174 of 255 = 68%
B 73 of 255 = 29%

192
174
73

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

Portions of RGB colors in percentages

R + G + B = 192 + 174 + 73 = 439 (100%)
R 192 of 439 ~ 43.74%
G 174 of 439 ~ 39.64%
B 73 of 439 ~ 16.63'%

%43.74
%39.64
%16.63

CMYK color model

#C0AE49 color CMYK value is (0,9,62,25).

  • cyan value is 0.00%
  • magenta value is 9.38%
  • yellow value is 61.98%
  • key color value is 24.71%

CMYK: (0,9,62,25)
C0M9Y62K25 (0%, 9%, 62%, 25%)
(0.00 / 0.09 / 0.62 / 0.25)

CMYK percentages

%0
%9.38
%61.98
%24.71

Codes

Color #C0AE49 in popluar color models

C0 AE 49
RGB 192 174 73
HSL 51° 48.57% 51.96%
HSB/HSV 51° 61.98% 75.29%
CMYK 0.00% 9.38% 61.98%
24.71%

Color #C0AE49 in popluar number systems.

HEX C0 AE 49
Decimal 192 174 73
Binary 11000000 10101110 1001001
Octal 300 256 111

Shades and tints

Shades of #C0AE49

#C0AE49
(192,174,73)
#AF9F43
(175,159,67)
#9E903D
(158,144,61)
#8D8137
(141,129,55)
#7C7231
(124,114,49)
#6B632B
(107,99,43)
#5A5425
(90,84,37)
#49451F
(73,69,31)
#383619
(56,54,25)
#272713
(39,39,19)
#16180D
(22,24,13)
#000000
(0,0,0)

Tints of #C0AE49

#C0AE49
(192,174,73)
#C5B559
(197,181,89)
#CABC69
(202,188,105)
#CFC379
(207,195,121)
#D4CA89
(212,202,137)
#D9D199
(217,209,153)
#DED8A9
(222,216,169)
#E3DFB9
(227,223,185)
#E8E6C9
(232,230,201)
#EDEDD9
(237,237,217)
#F2F4E9
(242,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0AE49; }

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

This text font color is #C0AE49.

Background Color

.myBgColor { background-color: #C0AE49; }

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

This div background color is #C0AE49.

Border color

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

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

This div border color is #C0AE49.

Opacity

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

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

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

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

This text has shadow with #C0AE49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0AE49.

Preview

Color preview on black background

This text has color #C0AE49 on black background.


Color preview on white background

This text has color #C0AE49 on white background.


Black color preview on #C0AE49 background

This text has black color on #C0AE49 background.


White color preview on #C0AE49 background

This text has white color on #C0AE49 background.


Related colors

Complementary color

Complementary color for #hex is #3F51B6.


I love getcolorcode.com

Triadic colors

1 #49C0AE and #AE49C0 with #C0AE49 are triadic colors.

2 #49AEC0 and #AEC049 with #C0AE49 are triadic colors.