COLOR #AF9479

HEX: #AF9479 RGB: (175,148,121)

Color info

#AF9479 contains red, green and blue colors in about the same proportion. Web safe color of #AF9479 is #999966 (or #996).

RGB color model

#AF9479 color RGB value is (175,148,121).

RGB: (175,148,121) (69%, 58%, 47%)

RGB channels and saturation

R 175 of 255 = 69%
G 148 of 255 = 58%
B 121 of 255 = 47%

175
148
121

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

Portions of RGB colors in percentages

R + G + B = 175 + 148 + 121 = 444 (100%)
R 175 of 444 ~ 39.41%
G 148 of 444 ~ 33.33%
B 121 of 444 ~ 27.25'%

%39.41
%33.33
%27.25

CMYK color model

#AF9479 color CMYK value is (0,15,31,31).

  • cyan value is 0.00%
  • magenta value is 15.43%
  • yellow value is 30.86%
  • key color value is 31.37%

CMYK: (0,15,31,31)
C0M15Y31K31 (0%, 15%, 31%, 31%)
(0.00 / 0.15 / 0.31 / 0.31)

CMYK percentages

%0
%15.43
%30.86
%31.37

Codes

Color #AF9479 in popluar color models

AF 94 79
RGB 175 148 121
HSL 30° 25.23% 58.04%
HSB/HSV 30° 30.86% 68.63%
CMYK 0.00% 15.43% 30.86%
31.37%

Color #AF9479 in popluar number systems.

HEX AF 94 79
Decimal 175 148 121
Binary 10101111 10010100 1111001
Octal 257 224 171

Shades and tints

Shades of #AF9479

#AF9479
(175,148,121)
#A0876E
(160,135,110)
#917A63
(145,122,99)
#826D58
(130,109,88)
#73604D
(115,96,77)
#645342
(100,83,66)
#554637
(85,70,55)
#46392C
(70,57,44)
#372C21
(55,44,33)
#281F16
(40,31,22)
#19120B
(25,18,11)
#000000
(0,0,0)

Tints of #AF9479

#AF9479
(175,148,121)
#B69D85
(182,157,133)
#BDA691
(189,166,145)
#C4AF9D
(196,175,157)
#CBB8A9
(203,184,169)
#D2C1B5
(210,193,181)
#D9CAC1
(217,202,193)
#E0D3CD
(224,211,205)
#E7DCD9
(231,220,217)
#EEE5E5
(238,229,229)
#F5EEF1
(245,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9479 color. Also use rgb(175,148,121) instead hex code.

Text Font Color

.myTextColor { color: #AF9479; }

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

This text font color is #AF9479.

Background Color

.myBgColor { background-color: #AF9479; }

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

This div background color is #AF9479.

Border color

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

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

This div border color is #AF9479.

Opacity

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

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

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

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

This text has shadow with #AF9479 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9479.

Preview

Color preview on black background

This text has color #AF9479 on black background.


Color preview on white background

This text has color #AF9479 on white background.


Black color preview on #AF9479 background

This text has black color on #AF9479 background.


White color preview on #AF9479 background

This text has white color on #AF9479 background.


Related colors

Complementary color

Complementary color for #hex is #506B86.


I love getcolorcode.com

Triadic colors

1 #79AF94 and #9479AF with #AF9479 are triadic colors.

2 #7994AF and #94AF79 with #AF9479 are triadic colors.