COLOR #AF8664

HEX: #AF8664
RGB: (175,134,100)

Color info

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

RGB color model

#AF8664 color RGB value is (175,134,100).

  • red value is 175;
  • green value is 134;
  • blue value is 100.
RGB:
(175,134,100)
(69%,53%,39%)

RGB channels and saturation

R 175 of 255 = 69%
G 134 of 255 = 53%
B 100 of 255 = 39%

175
134
100

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

Portions of RGB colors in percentages

R + G + B =
175 + 134 + 100 = 409 (100%)
R 175 of 409 ~ 42.79%
G 134 of 409 ~ 32.76%
B 100 of 409 ~ 24.45%

%42.79
%32.76
%24.45

CMYK color model

#AF8664 color CMYK value is (0,23,43,31).

  • cyan value is 0.00%
  • magenta value is 23.43%
  • yellow value is 42.86%
  • key color value is 31.37%
CMYK:
(0,23,43,31)
C0M23Y43K31 
(0%,23%,43%,31%)
(0.00/0.23/0.43/0.31)	

CMYK percentages

%0
%23.43
%42.86
%31.37

Codes

Color #AF8664 in popluar color models

AF8664
RGB175134100
HSL27°31.91%53.92%
HSB/HSV27°42.86%68.63%
CMYK0.00%23.43%42.86%
31.37%

Color #AF8664 in popluar number systems.

HEXAF8664
Decimal175134100
Binary10101111100001101100100
Octal257206144

Shades and tints

Shades of #AF8664

#AF8664
(175,134,100)
#A07A5B
(160,122,91)
#916E52
(145,110,82)
#826249
(130,98,73)
#735640
(115,86,64)
#644A37
(100,74,55)
#553E2E
(85,62,46)
#463225
(70,50,37)
#37261C
(55,38,28)
#281A13
(40,26,19)
#190E0A
(25,14,10)
#000000
(0,0,0)

Tints of #AF8664

#AF8664
(175,134,100)
#B69172
(182,145,114)
#BD9C80
(189,156,128)
#C4A78E
(196,167,142)
#CBB29C
(203,178,156)
#D2BDAA
(210,189,170)
#D9C8B8
(217,200,184)
#E0D3C6
(224,211,198)
#E7DED4
(231,222,212)
#EEE9E2
(238,233,226)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8664 color. Also use rgb(175,134,100) instead hex code.

Text Font Color

.myTextColor { color: #AF8664; }

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

This text font color is #AF8664.


Background Color

.myBgColor { background-color: #AF8664; }

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

This div background color is #AF8664.


Border color

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

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

This div border color is #AF8664.


Opacity

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

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

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

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

This text has shadow with #AF8664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8664 on black background.


Color preview on white background

This text has color #AF8664 on white background.



Black color preview on #AF8664 background

This text has black color on #AF8664 background.


White color preview on #AF8664 background

This text has white color on #AF8664 background.