COLOR #AF9F68

HEX: #AF9F68
RGB: (175,159,104)

Color info

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

RGB color model

#AF9F68 color RGB value is (175,159,104).

  • red value is 175;
  • green value is 159;
  • blue value is 104.
RGB:
(175,159,104)
(69%,62%,41%)

RGB channels and saturation

R 175 of 255 = 69%
G 159 of 255 = 62%
B 104 of 255 = 41%

175
159
104

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

Portions of RGB colors in percentages

R + G + B =
175 + 159 + 104 = 438 (100%)
R 175 of 438 ~ 39.95%
G 159 of 438 ~ 36.3%
B 104 of 438 ~ 23.74%

%39.95
%36.3
%23.74

CMYK color model

#AF9F68 color CMYK value is (0,9,41,31).

  • cyan value is 0.00%
  • magenta value is 9.14%
  • yellow value is 40.57%
  • key color value is 31.37%
CMYK:
(0,9,41,31)
C0M9Y41K31 
(0%,9%,41%,31%)
(0.00/0.09/0.41/0.31)	

CMYK percentages

%0
%9.14
%40.57
%31.37

Codes

Color #AF9F68 in popluar color models

AF9F68
RGB175159104
HSL46°30.74%54.71%
HSB/HSV46°40.57%68.63%
CMYK0.00%9.14%40.57%
31.37%

Color #AF9F68 in popluar number systems.

HEXAF9F68
Decimal175159104
Binary10101111100111111101000
Octal257237150

Shades and tints

Shades of #AF9F68

#AF9F68
(175,159,104)
#A0915F
(160,145,95)
#918356
(145,131,86)
#82754D
(130,117,77)
#736744
(115,103,68)
#64593B
(100,89,59)
#554B32
(85,75,50)
#463D29
(70,61,41)
#372F20
(55,47,32)
#282117
(40,33,23)
#19130E
(25,19,14)
#000000
(0,0,0)

Tints of #AF9F68

#AF9F68
(175,159,104)
#B6A775
(182,167,117)
#BDAF82
(189,175,130)
#C4B78F
(196,183,143)
#CBBF9C
(203,191,156)
#D2C7A9
(210,199,169)
#D9CFB6
(217,207,182)
#E0D7C3
(224,215,195)
#E7DFD0
(231,223,208)
#EEE7DD
(238,231,221)
#F5EFEA
(245,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9F68; }

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

This text font color is #AF9F68.


Background Color

.myBgColor { background-color: #AF9F68; }

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

This div background color is #AF9F68.


Border color

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

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

This div border color is #AF9F68.


Opacity

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

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

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

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

This text has shadow with #AF9F68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9F68 on black background.


Color preview on white background

This text has color #AF9F68 on white background.



Black color preview on #AF9F68 background

This text has black color on #AF9F68 background.


White color preview on #AF9F68 background

This text has white color on #AF9F68 background.