COLOR #AFA148

HEX: #AFA148 RGB: (175,161,72)

Color info

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

RGB color model

#AFA148 color RGB value is (175,161,72).

RGB: (175,161,72) (69%, 63%, 28%)

RGB channels and saturation

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

175
161
72

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

Portions of RGB colors in percentages

R + G + B = 175 + 161 + 72 = 408 (100%)
R 175 of 408 ~ 42.89%
G 161 of 408 ~ 39.46%
B 72 of 408 ~ 17.65'%

%42.89
%39.46
%17.65

CMYK color model

#AFA148 color CMYK value is (0,8,59,31).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 58.86%
  • key color value is 31.37%

CMYK: (0,8,59,31)
C0M8Y59K31 (0%, 8%, 59%, 31%)
(0.00 / 0.08 / 0.59 / 0.31)

CMYK percentages

%0
%8
%58.86
%31.37

Codes

Color #AFA148 in popluar color models

AF A1 48
RGB 175 161 72
HSL 52° 41.70% 48.43%
HSB/HSV 52° 58.86% 68.63%
CMYK 0.00% 8.00% 58.86%
31.37%

Color #AFA148 in popluar number systems.

HEX AF A1 48
Decimal 175 161 72
Binary 10101111 10100001 1001000
Octal 257 241 110

Shades and tints

Shades of #AFA148

#AFA148
(175,161,72)
#A09342
(160,147,66)
#91853C
(145,133,60)
#827736
(130,119,54)
#736930
(115,105,48)
#645B2A
(100,91,42)
#554D24
(85,77,36)
#463F1E
(70,63,30)
#373118
(55,49,24)
#282312
(40,35,18)
#19150C
(25,21,12)
#000000
(0,0,0)

Tints of #AFA148

#AFA148
(175,161,72)
#B6A958
(182,169,88)
#BDB168
(189,177,104)
#C4B978
(196,185,120)
#CBC188
(203,193,136)
#D2C998
(210,201,152)
#D9D1A8
(217,209,168)
#E0D9B8
(224,217,184)
#E7E1C8
(231,225,200)
#EEE9D8
(238,233,216)
#F5F1E8
(245,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA148; }

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

This text font color is #AFA148.

Background Color

.myBgColor { background-color: #AFA148; }

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

This div background color is #AFA148.

Border color

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

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

This div border color is #AFA148.

Opacity

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

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

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

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

This text has shadow with #AFA148 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA148.

Preview

Color preview on black background

This text has color #AFA148 on black background.


Color preview on white background

This text has color #AFA148 on white background.


Black color preview on #AFA148 background

This text has black color on #AFA148 background.


White color preview on #AFA148 background

This text has white color on #AFA148 background.


Related colors

Complementary color

Complementary color for #hex is #505EB7.


I love getcolorcode.com

Triadic colors

1 #48AFA1 and #A148AF with #AFA148 are triadic colors.

2 #48A1AF and #A1AF48 with #AFA148 are triadic colors.