COLOR #AF966D

HEX: #AF966D
RGB: (175,150,109)

Color info

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

RGB color model

#AF966D color RGB value is (175,150,109).

  • red value is 175;
  • green value is 150;
  • blue value is 109.
RGB:
(175,150,109)
(69%,59%,43%)

RGB channels and saturation

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

175
150
109

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

Portions of RGB colors in percentages

R + G + B =
175 + 150 + 109 = 434 (100%)
R 175 of 434 ~ 40.32%
G 150 of 434 ~ 34.56%
B 109 of 434 ~ 25.12%

%40.32
%34.56
%25.12

CMYK color model

#AF966D color CMYK value is (0,14,38,31).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 37.71%
  • key color value is 31.37%
CMYK:
(0,14,38,31)
C0M14Y38K31 
(0%,14%,38%,31%)
(0.00/0.14/0.38/0.31)	

CMYK percentages

%0
%14.29
%37.71
%31.37

Codes

Color #AF966D in popluar color models

AF966D
RGB175150109
HSL37°29.20%55.69%
HSB/HSV37°37.71%68.63%
CMYK0.00%14.29%37.71%
31.37%

Color #AF966D in popluar number systems.

HEXAF966D
Decimal175150109
Binary10101111100101101101101
Octal257226155

Shades and tints

Shades of #AF966D

#AF966D
(175,150,109)
#A08964
(160,137,100)
#917C5B
(145,124,91)
#826F52
(130,111,82)
#736249
(115,98,73)
#645540
(100,85,64)
#554837
(85,72,55)
#463B2E
(70,59,46)
#372E25
(55,46,37)
#28211C
(40,33,28)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #AF966D

#AF966D
(175,150,109)
#B69F7A
(182,159,122)
#BDA887
(189,168,135)
#C4B194
(196,177,148)
#CBBAA1
(203,186,161)
#D2C3AE
(210,195,174)
#D9CCBB
(217,204,187)
#E0D5C8
(224,213,200)
#E7DED5
(231,222,213)
#EEE7E2
(238,231,226)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF966D; }

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

This text font color is #AF966D.


Background Color

.myBgColor { background-color: #AF966D; }

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

This div background color is #AF966D.


Border color

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

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

This div border color is #AF966D.


Opacity

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

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

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

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

This text has shadow with #AF966D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF966D on black background.


Color preview on white background

This text has color #AF966D on white background.



Black color preview on #AF966D background

This text has black color on #AF966D background.


White color preview on #AF966D background

This text has white color on #AF966D background.