COLOR #C1AE63

HEX: #C1AE63 RGB: (193,174,99)

Color info

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

RGB color model

#C1AE63 color RGB value is (193,174,99).

RGB: (193,174,99) (76%, 68%, 39%)

RGB channels and saturation

R 193 of 255 = 76%
G 174 of 255 = 68%
B 99 of 255 = 39%

193
174
99

R + G + B ~ 61%. #C1AE63 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 174 + 99 = 466 (100%)
R 193 of 466 ~ 41.42%
G 174 of 466 ~ 37.34%
B 99 of 466 ~ 21.24'%

%41.42
%37.34
%21.24

CMYK color model

#C1AE63 color CMYK value is (0,10,49,24).

  • cyan value is 0.00%
  • magenta value is 9.84%
  • yellow value is 48.70%
  • key color value is 24.31%

CMYK: (0,10,49,24)
C0M10Y49K24 (0%, 10%, 49%, 24%)
(0.00 / 0.10 / 0.49 / 0.24)

CMYK percentages

%0
%9.84
%48.7
%24.31

Codes

Color #C1AE63 in popluar color models

C1 AE 63
RGB 193 174 99
HSL 48° 43.12% 57.25%
HSB/HSV 48° 48.70% 75.69%
CMYK 0.00% 9.84% 48.70%
24.31%

Color #C1AE63 in popluar number systems.

HEX C1 AE 63
Decimal 193 174 99
Binary 11000001 10101110 1100011
Octal 301 256 143

Shades and tints

Shades of #C1AE63

#C1AE63
(193,174,99)
#B09F5A
(176,159,90)
#9F9051
(159,144,81)
#8E8148
(142,129,72)
#7D723F
(125,114,63)
#6C6336
(108,99,54)
#5B542D
(91,84,45)
#4A4524
(74,69,36)
#39361B
(57,54,27)
#282712
(40,39,18)
#171809
(23,24,9)
#000000
(0,0,0)

Tints of #C1AE63

#C1AE63
(193,174,99)
#C6B571
(198,181,113)
#CBBC7F
(203,188,127)
#D0C38D
(208,195,141)
#D5CA9B
(213,202,155)
#DAD1A9
(218,209,169)
#DFD8B7
(223,216,183)
#E4DFC5
(228,223,197)
#E9E6D3
(233,230,211)
#EEEDE1
(238,237,225)
#F3F4EF
(243,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1AE63 color. Also use rgb(193,174,99) instead hex code.

Text Font Color

.myTextColor { color: #C1AE63; }

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

This text font color is #C1AE63.

Background Color

.myBgColor { background-color: #C1AE63; }

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

This div background color is #C1AE63.

Border color

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

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

This div border color is #C1AE63.

Opacity

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

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

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

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

This text has shadow with #C1AE63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1AE63.

Preview

Color preview on black background

This text has color #C1AE63 on black background.


Color preview on white background

This text has color #C1AE63 on white background.


Black color preview on #C1AE63 background

This text has black color on #C1AE63 background.


White color preview on #C1AE63 background

This text has white color on #C1AE63 background.


Related colors

Complementary color

Complementary color for #hex is #3E519C.


I love getcolorcode.com

Triadic colors

1 #63C1AE and #AE63C1 with #C1AE63 are triadic colors.

2 #63AEC1 and #AEC163 with #C1AE63 are triadic colors.