COLOR #AF8964

HEX: #AF8964 RGB: (175,137,100)

Color info

#AF8964 contains mainly red and green colors. Web safe color of #AF8964 is #999966 (or #996).

RGB color model

#AF8964 color RGB value is (175,137,100).

RGB: (175,137,100) (69%, 54%, 39%)

RGB channels and saturation

R 175 of 255 = 69%
G 137 of 255 = 54%
B 100 of 255 = 39%

175
137
100

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

Portions of RGB colors in percentages

R + G + B = 175 + 137 + 100 = 412 (100%)
R 175 of 412 ~ 42.48%
G 137 of 412 ~ 33.25%
B 100 of 412 ~ 24.27'%

%42.48
%33.25
%24.27

CMYK color model

#AF8964 color CMYK value is (0,22,43,31).

  • cyan value is 0.00%
  • magenta value is 21.71%
  • yellow value is 42.86%
  • key color value is 31.37%

CMYK: (0,22,43,31)
C0M22Y43K31 (0%, 22%, 43%, 31%)
(0.00 / 0.22 / 0.43 / 0.31)

CMYK percentages

%0
%21.71
%42.86
%31.37

Codes

Color #AF8964 in popluar color models

AF 89 64
RGB 175 137 100
HSL 30° 31.91% 53.92%
HSB/HSV 30° 42.86% 68.63%
CMYK 0.00% 21.71% 42.86%
31.37%

Color #AF8964 in popluar number systems.

HEX AF 89 64
Decimal 175 137 100
Binary 10101111 10001001 1100100
Octal 257 211 144

Shades and tints

Shades of #AF8964

#AF8964
(175,137,100)
#A07D5B
(160,125,91)
#917152
(145,113,82)
#826549
(130,101,73)
#735940
(115,89,64)
#644D37
(100,77,55)
#55412E
(85,65,46)
#463525
(70,53,37)
#37291C
(55,41,28)
#281D13
(40,29,19)
#19110A
(25,17,10)
#000000
(0,0,0)

Tints of #AF8964

#AF8964
(175,137,100)
#B69372
(182,147,114)
#BD9D80
(189,157,128)
#C4A78E
(196,167,142)
#CBB19C
(203,177,156)
#D2BBAA
(210,187,170)
#D9C5B8
(217,197,184)
#E0CFC6
(224,207,198)
#E7D9D4
(231,217,212)
#EEE3E2
(238,227,226)
#F5EDF0
(245,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8964 color. Also use rgb(175,137,100) instead hex code.

Text Font Color

.myTextColor { color: #AF8964; }

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

This text font color is #AF8964.

Background Color

.myBgColor { background-color: #AF8964; }

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

This div background color is #AF8964.

Border color

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

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

This div border color is #AF8964.

Opacity

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

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

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

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

This text has shadow with #AF8964 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF8964.

Preview

Color preview on black background

This text has color #AF8964 on black background.


Color preview on white background

This text has color #AF8964 on white background.


Black color preview on #AF8964 background

This text has black color on #AF8964 background.


White color preview on #AF8964 background

This text has white color on #AF8964 background.


Related colors

Complementary color

Complementary color for #hex is #50769B.


I love getcolorcode.com

Triadic colors

1 #64AF89 and #8964AF with #AF8964 are triadic colors.

2 #6489AF and #89AF64 with #AF8964 are triadic colors.