COLOR #AF8666

HEX: #AF8666
RGB: (175,134,102)

Color info

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

RGB color model

#AF8666 color RGB value is (175,134,102).

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

RGB channels and saturation

R 175 of 255 = 69%
G 134 of 255 = 53%
B 102 of 255 = 40%

175
134
102

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

Portions of RGB colors in percentages

R + G + B =
175 + 134 + 102 = 411 (100%)
R 175 of 411 ~ 42.58%
G 134 of 411 ~ 32.6%
B 102 of 411 ~ 24.82%

%42.58
%32.6
%24.82

CMYK color model

#AF8666 color CMYK value is (0,23,42,31).

  • cyan value is 0.00%
  • magenta value is 23.43%
  • yellow value is 41.71%
  • key color value is 31.37%
CMYK:
(0,23,42,31)
C0M23Y42K31 
(0%,23%,42%,31%)
(0.00/0.23/0.42/0.31)	

CMYK percentages

%0
%23.43
%41.71
%31.37

Codes

Color #AF8666 in popluar color models

AF8666
RGB175134102
HSL26°31.33%54.31%
HSB/HSV26°41.71%68.63%
CMYK0.00%23.43%41.71%
31.37%

Color #AF8666 in popluar number systems.

HEXAF8666
Decimal175134102
Binary10101111100001101100110
Octal257206146

Shades and tints

Shades of #AF8666

#AF8666
(175,134,102)
#A07A5D
(160,122,93)
#916E54
(145,110,84)
#82624B
(130,98,75)
#735642
(115,86,66)
#644A39
(100,74,57)
#553E30
(85,62,48)
#463227
(70,50,39)
#37261E
(55,38,30)
#281A15
(40,26,21)
#190E0C
(25,14,12)
#000000
(0,0,0)

Tints of #AF8666

#AF8666
(175,134,102)
#B69173
(182,145,115)
#BD9C80
(189,156,128)
#C4A78D
(196,167,141)
#CBB29A
(203,178,154)
#D2BDA7
(210,189,167)
#D9C8B4
(217,200,180)
#E0D3C1
(224,211,193)
#E7DECE
(231,222,206)
#EEE9DB
(238,233,219)
#F5F4E8
(245,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8666; }

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

This text font color is #AF8666.


Background Color

.myBgColor { background-color: #AF8666; }

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

This div background color is #AF8666.


Border color

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

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

This div border color is #AF8666.


Opacity

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

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

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

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

This text has shadow with #AF8666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8666 on black background.


Color preview on white background

This text has color #AF8666 on white background.



Black color preview on #AF8666 background

This text has black color on #AF8666 background.


White color preview on #AF8666 background

This text has white color on #AF8666 background.