COLOR #AF9F77

HEX: #AF9F77 RGB: (175,159,119)

Color info

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

RGB color model

#AF9F77 color RGB value is (175,159,119).

RGB: (175,159,119) (69%, 62%, 47%)

RGB channels and saturation

R 175 of 255 = 69%
G 159 of 255 = 62%
B 119 of 255 = 47%

175
159
119

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

Portions of RGB colors in percentages

R + G + B = 175 + 159 + 119 = 453 (100%)
R 175 of 453 ~ 38.63%
G 159 of 453 ~ 35.1%
B 119 of 453 ~ 26.27'%

%38.63
%35.1
%26.27

CMYK color model

#AF9F77 color CMYK value is (0,9,32,31).

  • cyan value is 0.00%
  • magenta value is 9.14%
  • yellow value is 32.00%
  • key color value is 31.37%

CMYK: (0,9,32,31)
C0M9Y32K31 (0%, 9%, 32%, 31%)
(0.00 / 0.09 / 0.32 / 0.31)

CMYK percentages

%0
%9.14
%32
%31.37

Codes

Color #AF9F77 in popluar color models

AF 9F 77
RGB 175 159 119
HSL 43° 25.93% 57.65%
HSB/HSV 43° 32.00% 68.63%
CMYK 0.00% 9.14% 32.00%
31.37%

Color #AF9F77 in popluar number systems.

HEX AF 9F 77
Decimal 175 159 119
Binary 10101111 10011111 1110111
Octal 257 237 167

Shades and tints

Shades of #AF9F77

#AF9F77
(175,159,119)
#A0916D
(160,145,109)
#918363
(145,131,99)
#827559
(130,117,89)
#73674F
(115,103,79)
#645945
(100,89,69)
#554B3B
(85,75,59)
#463D31
(70,61,49)
#372F27
(55,47,39)
#28211D
(40,33,29)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #AF9F77

#AF9F77
(175,159,119)
#B6A783
(182,167,131)
#BDAF8F
(189,175,143)
#C4B79B
(196,183,155)
#CBBFA7
(203,191,167)
#D2C7B3
(210,199,179)
#D9CFBF
(217,207,191)
#E0D7CB
(224,215,203)
#E7DFD7
(231,223,215)
#EEE7E3
(238,231,227)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9F77 color. Also use rgb(175,159,119) instead hex code.

Text Font Color

.myTextColor { color: #AF9F77; }

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

This text font color is #AF9F77.

Background Color

.myBgColor { background-color: #AF9F77; }

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

This div background color is #AF9F77.

Border color

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

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

This div border color is #AF9F77.

Opacity

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

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

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

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

This text has shadow with #AF9F77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9F77.

Preview

Color preview on black background

This text has color #AF9F77 on black background.


Color preview on white background

This text has color #AF9F77 on white background.


Black color preview on #AF9F77 background

This text has black color on #AF9F77 background.


White color preview on #AF9F77 background

This text has white color on #AF9F77 background.


Related colors

Complementary color

Complementary color for #hex is #506088.


I love getcolorcode.com

Triadic colors

1 #77AF9F and #9F77AF with #AF9F77 are triadic colors.

2 #779FAF and #9FAF77 with #AF9F77 are triadic colors.