COLOR #AF938A

HEX: #AF938A RGB: (175,147,138)

Color info

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

RGB color model

#AF938A color RGB value is (175,147,138).

RGB: (175,147,138) (69%, 58%, 54%)

RGB channels and saturation

R 175 of 255 = 69%
G 147 of 255 = 58%
B 138 of 255 = 54%

175
147
138

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

Portions of RGB colors in percentages

R + G + B = 175 + 147 + 138 = 460 (100%)
R 175 of 460 ~ 38.04%
G 147 of 460 ~ 31.96%
B 138 of 460 ~ 30'%

%38.04
%31.96
%30

CMYK color model

#AF938A color CMYK value is (0,16,21,31).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 21.14%
  • key color value is 31.37%

CMYK: (0,16,21,31)
C0M16Y21K31 (0%, 16%, 21%, 31%)
(0.00 / 0.16 / 0.21 / 0.31)

CMYK percentages

%0
%16
%21.14
%31.37

Codes

Color #AF938A in popluar color models

AF 93 8A
RGB 175 147 138
HSL 15° 18.78% 61.37%
HSB/HSV 15° 21.14% 68.63%
CMYK 0.00% 16.00% 21.14%
31.37%

Color #AF938A in popluar number systems.

HEX AF 93 8A
Decimal 175 147 138
Binary 10101111 10010011 10001010
Octal 257 223 212

Shades and tints

Shades of #AF938A

#AF938A
(175,147,138)
#A0867E
(160,134,126)
#917972
(145,121,114)
#826C66
(130,108,102)
#735F5A
(115,95,90)
#64524E
(100,82,78)
#554542
(85,69,66)
#463836
(70,56,54)
#372B2A
(55,43,42)
#281E1E
(40,30,30)
#191112
(25,17,18)
#000000
(0,0,0)

Tints of #AF938A

#AF938A
(175,147,138)
#B69C94
(182,156,148)
#BDA59E
(189,165,158)
#C4AEA8
(196,174,168)
#CBB7B2
(203,183,178)
#D2C0BC
(210,192,188)
#D9C9C6
(217,201,198)
#E0D2D0
(224,210,208)
#E7DBDA
(231,219,218)
#EEE4E4
(238,228,228)
#F5EDEE
(245,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF938A; }

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

This text font color is #AF938A.

Background Color

.myBgColor { background-color: #AF938A; }

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

This div background color is #AF938A.

Border color

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

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

This div border color is #AF938A.

Opacity

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

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

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

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

This text has shadow with #AF938A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF938A.

Preview

Color preview on black background

This text has color #AF938A on black background.


Color preview on white background

This text has color #AF938A on white background.


Black color preview on #AF938A background

This text has black color on #AF938A background.


White color preview on #AF938A background

This text has white color on #AF938A background.


Related colors

Complementary color

Complementary color for #hex is #506C75.


I love getcolorcode.com

Triadic colors

1 #8AAF93 and #938AAF with #AF938A are triadic colors.

2 #8A93AF and #93AF8A with #AF938A are triadic colors.