COLOR #AF9A6F

HEX: #AF9A6F RGB: (175,154,111)

Color info

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

RGB color model

#AF9A6F color RGB value is (175,154,111).

RGB: (175,154,111) (69%, 60%, 44%)

RGB channels and saturation

R 175 of 255 = 69%
G 154 of 255 = 60%
B 111 of 255 = 44%

175
154
111

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

Portions of RGB colors in percentages

R + G + B = 175 + 154 + 111 = 440 (100%)
R 175 of 440 ~ 39.77%
G 154 of 440 ~ 35%
B 111 of 440 ~ 25.23'%

%39.77
%35
%25.23

CMYK color model

#AF9A6F color CMYK value is (0,12,37,31).

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

CMYK: (0,12,37,31)
C0M12Y37K31 (0%, 12%, 37%, 31%)
(0.00 / 0.12 / 0.37 / 0.31)

CMYK percentages

%0
%12
%36.57
%31.37

Codes

Color #AF9A6F in popluar color models

AF 9A 6F
RGB 175 154 111
HSL 40° 28.57% 56.08%
HSB/HSV 40° 36.57% 68.63%
CMYK 0.00% 12.00% 36.57%
31.37%

Color #AF9A6F in popluar number systems.

HEX AF 9A 6F
Decimal 175 154 111
Binary 10101111 10011010 1101111
Octal 257 232 157

Shades and tints

Shades of #AF9A6F

#AF9A6F
(175,154,111)
#A08C65
(160,140,101)
#917E5B
(145,126,91)
#827051
(130,112,81)
#736247
(115,98,71)
#64543D
(100,84,61)
#554633
(85,70,51)
#463829
(70,56,41)
#372A1F
(55,42,31)
#281C15
(40,28,21)
#190E0B
(25,14,11)
#000000
(0,0,0)

Tints of #AF9A6F

#AF9A6F
(175,154,111)
#B6A37C
(182,163,124)
#BDAC89
(189,172,137)
#C4B596
(196,181,150)
#CBBEA3
(203,190,163)
#D2C7B0
(210,199,176)
#D9D0BD
(217,208,189)
#E0D9CA
(224,217,202)
#E7E2D7
(231,226,215)
#EEEBE4
(238,235,228)
#F5F4F1
(245,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9A6F; }

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

This text font color is #AF9A6F.

Background Color

.myBgColor { background-color: #AF9A6F; }

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

This div background color is #AF9A6F.

Border color

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

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

This div border color is #AF9A6F.

Opacity

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

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

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

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

This text has shadow with #AF9A6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9A6F.

Preview

Color preview on black background

This text has color #AF9A6F on black background.


Color preview on white background

This text has color #AF9A6F on white background.


Black color preview on #AF9A6F background

This text has black color on #AF9A6F background.


White color preview on #AF9A6F background

This text has white color on #AF9A6F background.


Related colors

Complementary color

Complementary color for #hex is #506590.


I love getcolorcode.com

Triadic colors

1 #6FAF9A and #9A6FAF with #AF9A6F are triadic colors.

2 #6F9AAF and #9AAF6F with #AF9A6F are triadic colors.