COLOR #C1AA24

HEX: #C1AA24
RGB: (193,170,36)

Color info

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

RGB color model

#C1AA24 color RGB value is (193,170,36).

  • red value is 193;
  • green value is 170;
  • blue value is 36.
RGB:
(193,170,36)
(76%,67%,14%)

RGB channels and saturation

R 193 of 255 = 76%
G 170 of 255 = 67%
B 36 of 255 = 14%

193
170
36

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

Portions of RGB colors in percentages

R + G + B =
193 + 170 + 36 = 399 (100%)
R 193 of 399 ~ 48.37%
G 170 of 399 ~ 42.61%
B 36 of 399 ~ 9.02%

%48.37
%42.61

CMYK color model

#C1AA24 color CMYK value is (0,12,81,24).

  • cyan value is 0.00%
  • magenta value is 11.92%
  • yellow value is 81.35%
  • key color value is 24.31%
CMYK:
(0,12,81,24)
C0M12Y81K24 
(0%,12%,81%,24%)
(0.00/0.12/0.81/0.24)	

CMYK percentages

%0
%11.92
%81.35
%24.31

Codes

Color #C1AA24 in popluar color models

C1AA24
RGB19317036
HSL51°68.56%44.90%
HSB/HSV51°81.35%75.69%
CMYK0.00%11.92%81.35%
24.31%

Color #C1AA24 in popluar number systems.

HEXC1AA24
Decimal19317036
Binary1100000110101010100100
Octal30125244

Shades and tints

Shades of #C1AA24

#C1AA24
(193,170,36)
#B09B21
(176,155,33)
#9F8C1E
(159,140,30)
#8E7D1B
(142,125,27)
#7D6E18
(125,110,24)
#6C5F15
(108,95,21)
#5B5012
(91,80,18)
#4A410F
(74,65,15)
#39320C
(57,50,12)
#282309
(40,35,9)
#171406
(23,20,6)
#000000
(0,0,0)

Tints of #C1AA24

#C1AA24
(193,170,36)
#C6B137
(198,177,55)
#CBB84A
(203,184,74)
#D0BF5D
(208,191,93)
#D5C670
(213,198,112)
#DACD83
(218,205,131)
#DFD496
(223,212,150)
#E4DBA9
(228,219,169)
#E9E2BC
(233,226,188)
#EEE9CF
(238,233,207)
#F3F0E2
(243,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1AA24 color. Also use rgb(193,170,36) instead hex code.

Text Font Color

.myTextColor { color: #C1AA24; }

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

This text font color is #C1AA24.


Background Color

.myBgColor { background-color: #C1AA24; }

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

This div background color is #C1AA24.


Border color

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

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

This div border color is #C1AA24.


Opacity

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

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

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

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

This text has shadow with #C1AA24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1AA24 on black background.


Color preview on white background

This text has color #C1AA24 on white background.



Black color preview on #C1AA24 background

This text has black color on #C1AA24 background.


White color preview on #C1AA24 background

This text has white color on #C1AA24 background.