COLOR #AF9680

HEX: #AF9680 RGB: (175,150,128)

Color info

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

RGB color model

#AF9680 color RGB value is (175,150,128).

RGB: (175,150,128) (69%, 59%, 50%)

RGB channels and saturation

R 175 of 255 = 69%
G 150 of 255 = 59%
B 128 of 255 = 50%

175
150
128

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

Portions of RGB colors in percentages

R + G + B = 175 + 150 + 128 = 453 (100%)
R 175 of 453 ~ 38.63%
G 150 of 453 ~ 33.11%
B 128 of 453 ~ 28.26'%

%38.63
%33.11
%28.26

CMYK color model

#AF9680 color CMYK value is (0,14,27,31).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 26.86%
  • key color value is 31.37%

CMYK: (0,14,27,31)
C0M14Y27K31 (0%, 14%, 27%, 31%)
(0.00 / 0.14 / 0.27 / 0.31)

CMYK percentages

%0
%14.29
%26.86
%31.37

Codes

Color #AF9680 in popluar color models

AF 96 80
RGB 175 150 128
HSL 28° 22.71% 59.41%
HSB/HSV 28° 26.86% 68.63%
CMYK 0.00% 14.29% 26.86%
31.37%

Color #AF9680 in popluar number systems.

HEX AF 96 80
Decimal 175 150 128
Binary 10101111 10010110 10000000
Octal 257 226 200

Shades and tints

Shades of #AF9680

#AF9680
(175,150,128)
#A08975
(160,137,117)
#917C6A
(145,124,106)
#826F5F
(130,111,95)
#736254
(115,98,84)
#645549
(100,85,73)
#55483E
(85,72,62)
#463B33
(70,59,51)
#372E28
(55,46,40)
#28211D
(40,33,29)
#191412
(25,20,18)
#000000
(0,0,0)

Tints of #AF9680

#AF9680
(175,150,128)
#B69F8B
(182,159,139)
#BDA896
(189,168,150)
#C4B1A1
(196,177,161)
#CBBAAC
(203,186,172)
#D2C3B7
(210,195,183)
#D9CCC2
(217,204,194)
#E0D5CD
(224,213,205)
#E7DED8
(231,222,216)
#EEE7E3
(238,231,227)
#F5F0EE
(245,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9680 color. Also use rgb(175,150,128) instead hex code.

Text Font Color

.myTextColor { color: #AF9680; }

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

This text font color is #AF9680.

Background Color

.myBgColor { background-color: #AF9680; }

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

This div background color is #AF9680.

Border color

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

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

This div border color is #AF9680.

Opacity

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

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

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

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

This text has shadow with #AF9680 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9680.

Preview

Color preview on black background

This text has color #AF9680 on black background.


Color preview on white background

This text has color #AF9680 on white background.


Black color preview on #AF9680 background

This text has black color on #AF9680 background.


White color preview on #AF9680 background

This text has white color on #AF9680 background.


Related colors

Complementary color

Complementary color for #hex is #50697F.


I love getcolorcode.com

Triadic colors

1 #80AF96 and #9680AF with #AF9680 are triadic colors.

2 #8096AF and #96AF80 with #AF9680 are triadic colors.