COLOR #AF9B66

HEX: #AF9B66
RGB: (175,155,102)

Color info

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

RGB color model

#AF9B66 color RGB value is (175,155,102).

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

RGB channels and saturation

R 175 of 255 = 69%
G 155 of 255 = 61%
B 102 of 255 = 40%

175
155
102

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

Portions of RGB colors in percentages

R + G + B =
175 + 155 + 102 = 432 (100%)
R 175 of 432 ~ 40.51%
G 155 of 432 ~ 35.88%
B 102 of 432 ~ 23.61%

%40.51
%35.88
%23.61

CMYK color model

#AF9B66 color CMYK value is (0,11,42,31).

  • cyan value is 0.00%
  • magenta value is 11.43%
  • yellow value is 41.71%
  • key color value is 31.37%
CMYK:
(0,11,42,31)
C0M11Y42K31 
(0%,11%,42%,31%)
(0.00/0.11/0.42/0.31)	

CMYK percentages

%0
%11.43
%41.71
%31.37

Codes

Color #AF9B66 in popluar color models

AF9B66
RGB175155102
HSL44°31.33%54.31%
HSB/HSV44°41.71%68.63%
CMYK0.00%11.43%41.71%
31.37%

Color #AF9B66 in popluar number systems.

HEXAF9B66
Decimal175155102
Binary10101111100110111100110
Octal257233146

Shades and tints

Shades of #AF9B66

#AF9B66
(175,155,102)
#A08D5D
(160,141,93)
#917F54
(145,127,84)
#82714B
(130,113,75)
#736342
(115,99,66)
#645539
(100,85,57)
#554730
(85,71,48)
#463927
(70,57,39)
#372B1E
(55,43,30)
#281D15
(40,29,21)
#190F0C
(25,15,12)
#000000
(0,0,0)

Tints of #AF9B66

#AF9B66
(175,155,102)
#B6A473
(182,164,115)
#BDAD80
(189,173,128)
#C4B68D
(196,182,141)
#CBBF9A
(203,191,154)
#D2C8A7
(210,200,167)
#D9D1B4
(217,209,180)
#E0DAC1
(224,218,193)
#E7E3CE
(231,227,206)
#EEECDB
(238,236,219)
#F5F5E8
(245,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9B66; }

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

This text font color is #AF9B66.


Background Color

.myBgColor { background-color: #AF9B66; }

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

This div background color is #AF9B66.


Border color

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

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

This div border color is #AF9B66.


Opacity

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

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

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

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

This text has shadow with #AF9B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9B66 on black background.


Color preview on white background

This text has color #AF9B66 on white background.



Black color preview on #AF9B66 background

This text has black color on #AF9B66 background.


White color preview on #AF9B66 background

This text has white color on #AF9B66 background.