COLOR #AF9C8A

HEX: #AF9C8A
RGB: (175,156,138)

Color info

#AF9C8A contains red, green and blue colors in about the same proportion. Web safe color of #AF9C8A is #999999 (or #999).

RGB color model

#AF9C8A color RGB value is (175,156,138).

  • red value is 175;
  • green value is 156;
  • blue value is 138.
RGB:
(175,156,138)
(69%,61%,54%)

RGB channels and saturation

R 175 of 255 = 69%
G 156 of 255 = 61%
B 138 of 255 = 54%

175
156
138

R + G + B ~ 61%. #AF9C8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 156 + 138 = 469 (100%)
R 175 of 469 ~ 37.31%
G 156 of 469 ~ 33.26%
B 138 of 469 ~ 29.42%

%37.31
%33.26
%29.42

CMYK color model

#AF9C8A color CMYK value is (0,11,21,31).

  • cyan value is 0.00%
  • magenta value is 10.86%
  • yellow value is 21.14%
  • key color value is 31.37%
CMYK:
(0,11,21,31)
C0M11Y21K31 
(0%,11%,21%,31%)
(0.00/0.11/0.21/0.31)	

CMYK percentages

%0
%10.86
%21.14
%31.37

Codes

Color #AF9C8A in popluar color models

AF9C8A
RGB175156138
HSL29°18.78%61.37%
HSB/HSV29°21.14%68.63%
CMYK0.00%10.86%21.14%
31.37%

Color #AF9C8A in popluar number systems.

HEXAF9C8A
Decimal175156138
Binary101011111001110010001010
Octal257234212

Shades and tints

Shades of #AF9C8A

#AF9C8A
(175,156,138)
#A08E7E
(160,142,126)
#918072
(145,128,114)
#827266
(130,114,102)
#73645A
(115,100,90)
#64564E
(100,86,78)
#554842
(85,72,66)
#463A36
(70,58,54)
#372C2A
(55,44,42)
#281E1E
(40,30,30)
#191012
(25,16,18)
#000000
(0,0,0)

Tints of #AF9C8A

#AF9C8A
(175,156,138)
#B6A594
(182,165,148)
#BDAE9E
(189,174,158)
#C4B7A8
(196,183,168)
#CBC0B2
(203,192,178)
#D2C9BC
(210,201,188)
#D9D2C6
(217,210,198)
#E0DBD0
(224,219,208)
#E7E4DA
(231,228,218)
#EEEDE4
(238,237,228)
#F5F6EE
(245,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9C8A color. Also use rgb(175,156,138) instead hex code.

Text Font Color

.myTextColor { color: #AF9C8A; }

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

This text font color is #AF9C8A.


Background Color

.myBgColor { background-color: #AF9C8A; }

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

This div background color is #AF9C8A.


Border color

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

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

This div border color is #AF9C8A.


Opacity

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

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

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

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

This text has shadow with #AF9C8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9C8A on black background.


Color preview on white background

This text has color #AF9C8A on white background.



Black color preview on #AF9C8A background

This text has black color on #AF9C8A background.


White color preview on #AF9C8A background

This text has white color on #AF9C8A background.