COLOR #AFA38A

HEX: #AFA38A RGB: (175,163,138)

Color info

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

RGB color model

#AFA38A color RGB value is (175,163,138).

RGB: (175,163,138) (69%, 64%, 54%)

RGB channels and saturation

R 175 of 255 = 69%
G 163 of 255 = 64%
B 138 of 255 = 54%

175
163
138

R + G + B ~ 62%. #AFA38A is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 163 + 138 = 476 (100%)
R 175 of 476 ~ 36.76%
G 163 of 476 ~ 34.24%
B 138 of 476 ~ 28.99'%

%36.76
%34.24
%28.99

CMYK color model

#AFA38A color CMYK value is (0,7,21,31).

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

CMYK: (0,7,21,31)
C0M7Y21K31 (0%, 7%, 21%, 31%)
(0.00 / 0.07 / 0.21 / 0.31)

CMYK percentages

%0
%6.86
%21.14
%31.37

Codes

Color #AFA38A in popluar color models

AF A3 8A
RGB 175 163 138
HSL 41° 18.78% 61.37%
HSB/HSV 41° 21.14% 68.63%
CMYK 0.00% 6.86% 21.14%
31.37%

Color #AFA38A in popluar number systems.

HEX AF A3 8A
Decimal 175 163 138
Binary 10101111 10100011 10001010
Octal 257 243 212

Shades and tints

Shades of #AFA38A

#AFA38A
(175,163,138)
#A0957E
(160,149,126)
#918772
(145,135,114)
#827966
(130,121,102)
#736B5A
(115,107,90)
#645D4E
(100,93,78)
#554F42
(85,79,66)
#464136
(70,65,54)
#37332A
(55,51,42)
#28251E
(40,37,30)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #AFA38A

#AFA38A
(175,163,138)
#B6AB94
(182,171,148)
#BDB39E
(189,179,158)
#C4BBA8
(196,187,168)
#CBC3B2
(203,195,178)
#D2CBBC
(210,203,188)
#D9D3C6
(217,211,198)
#E0DBD0
(224,219,208)
#E7E3DA
(231,227,218)
#EEEBE4
(238,235,228)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA38A; }

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

This text font color is #AFA38A.

Background Color

.myBgColor { background-color: #AFA38A; }

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

This div background color is #AFA38A.

Border color

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

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

This div border color is #AFA38A.

Opacity

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

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

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

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

This text has shadow with #AFA38A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA38A.

Preview

Color preview on black background

This text has color #AFA38A on black background.


Color preview on white background

This text has color #AFA38A on white background.


Black color preview on #AFA38A background

This text has black color on #AFA38A background.


White color preview on #AFA38A background

This text has white color on #AFA38A background.


Related colors

Complementary color

Complementary color for #hex is #505C75.


I love getcolorcode.com

Triadic colors

1 #8AAFA3 and #A38AAF with #AFA38A are triadic colors.

2 #8AA3AF and #A3AF8A with #AFA38A are triadic colors.