COLOR #AF9773

HEX: #AF9773 RGB: (175,151,115)

Color info

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

RGB color model

#AF9773 color RGB value is (175,151,115).

RGB: (175,151,115) (69%, 59%, 45%)

RGB channels and saturation

R 175 of 255 = 69%
G 151 of 255 = 59%
B 115 of 255 = 45%

175
151
115

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

Portions of RGB colors in percentages

R + G + B = 175 + 151 + 115 = 441 (100%)
R 175 of 441 ~ 39.68%
G 151 of 441 ~ 34.24%
B 115 of 441 ~ 26.08'%

%39.68
%34.24
%26.08

CMYK color model

#AF9773 color CMYK value is (0,14,34,31).

  • cyan value is 0.00%
  • magenta value is 13.71%
  • yellow value is 34.29%
  • key color value is 31.37%

CMYK: (0,14,34,31)
C0M14Y34K31 (0%, 14%, 34%, 31%)
(0.00 / 0.14 / 0.34 / 0.31)

CMYK percentages

%0
%13.71
%34.29
%31.37

Codes

Color #AF9773 in popluar color models

AF 97 73
RGB 175 151 115
HSL 36° 27.27% 56.86%
HSB/HSV 36° 34.29% 68.63%
CMYK 0.00% 13.71% 34.29%
31.37%

Color #AF9773 in popluar number systems.

HEX AF 97 73
Decimal 175 151 115
Binary 10101111 10010111 1110011
Octal 257 227 163

Shades and tints

Shades of #AF9773

#AF9773
(175,151,115)
#A08A69
(160,138,105)
#917D5F
(145,125,95)
#827055
(130,112,85)
#73634B
(115,99,75)
#645641
(100,86,65)
#554937
(85,73,55)
#463C2D
(70,60,45)
#372F23
(55,47,35)
#282219
(40,34,25)
#19150F
(25,21,15)
#000000
(0,0,0)

Tints of #AF9773

#AF9773
(175,151,115)
#B6A07F
(182,160,127)
#BDA98B
(189,169,139)
#C4B297
(196,178,151)
#CBBBA3
(203,187,163)
#D2C4AF
(210,196,175)
#D9CDBB
(217,205,187)
#E0D6C7
(224,214,199)
#E7DFD3
(231,223,211)
#EEE8DF
(238,232,223)
#F5F1EB
(245,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9773 color. Also use rgb(175,151,115) instead hex code.

Text Font Color

.myTextColor { color: #AF9773; }

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

This text font color is #AF9773.

Background Color

.myBgColor { background-color: #AF9773; }

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

This div background color is #AF9773.

Border color

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

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

This div border color is #AF9773.

Opacity

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

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

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

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

This text has shadow with #AF9773 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9773.

Preview

Color preview on black background

This text has color #AF9773 on black background.


Color preview on white background

This text has color #AF9773 on white background.


Black color preview on #AF9773 background

This text has black color on #AF9773 background.


White color preview on #AF9773 background

This text has white color on #AF9773 background.


Related colors

Complementary color

Complementary color for #hex is #50688C.


I love getcolorcode.com

Triadic colors

1 #73AF97 and #9773AF with #AF9773 are triadic colors.

2 #7397AF and #97AF73 with #AF9773 are triadic colors.