COLOR #AF9B7D

HEX: #AF9B7D
RGB: (175,155,125)

Color info

#AF9B7D contains red, green and blue colors in about the same proportion. Web safe color of #AF9B7D is #999966 (or #996).

RGB color model

#AF9B7D color RGB value is (175,155,125).

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

RGB channels and saturation

R 175 of 255 = 69%
G 155 of 255 = 61%
B 125 of 255 = 49%

175
155
125

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

Portions of RGB colors in percentages

R + G + B =
175 + 155 + 125 = 455 (100%)
R 175 of 455 ~ 38.46%
G 155 of 455 ~ 34.07%
B 125 of 455 ~ 27.47%

%38.46
%34.07
%27.47

CMYK color model

#AF9B7D color CMYK value is (0,11,29,31).

  • cyan value is 0.00%
  • magenta value is 11.43%
  • yellow value is 28.57%
  • key color value is 31.37%
CMYK:
(0,11,29,31)
C0M11Y29K31 
(0%,11%,29%,31%)
(0.00/0.11/0.29/0.31)	

CMYK percentages

%0
%11.43
%28.57
%31.37

Codes

Color #AF9B7D in popluar color models

AF9B7D
RGB175155125
HSL36°23.81%58.82%
HSB/HSV36°28.57%68.63%
CMYK0.00%11.43%28.57%
31.37%

Color #AF9B7D in popluar number systems.

HEXAF9B7D
Decimal175155125
Binary10101111100110111111101
Octal257233175

Shades and tints

Shades of #AF9B7D

#AF9B7D
(175,155,125)
#A08D72
(160,141,114)
#917F67
(145,127,103)
#82715C
(130,113,92)
#736351
(115,99,81)
#645546
(100,85,70)
#55473B
(85,71,59)
#463930
(70,57,48)
#372B25
(55,43,37)
#281D1A
(40,29,26)
#190F0F
(25,15,15)
#000000
(0,0,0)

Tints of #AF9B7D

#AF9B7D
(175,155,125)
#B6A488
(182,164,136)
#BDAD93
(189,173,147)
#C4B69E
(196,182,158)
#CBBFA9
(203,191,169)
#D2C8B4
(210,200,180)
#D9D1BF
(217,209,191)
#E0DACA
(224,218,202)
#E7E3D5
(231,227,213)
#EEECE0
(238,236,224)
#F5F5EB
(245,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9B7D; }

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

This text font color is #AF9B7D.


Background Color

.myBgColor { background-color: #AF9B7D; }

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

This div background color is #AF9B7D.


Border color

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

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

This div border color is #AF9B7D.


Opacity

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

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

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

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

This text has shadow with #AF9B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9B7D on black background.


Color preview on white background

This text has color #AF9B7D on white background.



Black color preview on #AF9B7D background

This text has black color on #AF9B7D background.


White color preview on #AF9B7D background

This text has white color on #AF9B7D background.