COLOR #AFA982

HEX: #AFA982
RGB: (175,169,130)

Color info

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

RGB color model

#AFA982 color RGB value is (175,169,130).

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

RGB channels and saturation

R 175 of 255 = 69%
G 169 of 255 = 66%
B 130 of 255 = 51%

175
169
130

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

Portions of RGB colors in percentages

R + G + B =
175 + 169 + 130 = 474 (100%)
R 175 of 474 ~ 36.92%
G 169 of 474 ~ 35.65%
B 130 of 474 ~ 27.43%

%36.92
%35.65
%27.43

CMYK color model

#AFA982 color CMYK value is (0,3,26,31).

  • cyan value is 0.00%
  • magenta value is 3.43%
  • yellow value is 25.71%
  • key color value is 31.37%
CMYK:
(0,3,26,31)
C0M3Y26K31 
(0%,3%,26%,31%)
(0.00/0.03/0.26/0.31)	

CMYK percentages

%0
%3.43
%25.71
%31.37

Codes

Color #AFA982 in popluar color models

AFA982
RGB175169130
HSL52°21.95%59.80%
HSB/HSV52°25.71%68.63%
CMYK0.00%3.43%25.71%
31.37%

Color #AFA982 in popluar number systems.

HEXAFA982
Decimal175169130
Binary101011111010100110000010
Octal257251202

Shades and tints

Shades of #AFA982

#AFA982
(175,169,130)
#A09A77
(160,154,119)
#918B6C
(145,139,108)
#827C61
(130,124,97)
#736D56
(115,109,86)
#645E4B
(100,94,75)
#554F40
(85,79,64)
#464035
(70,64,53)
#37312A
(55,49,42)
#28221F
(40,34,31)
#191314
(25,19,20)
#000000
(0,0,0)

Tints of #AFA982

#AFA982
(175,169,130)
#B6B08D
(182,176,141)
#BDB798
(189,183,152)
#C4BEA3
(196,190,163)
#CBC5AE
(203,197,174)
#D2CCB9
(210,204,185)
#D9D3C4
(217,211,196)
#E0DACF
(224,218,207)
#E7E1DA
(231,225,218)
#EEE8E5
(238,232,229)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA982; }

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

This text font color is #AFA982.


Background Color

.myBgColor { background-color: #AFA982; }

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

This div background color is #AFA982.


Border color

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

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

This div border color is #AFA982.


Opacity

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

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

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

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

This text has shadow with #AFA982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA982 on black background.


Color preview on white background

This text has color #AFA982 on white background.



Black color preview on #AFA982 background

This text has black color on #AFA982 background.


White color preview on #AFA982 background

This text has white color on #AFA982 background.