COLOR #AFA048

HEX: #AFA048
RGB: (175,160,72)

Color info

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

RGB color model

#AFA048 color RGB value is (175,160,72).

  • red value is 175;
  • green value is 160;
  • blue value is 72.
RGB:
(175,160,72)
(69%,63%,28%)

RGB channels and saturation

R 175 of 255 = 69%
G 160 of 255 = 63%
B 72 of 255 = 28%

175
160
72

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

Portions of RGB colors in percentages

R + G + B =
175 + 160 + 72 = 407 (100%)
R 175 of 407 ~ 43%
G 160 of 407 ~ 39.31%
B 72 of 407 ~ 17.69%

%43
%39.31
%17.69

CMYK color model

#AFA048 color CMYK value is (0,9,59,31).

  • cyan value is 0.00%
  • magenta value is 8.57%
  • yellow value is 58.86%
  • key color value is 31.37%
CMYK:
(0,9,59,31)
C0M9Y59K31 
(0%,9%,59%,31%)
(0.00/0.09/0.59/0.31)	

CMYK percentages

%0
%8.57
%58.86
%31.37

Codes

Color #AFA048 in popluar color models

AFA048
RGB17516072
HSL51°41.70%48.43%
HSB/HSV51°58.86%68.63%
CMYK0.00%8.57%58.86%
31.37%

Color #AFA048 in popluar number systems.

HEXAFA048
Decimal17516072
Binary10101111101000001001000
Octal257240110

Shades and tints

Shades of #AFA048

#AFA048
(175,160,72)
#A09242
(160,146,66)
#91843C
(145,132,60)
#827636
(130,118,54)
#736830
(115,104,48)
#645A2A
(100,90,42)
#554C24
(85,76,36)
#463E1E
(70,62,30)
#373018
(55,48,24)
#282212
(40,34,18)
#19140C
(25,20,12)
#000000
(0,0,0)

Tints of #AFA048

#AFA048
(175,160,72)
#B6A858
(182,168,88)
#BDB068
(189,176,104)
#C4B878
(196,184,120)
#CBC088
(203,192,136)
#D2C898
(210,200,152)
#D9D0A8
(217,208,168)
#E0D8B8
(224,216,184)
#E7E0C8
(231,224,200)
#EEE8D8
(238,232,216)
#F5F0E8
(245,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA048 color. Also use rgb(175,160,72) instead hex code.

Text Font Color

.myTextColor { color: #AFA048; }

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

This text font color is #AFA048.


Background Color

.myBgColor { background-color: #AFA048; }

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

This div background color is #AFA048.


Border color

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

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

This div border color is #AFA048.


Opacity

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

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

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

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

This text has shadow with #AFA048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA048 on black background.


Color preview on white background

This text has color #AFA048 on white background.



Black color preview on #AFA048 background

This text has black color on #AFA048 background.


White color preview on #AFA048 background

This text has white color on #AFA048 background.