COLOR #AFA446

HEX: #AFA446
RGB: (175,164,70)

Color info

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

RGB color model

#AFA446 color RGB value is (175,164,70).

  • red value is 175;
  • green value is 164;
  • blue value is 70.
RGB:
(175,164,70)
(69%,64%,27%)

RGB channels and saturation

R 175 of 255 = 69%
G 164 of 255 = 64%
B 70 of 255 = 27%

175
164
70

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

Portions of RGB colors in percentages

R + G + B =
175 + 164 + 70 = 409 (100%)
R 175 of 409 ~ 42.79%
G 164 of 409 ~ 40.1%
B 70 of 409 ~ 17.11%

%42.79
%40.1
%17.11

CMYK color model

#AFA446 color CMYK value is (0,6,60,31).

  • cyan value is 0.00%
  • magenta value is 6.29%
  • yellow value is 60.00%
  • key color value is 31.37%
CMYK:
(0,6,60,31)
C0M6Y60K31 
(0%,6%,60%,31%)
(0.00/0.06/0.60/0.31)	

CMYK percentages

%0
%6.29
%60
%31.37

Codes

Color #AFA446 in popluar color models

AFA446
RGB17516470
HSL54°42.86%48.04%
HSB/HSV54°60.00%68.63%
CMYK0.00%6.29%60.00%
31.37%

Color #AFA446 in popluar number systems.

HEXAFA446
Decimal17516470
Binary10101111101001001000110
Octal257244106

Shades and tints

Shades of #AFA446

#AFA446
(175,164,70)
#A09640
(160,150,64)
#91883A
(145,136,58)
#827A34
(130,122,52)
#736C2E
(115,108,46)
#645E28
(100,94,40)
#555022
(85,80,34)
#46421C
(70,66,28)
#373416
(55,52,22)
#282610
(40,38,16)
#19180A
(25,24,10)
#000000
(0,0,0)

Tints of #AFA446

#AFA446
(175,164,70)
#B6AC56
(182,172,86)
#BDB466
(189,180,102)
#C4BC76
(196,188,118)
#CBC486
(203,196,134)
#D2CC96
(210,204,150)
#D9D4A6
(217,212,166)
#E0DCB6
(224,220,182)
#E7E4C6
(231,228,198)
#EEECD6
(238,236,214)
#F5F4E6
(245,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA446 color. Also use rgb(175,164,70) instead hex code.

Text Font Color

.myTextColor { color: #AFA446; }

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

This text font color is #AFA446.


Background Color

.myBgColor { background-color: #AFA446; }

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

This div background color is #AFA446.


Border color

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

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

This div border color is #AFA446.


Opacity

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

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

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

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

This text has shadow with #AFA446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA446 on black background.


Color preview on white background

This text has color #AFA446 on white background.



Black color preview on #AFA446 background

This text has black color on #AFA446 background.


White color preview on #AFA446 background

This text has white color on #AFA446 background.