COLOR #AF966E

HEX: #AF966E RGB: (175,150,110)

Color info

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

RGB color model

#AF966E color RGB value is (175,150,110).

RGB: (175,150,110) (69%, 59%, 43%)

RGB channels and saturation

R 175 of 255 = 69%
G 150 of 255 = 59%
B 110 of 255 = 43%

175
150
110

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

Portions of RGB colors in percentages

R + G + B = 175 + 150 + 110 = 435 (100%)
R 175 of 435 ~ 40.23%
G 150 of 435 ~ 34.48%
B 110 of 435 ~ 25.29'%

%40.23
%34.48
%25.29

CMYK color model

#AF966E color CMYK value is (0,14,37,31).

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

CMYK: (0,14,37,31)
C0M14Y37K31 (0%, 14%, 37%, 31%)
(0.00 / 0.14 / 0.37 / 0.31)

CMYK percentages

%0
%14.29
%37.14
%31.37

Codes

Color #AF966E in popluar color models

AF 96 6E
RGB 175 150 110
HSL 37° 28.89% 55.88%
HSB/HSV 37° 37.14% 68.63%
CMYK 0.00% 14.29% 37.14%
31.37%

Color #AF966E in popluar number systems.

HEX AF 96 6E
Decimal 175 150 110
Binary 10101111 10010110 1101110
Octal 257 226 156

Shades and tints

Shades of #AF966E

#AF966E
(175,150,110)
#A08964
(160,137,100)
#917C5A
(145,124,90)
#826F50
(130,111,80)
#736246
(115,98,70)
#64553C
(100,85,60)
#554832
(85,72,50)
#463B28
(70,59,40)
#372E1E
(55,46,30)
#282114
(40,33,20)
#19140A
(25,20,10)
#000000
(0,0,0)

Tints of #AF966E

#AF966E
(175,150,110)
#B69F7B
(182,159,123)
#BDA888
(189,168,136)
#C4B195
(196,177,149)
#CBBAA2
(203,186,162)
#D2C3AF
(210,195,175)
#D9CCBC
(217,204,188)
#E0D5C9
(224,213,201)
#E7DED6
(231,222,214)
#EEE7E3
(238,231,227)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF966E; }

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

This text font color is #AF966E.

Background Color

.myBgColor { background-color: #AF966E; }

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

This div background color is #AF966E.

Border color

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

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

This div border color is #AF966E.

Opacity

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

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

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

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

This text has shadow with #AF966E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF966E.

Preview

Color preview on black background

This text has color #AF966E on black background.


Color preview on white background

This text has color #AF966E on white background.


Black color preview on #AF966E background

This text has black color on #AF966E background.


White color preview on #AF966E background

This text has white color on #AF966E background.


Related colors

Complementary color

Complementary color for #hex is #506991.


I love getcolorcode.com

Triadic colors

1 #6EAF96 and #966EAF with #AF966E are triadic colors.

2 #6E96AF and #96AF6E with #AF966E are triadic colors.