COLOR #AFA191

HEX: #AFA191
RGB: (175,161,145)

Color info

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

RGB color model

#AFA191 color RGB value is (175,161,145).

  • red value is 175;
  • green value is 161;
  • blue value is 145.
RGB:
(175,161,145)
(69%,63%,57%)

RGB channels and saturation

R 175 of 255 = 69%
G 161 of 255 = 63%
B 145 of 255 = 57%

175
161
145

R + G + B ~ 63%. #AFA191 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 161 + 145 = 481 (100%)
R 175 of 481 ~ 36.38%
G 161 of 481 ~ 33.47%
B 145 of 481 ~ 30.15%

%36.38
%33.47
%30.15

CMYK color model

#AFA191 color CMYK value is (0,8,17,31).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 17.14%
  • key color value is 31.37%
CMYK:
(0,8,17,31)
C0M8Y17K31 
(0%,8%,17%,31%)
(0.00/0.08/0.17/0.31)	

CMYK percentages

%0
%8
%17.14
%31.37

Codes

Color #AFA191 in popluar color models

AFA191
RGB175161145
HSL32°15.79%62.75%
HSB/HSV32°17.14%68.63%
CMYK0.00%8.00%17.14%
31.37%

Color #AFA191 in popluar number systems.

HEXAFA191
Decimal175161145
Binary101011111010000110010001
Octal257241221

Shades and tints

Shades of #AFA191

#AFA191
(175,161,145)
#A09384
(160,147,132)
#918577
(145,133,119)
#82776A
(130,119,106)
#73695D
(115,105,93)
#645B50
(100,91,80)
#554D43
(85,77,67)
#463F36
(70,63,54)
#373129
(55,49,41)
#28231C
(40,35,28)
#19150F
(25,21,15)
#000000
(0,0,0)

Tints of #AFA191

#AFA191
(175,161,145)
#B6A99B
(182,169,155)
#BDB1A5
(189,177,165)
#C4B9AF
(196,185,175)
#CBC1B9
(203,193,185)
#D2C9C3
(210,201,195)
#D9D1CD
(217,209,205)
#E0D9D7
(224,217,215)
#E7E1E1
(231,225,225)
#EEE9EB
(238,233,235)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA191; }

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

This text font color is #AFA191.


Background Color

.myBgColor { background-color: #AFA191; }

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

This div background color is #AFA191.


Border color

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

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

This div border color is #AFA191.


Opacity

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

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

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

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

This text has shadow with #AFA191 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA191 on black background.


Color preview on white background

This text has color #AFA191 on white background.



Black color preview on #AFA191 background

This text has black color on #AFA191 background.


White color preview on #AFA191 background

This text has white color on #AFA191 background.