COLOR #AF8F6A

HEX: #AF8F6A
RGB: (175,143,106)

Color info

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

RGB color model

#AF8F6A color RGB value is (175,143,106).

  • red value is 175;
  • green value is 143;
  • blue value is 106.
RGB:
(175,143,106)
(69%,56%,42%)

RGB channels and saturation

R 175 of 255 = 69%
G 143 of 255 = 56%
B 106 of 255 = 42%

175
143
106

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

Portions of RGB colors in percentages

R + G + B =
175 + 143 + 106 = 424 (100%)
R 175 of 424 ~ 41.27%
G 143 of 424 ~ 33.73%
B 106 of 424 ~ 25%

%41.27
%33.73
%25

CMYK color model

#AF8F6A color CMYK value is (0,18,39,31).

  • cyan value is 0.00%
  • magenta value is 18.29%
  • yellow value is 39.43%
  • key color value is 31.37%
CMYK:
(0,18,39,31)
C0M18Y39K31 
(0%,18%,39%,31%)
(0.00/0.18/0.39/0.31)	

CMYK percentages

%0
%18.29
%39.43
%31.37

Codes

Color #AF8F6A in popluar color models

AF8F6A
RGB175143106
HSL32°30.13%55.10%
HSB/HSV32°39.43%68.63%
CMYK0.00%18.29%39.43%
31.37%

Color #AF8F6A in popluar number systems.

HEXAF8F6A
Decimal175143106
Binary10101111100011111101010
Octal257217152

Shades and tints

Shades of #AF8F6A

#AF8F6A
(175,143,106)
#A08261
(160,130,97)
#917558
(145,117,88)
#82684F
(130,104,79)
#735B46
(115,91,70)
#644E3D
(100,78,61)
#554134
(85,65,52)
#46342B
(70,52,43)
#372722
(55,39,34)
#281A19
(40,26,25)
#190D10
(25,13,16)
#000000
(0,0,0)

Tints of #AF8F6A

#AF8F6A
(175,143,106)
#B69977
(182,153,119)
#BDA384
(189,163,132)
#C4AD91
(196,173,145)
#CBB79E
(203,183,158)
#D2C1AB
(210,193,171)
#D9CBB8
(217,203,184)
#E0D5C5
(224,213,197)
#E7DFD2
(231,223,210)
#EEE9DF
(238,233,223)
#F5F3EC
(245,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8F6A color. Also use rgb(175,143,106) instead hex code.

Text Font Color

.myTextColor { color: #AF8F6A; }

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

This text font color is #AF8F6A.


Background Color

.myBgColor { background-color: #AF8F6A; }

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

This div background color is #AF8F6A.


Border color

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

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

This div border color is #AF8F6A.


Opacity

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

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

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

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

This text has shadow with #AF8F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8F6A on black background.


Color preview on white background

This text has color #AF8F6A on white background.



Black color preview on #AF8F6A background

This text has black color on #AF8F6A background.


White color preview on #AF8F6A background

This text has white color on #AF8F6A background.