COLOR #AF9A5E

HEX: #AF9A5E RGB: (175,154,94)

Color info

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

RGB color model

#AF9A5E color RGB value is (175,154,94).

RGB: (175,154,94) (69%, 60%, 37%)

RGB channels and saturation

R 175 of 255 = 69%
G 154 of 255 = 60%
B 94 of 255 = 37%

175
154
94

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

Portions of RGB colors in percentages

R + G + B = 175 + 154 + 94 = 423 (100%)
R 175 of 423 ~ 41.37%
G 154 of 423 ~ 36.41%
B 94 of 423 ~ 22.22'%

%41.37
%36.41
%22.22

CMYK color model

#AF9A5E color CMYK value is (0,12,46,31).

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 46.29%
  • key color value is 31.37%

CMYK: (0,12,46,31)
C0M12Y46K31 (0%, 12%, 46%, 31%)
(0.00 / 0.12 / 0.46 / 0.31)

CMYK percentages

%0
%12
%46.29
%31.37

Codes

Color #AF9A5E in popluar color models

AF 9A 5E
RGB 175 154 94
HSL 44° 33.61% 52.75%
HSB/HSV 44° 46.29% 68.63%
CMYK 0.00% 12.00% 46.29%
31.37%

Color #AF9A5E in popluar number systems.

HEX AF 9A 5E
Decimal 175 154 94
Binary 10101111 10011010 1011110
Octal 257 232 136

Shades and tints

Shades of #AF9A5E

#AF9A5E
(175,154,94)
#A08C56
(160,140,86)
#917E4E
(145,126,78)
#827046
(130,112,70)
#73623E
(115,98,62)
#645436
(100,84,54)
#55462E
(85,70,46)
#463826
(70,56,38)
#372A1E
(55,42,30)
#281C16
(40,28,22)
#190E0E
(25,14,14)
#000000
(0,0,0)

Tints of #AF9A5E

#AF9A5E
(175,154,94)
#B6A36C
(182,163,108)
#BDAC7A
(189,172,122)
#C4B588
(196,181,136)
#CBBE96
(203,190,150)
#D2C7A4
(210,199,164)
#D9D0B2
(217,208,178)
#E0D9C0
(224,217,192)
#E7E2CE
(231,226,206)
#EEEBDC
(238,235,220)
#F5F4EA
(245,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9A5E color. Also use rgb(175,154,94) instead hex code.

Text Font Color

.myTextColor { color: #AF9A5E; }

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

This text font color is #AF9A5E.

Background Color

.myBgColor { background-color: #AF9A5E; }

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

This div background color is #AF9A5E.

Border color

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

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

This div border color is #AF9A5E.

Opacity

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

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

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

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

This text has shadow with #AF9A5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9A5E.

Preview

Color preview on black background

This text has color #AF9A5E on black background.


Color preview on white background

This text has color #AF9A5E on white background.


Black color preview on #AF9A5E background

This text has black color on #AF9A5E background.


White color preview on #AF9A5E background

This text has white color on #AF9A5E background.


Related colors

Complementary color

Complementary color for #hex is #5065A1.


I love getcolorcode.com

Triadic colors

1 #5EAF9A and #9A5EAF with #AF9A5E are triadic colors.

2 #5E9AAF and #9AAF5E with #AF9A5E are triadic colors.