COLOR #AFA644

HEX: #AFA644 RGB: (175,166,68)

Color info

#AFA644 contains mainly red and green colors. Web safe color of #AFA644 is #999933 (or #993).

RGB color model

#AFA644 color RGB value is (175,166,68).

RGB: (175,166,68) (69%, 65%, 27%)

RGB channels and saturation

R 175 of 255 = 69%
G 166 of 255 = 65%
B 68 of 255 = 27%

175
166
68

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

Portions of RGB colors in percentages

R + G + B = 175 + 166 + 68 = 409 (100%)
R 175 of 409 ~ 42.79%
G 166 of 409 ~ 40.59%
B 68 of 409 ~ 16.63'%

%42.79
%40.59
%16.63

CMYK color model

#AFA644 color CMYK value is (0,5,61,31).

  • cyan value is 0.00%
  • magenta value is 5.14%
  • yellow value is 61.14%
  • key color value is 31.37%
CMYK: (0,5,61,31) C0M5Y61K31 (0%,5%,61%,31%) (0.00/0.05/0.61/0.31) 

CMYK percentages

%0
%5.14
%61.14
%31.37

Codes

Color #AFA644 in popluar color models

AF A6 44
RGB 175 166 68
HSL 55° 44.03% 47.65%
HSB/HSV 55° 61.14% 68.63%
CMYK 0.00% 5.14% 61.14%
31.37%

Color #AFA644 in popluar number systems.

HEX AF A6 44
Decimal 175 166 68
Binary 10101111 10100110 1000100
Octal 257 246 104

Shades and tints

Shades of #AFA644

#AFA644
(175,166,68)
#A0973E
(160,151,62)
#918838
(145,136,56)
#827932
(130,121,50)
#736A2C
(115,106,44)
#645B26
(100,91,38)
#554C20
(85,76,32)
#463D1A
(70,61,26)
#372E14
(55,46,20)
#281F0E
(40,31,14)
#191008
(25,16,8)
#000000
(0,0,0)

Tints of #AFA644

#AFA644
(175,166,68)
#B6AE55
(182,174,85)
#BDB666
(189,182,102)
#C4BE77
(196,190,119)
#CBC688
(203,198,136)
#D2CE99
(210,206,153)
#D9D6AA
(217,214,170)
#E0DEBB
(224,222,187)
#E7E6CC
(231,230,204)
#EEEEDD
(238,238,221)
#F5F6EE
(245,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA644 color. Also use rgb(175,166,68) instead hex code.

Text Font Color

.myTextColor { color: #AFA644; }

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

This text font color is #AFA644.

Background Color

.myBgColor { background-color: #AFA644; }

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

This div background color is #AFA644.

Border color

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

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

This div border color is #AFA644.

Opacity

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

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

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

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

This text has shadow with #AFA644 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA644.

Preview

Color preview on black background

This text has color #AFA644 on black background.


Color preview on white background

This text has color #AFA644 on white background.


Black color preview on #AFA644 background

This text has black color on #AFA644 background.


White color preview on #AFA644 background

This text has white color on #AFA644 background.


Related colors

Complementary color

Complementary color for #hex is #5059BB.


I love getcolorcode.com

Triadic colors

1 #44AFA6 and #A644AF with #AFA644 are triadic colors.

2 #44A6AF and #A6AF44 with #AFA644 are triadic colors.