COLOR #AFA97D

HEX: #AFA97D
RGB: (175,169,125)

Color info

#AFA97D contains red, green and blue colors in about the same proportion. Web safe color of #AFA97D is #999966 (or #996).

RGB color model

#AFA97D color RGB value is (175,169,125).

  • red value is 175;
  • green value is 169;
  • blue value is 125.
RGB:
(175,169,125)
(69%,66%,49%)

RGB channels and saturation

R 175 of 255 = 69%
G 169 of 255 = 66%
B 125 of 255 = 49%

175
169
125

R + G + B ~ 61%. #AFA97D is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 169 + 125 = 469 (100%)
R 175 of 469 ~ 37.31%
G 169 of 469 ~ 36.03%
B 125 of 469 ~ 26.65%

%37.31
%36.03
%26.65

CMYK color model

#AFA97D color CMYK value is (0,3,29,31).

  • cyan value is 0.00%
  • magenta value is 3.43%
  • yellow value is 28.57%
  • key color value is 31.37%
CMYK:
(0,3,29,31)
C0M3Y29K31 
(0%,3%,29%,31%)
(0.00/0.03/0.29/0.31)	

CMYK percentages

%0
%3.43
%28.57
%31.37

Codes

Color #AFA97D in popluar color models

AFA97D
RGB175169125
HSL53°23.81%58.82%
HSB/HSV53°28.57%68.63%
CMYK0.00%3.43%28.57%
31.37%

Color #AFA97D in popluar number systems.

HEXAFA97D
Decimal175169125
Binary10101111101010011111101
Octal257251175

Shades and tints

Shades of #AFA97D

#AFA97D
(175,169,125)
#A09A72
(160,154,114)
#918B67
(145,139,103)
#827C5C
(130,124,92)
#736D51
(115,109,81)
#645E46
(100,94,70)
#554F3B
(85,79,59)
#464030
(70,64,48)
#373125
(55,49,37)
#28221A
(40,34,26)
#19130F
(25,19,15)
#000000
(0,0,0)

Tints of #AFA97D

#AFA97D
(175,169,125)
#B6B088
(182,176,136)
#BDB793
(189,183,147)
#C4BE9E
(196,190,158)
#CBC5A9
(203,197,169)
#D2CCB4
(210,204,180)
#D9D3BF
(217,211,191)
#E0DACA
(224,218,202)
#E7E1D5
(231,225,213)
#EEE8E0
(238,232,224)
#F5EFEB
(245,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA97D color. Also use rgb(175,169,125) instead hex code.

Text Font Color

.myTextColor { color: #AFA97D; }

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

This text font color is #AFA97D.


Background Color

.myBgColor { background-color: #AFA97D; }

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

This div background color is #AFA97D.


Border color

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

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

This div border color is #AFA97D.


Opacity

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

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

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

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

This text has shadow with #AFA97D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA97D on black background.


Color preview on white background

This text has color #AFA97D on white background.



Black color preview on #AFA97D background

This text has black color on #AFA97D background.


White color preview on #AFA97D background

This text has white color on #AFA97D background.