COLOR #AFA780

HEX: #AFA780
RGB: (175,167,128)

Color info

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

RGB color model

#AFA780 color RGB value is (175,167,128).

  • red value is 175;
  • green value is 167;
  • blue value is 128.
RGB:
(175,167,128)
(69%,65%,50%)

RGB channels and saturation

R 175 of 255 = 69%
G 167 of 255 = 65%
B 128 of 255 = 50%

175
167
128

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

Portions of RGB colors in percentages

R + G + B =
175 + 167 + 128 = 470 (100%)
R 175 of 470 ~ 37.23%
G 167 of 470 ~ 35.53%
B 128 of 470 ~ 27.23%

%37.23
%35.53
%27.23

CMYK color model

#AFA780 color CMYK value is (0,5,27,31).

  • cyan value is 0.00%
  • magenta value is 4.57%
  • yellow value is 26.86%
  • key color value is 31.37%
CMYK:
(0,5,27,31)
C0M5Y27K31 
(0%,5%,27%,31%)
(0.00/0.05/0.27/0.31)	

CMYK percentages

%0
%4.57
%26.86
%31.37

Codes

Color #AFA780 in popluar color models

AFA780
RGB175167128
HSL50°22.71%59.41%
HSB/HSV50°26.86%68.63%
CMYK0.00%4.57%26.86%
31.37%

Color #AFA780 in popluar number systems.

HEXAFA780
Decimal175167128
Binary101011111010011110000000
Octal257247200

Shades and tints

Shades of #AFA780

#AFA780
(175,167,128)
#A09875
(160,152,117)
#91896A
(145,137,106)
#827A5F
(130,122,95)
#736B54
(115,107,84)
#645C49
(100,92,73)
#554D3E
(85,77,62)
#463E33
(70,62,51)
#372F28
(55,47,40)
#28201D
(40,32,29)
#191112
(25,17,18)
#000000
(0,0,0)

Tints of #AFA780

#AFA780
(175,167,128)
#B6AF8B
(182,175,139)
#BDB796
(189,183,150)
#C4BFA1
(196,191,161)
#CBC7AC
(203,199,172)
#D2CFB7
(210,207,183)
#D9D7C2
(217,215,194)
#E0DFCD
(224,223,205)
#E7E7D8
(231,231,216)
#EEEFE3
(238,239,227)
#F5F7EE
(245,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA780; }

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

This text font color is #AFA780.


Background Color

.myBgColor { background-color: #AFA780; }

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

This div background color is #AFA780.


Border color

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

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

This div border color is #AFA780.


Opacity

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

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

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

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

This text has shadow with #AFA780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA780 on black background.


Color preview on white background

This text has color #AFA780 on white background.



Black color preview on #AFA780 background

This text has black color on #AFA780 background.


White color preview on #AFA780 background

This text has white color on #AFA780 background.