COLOR #AFA549

HEX: #AFA549 RGB: (175,165,73)

Color info

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

RGB color model

#AFA549 color RGB value is (175,165,73).

RGB: (175,165,73) (69%, 65%, 29%)

RGB channels and saturation

R 175 of 255 = 69%
G 165 of 255 = 65%
B 73 of 255 = 29%

175
165
73

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

Portions of RGB colors in percentages

R + G + B = 175 + 165 + 73 = 413 (100%)
R 175 of 413 ~ 42.37%
G 165 of 413 ~ 39.95%
B 73 of 413 ~ 17.68'%

%42.37
%39.95
%17.68

CMYK color model

#AFA549 color CMYK value is (0,6,58,31).

  • cyan value is 0.00%
  • magenta value is 5.71%
  • yellow value is 58.29%
  • key color value is 31.37%

CMYK: (0,6,58,31)
C0M6Y58K31 (0%, 6%, 58%, 31%)
(0.00 / 0.06 / 0.58 / 0.31)

CMYK percentages

%0
%5.71
%58.29
%31.37

Codes

Color #AFA549 in popluar color models

AF A5 49
RGB 175 165 73
HSL 54° 41.13% 48.63%
HSB/HSV 54° 58.29% 68.63%
CMYK 0.00% 5.71% 58.29%
31.37%

Color #AFA549 in popluar number systems.

HEX AF A5 49
Decimal 175 165 73
Binary 10101111 10100101 1001001
Octal 257 245 111

Shades and tints

Shades of #AFA549

#AFA549
(175,165,73)
#A09643
(160,150,67)
#91873D
(145,135,61)
#827837
(130,120,55)
#736931
(115,105,49)
#645A2B
(100,90,43)
#554B25
(85,75,37)
#463C1F
(70,60,31)
#372D19
(55,45,25)
#281E13
(40,30,19)
#190F0D
(25,15,13)
#000000
(0,0,0)

Tints of #AFA549

#AFA549
(175,165,73)
#B6AD59
(182,173,89)
#BDB569
(189,181,105)
#C4BD79
(196,189,121)
#CBC589
(203,197,137)
#D2CD99
(210,205,153)
#D9D5A9
(217,213,169)
#E0DDB9
(224,221,185)
#E7E5C9
(231,229,201)
#EEEDD9
(238,237,217)
#F5F5E9
(245,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA549 color. Also use rgb(175,165,73) instead hex code.

Text Font Color

.myTextColor { color: #AFA549; }

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

This text font color is #AFA549.

Background Color

.myBgColor { background-color: #AFA549; }

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

This div background color is #AFA549.

Border color

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

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

This div border color is #AFA549.

Opacity

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

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

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

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

This text has shadow with #AFA549 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA549.

Preview

Color preview on black background

This text has color #AFA549 on black background.


Color preview on white background

This text has color #AFA549 on white background.


Black color preview on #AFA549 background

This text has black color on #AFA549 background.


White color preview on #AFA549 background

This text has white color on #AFA549 background.


Related colors

Complementary color

Complementary color for #hex is #505AB6.


I love getcolorcode.com

Triadic colors

1 #49AFA5 and #A549AF with #AFA549 are triadic colors.

2 #49A5AF and #A5AF49 with #AFA549 are triadic colors.