COLOR #AFA791

HEX: #AFA791 RGB: (175,167,145)

Color info

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

RGB color model

#AFA791 color RGB value is (175,167,145).

RGB: (175,167,145) (69%, 65%, 57%)

RGB channels and saturation

R 175 of 255 = 69%
G 167 of 255 = 65%
B 145 of 255 = 57%

175
167
145

R + G + B ~ 64%. #AFA791 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 167 + 145 = 487 (100%)
R 175 of 487 ~ 35.93%
G 167 of 487 ~ 34.29%
B 145 of 487 ~ 29.77'%

%35.93
%34.29
%29.77

CMYK color model

#AFA791 color CMYK value is (0,5,17,31).

  • cyan value is 0.00%
  • magenta value is 4.57%
  • yellow value is 17.14%
  • key color value is 31.37%

CMYK: (0,5,17,31)
C0M5Y17K31 (0%, 5%, 17%, 31%)
(0.00 / 0.05 / 0.17 / 0.31)

CMYK percentages

%0
%4.57
%17.14
%31.37

Codes

Color #AFA791 in popluar color models

AF A7 91
RGB 175 167 145
HSL 44° 15.79% 62.75%
HSB/HSV 44° 17.14% 68.63%
CMYK 0.00% 4.57% 17.14%
31.37%

Color #AFA791 in popluar number systems.

HEX AF A7 91
Decimal 175 167 145
Binary 10101111 10100111 10010001
Octal 257 247 221

Shades and tints

Shades of #AFA791

#AFA791
(175,167,145)
#A09884
(160,152,132)
#918977
(145,137,119)
#827A6A
(130,122,106)
#736B5D
(115,107,93)
#645C50
(100,92,80)
#554D43
(85,77,67)
#463E36
(70,62,54)
#372F29
(55,47,41)
#28201C
(40,32,28)
#19110F
(25,17,15)
#000000
(0,0,0)

Tints of #AFA791

#AFA791
(175,167,145)
#B6AF9B
(182,175,155)
#BDB7A5
(189,183,165)
#C4BFAF
(196,191,175)
#CBC7B9
(203,199,185)
#D2CFC3
(210,207,195)
#D9D7CD
(217,215,205)
#E0DFD7
(224,223,215)
#E7E7E1
(231,231,225)
#EEEFEB
(238,239,235)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA791 color. Also use rgb(175,167,145) instead hex code.

Text Font Color

.myTextColor { color: #AFA791; }

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

This text font color is #AFA791.

Background Color

.myBgColor { background-color: #AFA791; }

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

This div background color is #AFA791.

Border color

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

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

This div border color is #AFA791.

Opacity

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

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

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

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

This text has shadow with #AFA791 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA791.

Preview

Color preview on black background

This text has color #AFA791 on black background.


Color preview on white background

This text has color #AFA791 on white background.


Black color preview on #AFA791 background

This text has black color on #AFA791 background.


White color preview on #AFA791 background

This text has white color on #AFA791 background.


Related colors

Complementary color

Complementary color for #hex is #50586E.


I love getcolorcode.com

Triadic colors

1 #91AFA7 and #A791AF with #AFA791 are triadic colors.

2 #91A7AF and #A7AF91 with #AFA791 are triadic colors.