COLOR #AF937A

HEX: #AF937A
RGB: (175,147,122)

Color info

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

RGB color model

#AF937A color RGB value is (175,147,122).

  • red value is 175;
  • green value is 147;
  • blue value is 122.
RGB:
(175,147,122)
(69%,58%,48%)

RGB channels and saturation

R 175 of 255 = 69%
G 147 of 255 = 58%
B 122 of 255 = 48%

175
147
122

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

Portions of RGB colors in percentages

R + G + B =
175 + 147 + 122 = 444 (100%)
R 175 of 444 ~ 39.41%
G 147 of 444 ~ 33.11%
B 122 of 444 ~ 27.48%

%39.41
%33.11
%27.48

CMYK color model

#AF937A color CMYK value is (0,16,30,31).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 30.29%
  • key color value is 31.37%
CMYK:
(0,16,30,31)
C0M16Y30K31 
(0%,16%,30%,31%)
(0.00/0.16/0.30/0.31)	

CMYK percentages

%0
%16
%30.29
%31.37

Codes

Color #AF937A in popluar color models

AF937A
RGB175147122
HSL28°24.88%58.24%
HSB/HSV28°30.29%68.63%
CMYK0.00%16.00%30.29%
31.37%

Color #AF937A in popluar number systems.

HEXAF937A
Decimal175147122
Binary10101111100100111111010
Octal257223172

Shades and tints

Shades of #AF937A

#AF937A
(175,147,122)
#A0866F
(160,134,111)
#917964
(145,121,100)
#826C59
(130,108,89)
#735F4E
(115,95,78)
#645243
(100,82,67)
#554538
(85,69,56)
#46382D
(70,56,45)
#372B22
(55,43,34)
#281E17
(40,30,23)
#19110C
(25,17,12)
#000000
(0,0,0)

Tints of #AF937A

#AF937A
(175,147,122)
#B69C86
(182,156,134)
#BDA592
(189,165,146)
#C4AE9E
(196,174,158)
#CBB7AA
(203,183,170)
#D2C0B6
(210,192,182)
#D9C9C2
(217,201,194)
#E0D2CE
(224,210,206)
#E7DBDA
(231,219,218)
#EEE4E6
(238,228,230)
#F5EDF2
(245,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF937A color. Also use rgb(175,147,122) instead hex code.

Text Font Color

.myTextColor { color: #AF937A; }

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

This text font color is #AF937A.


Background Color

.myBgColor { background-color: #AF937A; }

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

This div background color is #AF937A.


Border color

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

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

This div border color is #AF937A.


Opacity

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

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

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

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

This text has shadow with #AF937A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF937A on black background.


Color preview on white background

This text has color #AF937A on white background.



Black color preview on #AF937A background

This text has black color on #AF937A background.


White color preview on #AF937A background

This text has white color on #AF937A background.