COLOR #AFA597

HEX: #AFA597
RGB: (175,165,151)

Color info

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

RGB color model

#AFA597 color RGB value is (175,165,151).

  • red value is 175;
  • green value is 165;
  • blue value is 151.
RGB:
(175,165,151)
(69%,65%,59%)

RGB channels and saturation

R 175 of 255 = 69%
G 165 of 255 = 65%
B 151 of 255 = 59%

175
165
151

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

Portions of RGB colors in percentages

R + G + B =
175 + 165 + 151 = 491 (100%)
R 175 of 491 ~ 35.64%
G 165 of 491 ~ 33.6%
B 151 of 491 ~ 30.75%

%35.64
%33.6
%30.75

CMYK color model

#AFA597 color CMYK value is (0,6,14,31).

  • cyan value is 0.00%
  • magenta value is 5.71%
  • yellow value is 13.71%
  • key color value is 31.37%
CMYK:
(0,6,14,31)
C0M6Y14K31 
(0%,6%,14%,31%)
(0.00/0.06/0.14/0.31)	

CMYK percentages

%0
%5.71
%13.71
%31.37

Codes

Color #AFA597 in popluar color models

AFA597
RGB175165151
HSL35°13.04%63.92%
HSB/HSV35°13.71%68.63%
CMYK0.00%5.71%13.71%
31.37%

Color #AFA597 in popluar number systems.

HEXAFA597
Decimal175165151
Binary101011111010010110010111
Octal257245227

Shades and tints

Shades of #AFA597

#AFA597
(175,165,151)
#A0968A
(160,150,138)
#91877D
(145,135,125)
#827870
(130,120,112)
#736963
(115,105,99)
#645A56
(100,90,86)
#554B49
(85,75,73)
#463C3C
(70,60,60)
#372D2F
(55,45,47)
#281E22
(40,30,34)
#190F15
(25,15,21)
#000000
(0,0,0)

Tints of #AFA597

#AFA597
(175,165,151)
#B6ADA0
(182,173,160)
#BDB5A9
(189,181,169)
#C4BDB2
(196,189,178)
#CBC5BB
(203,197,187)
#D2CDC4
(210,205,196)
#D9D5CD
(217,213,205)
#E0DDD6
(224,221,214)
#E7E5DF
(231,229,223)
#EEEDE8
(238,237,232)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA597 color. Also use rgb(175,165,151) instead hex code.

Text Font Color

.myTextColor { color: #AFA597; }

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

This text font color is #AFA597.


Background Color

.myBgColor { background-color: #AFA597; }

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

This div background color is #AFA597.


Border color

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

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

This div border color is #AFA597.


Opacity

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

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

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

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

This text has shadow with #AFA597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA597 on black background.


Color preview on white background

This text has color #AFA597 on white background.



Black color preview on #AFA597 background

This text has black color on #AFA597 background.


White color preview on #AFA597 background

This text has white color on #AFA597 background.