COLOR #AF9A14

HEX: #AF9A14 RGB: (175,154,20)

Color info

#AF9A14 contains mainly red and green colors. Web safe color of #AF9A14 is #999900 (or #990).

RGB color model

#AF9A14 color RGB value is (175,154,20).

RGB: (175,154,20) (69%, 60%, 8%)

RGB channels and saturation

R 175 of 255 = 69%
G 154 of 255 = 60%
B 20 of 255 = 8%

175
154
20

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

Portions of RGB colors in percentages

R + G + B = 175 + 154 + 20 = 349 (100%)
R 175 of 349 ~ 50.14%
G 154 of 349 ~ 44.13%
B 20 of 349 ~ 5.73'%

%50.14
%44.13

CMYK color model

#AF9A14 color CMYK value is (0,12,89,31).

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 88.57%
  • key color value is 31.37%

CMYK: (0,12,89,31)
C0M12Y89K31 (0%, 12%, 89%, 31%)
(0.00 / 0.12 / 0.89 / 0.31)

CMYK percentages

%0
%12
%88.57
%31.37

Codes

Color #AF9A14 in popluar color models

AF 9A 14
RGB 175 154 20
HSL 52° 79.49% 38.24%
HSB/HSV 52° 88.57% 68.63%
CMYK 0.00% 12.00% 88.57%
31.37%

Color #AF9A14 in popluar number systems.

HEX AF 9A 14
Decimal 175 154 20
Binary 10101111 10011010 10100
Octal 257 232 24

Shades and tints

Shades of #AF9A14

#AF9A14
(175,154,20)
#A08C13
(160,140,19)
#917E12
(145,126,18)
#827011
(130,112,17)
#736210
(115,98,16)
#64540F
(100,84,15)
#55460E
(85,70,14)
#46380D
(70,56,13)
#372A0C
(55,42,12)
#281C0B
(40,28,11)
#190E0A
(25,14,10)
#000000
(0,0,0)

Tints of #AF9A14

#AF9A14
(175,154,20)
#B6A329
(182,163,41)
#BDAC3E
(189,172,62)
#C4B553
(196,181,83)
#CBBE68
(203,190,104)
#D2C77D
(210,199,125)
#D9D092
(217,208,146)
#E0D9A7
(224,217,167)
#E7E2BC
(231,226,188)
#EEEBD1
(238,235,209)
#F5F4E6
(245,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9A14 color. Also use rgb(175,154,20) instead hex code.

Text Font Color

.myTextColor { color: #AF9A14; }

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

This text font color is #AF9A14.

Background Color

.myBgColor { background-color: #AF9A14; }

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

This div background color is #AF9A14.

Border color

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

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

This div border color is #AF9A14.

Opacity

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

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

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

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

This text has shadow with #AF9A14 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9A14.

Preview

Color preview on black background

This text has color #AF9A14 on black background.


Color preview on white background

This text has color #AF9A14 on white background.


Black color preview on #AF9A14 background

This text has black color on #AF9A14 background.


White color preview on #AF9A14 background

This text has white color on #AF9A14 background.


Related colors

Complementary color

Complementary color for #hex is #5065EB.


I love getcolorcode.com

Triadic colors

1 #14AF9A and #9A14AF with #AF9A14 are triadic colors.

2 #149AAF and #9AAF14 with #AF9A14 are triadic colors.