COLOR #AFA678

HEX: #AFA678 RGB: (175,166,120)

Color info

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

RGB color model

#AFA678 color RGB value is (175,166,120).

RGB: (175,166,120) (69%, 65%, 47%)

RGB channels and saturation

R 175 of 255 = 69%
G 166 of 255 = 65%
B 120 of 255 = 47%

175
166
120

R + G + B ~ 60%. #AFA678 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 175 + 166 + 120 = 461 (100%)
R 175 of 461 ~ 37.96%
G 166 of 461 ~ 36.01%
B 120 of 461 ~ 26.03'%

%37.96
%36.01
%26.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.14%
  • yellow value is 31.43%
  • key color value is 31.37%

CMYK: (0,5,31,31)
C0M5Y31K31 (0%, 5%, 31%, 31%)
(0.00 / 0.05 / 0.31 / 0.31)

CMYK percentages

%0
%5.14
%31.43
%31.37

Codes

Color #AFA678 in popluar color models

AF A6 78
RGB 175 166 120
HSL 50° 25.58% 57.84%
HSB/HSV 50° 31.43% 68.63%
CMYK 0.00% 5.14% 31.43%
31.37%

Color #AFA678 in popluar number systems.

HEX AF A6 78
Decimal 175 166 120
Binary 10101111 10100110 1111000
Octal 257 246 170

Shades and tints

Shades of #AFA678

#AFA678
(175,166,120)
#A0976E
(160,151,110)
#918864
(145,136,100)
#82795A
(130,121,90)
#736A50
(115,106,80)
#645B46
(100,91,70)
#554C3C
(85,76,60)
#463D32
(70,61,50)
#372E28
(55,46,40)
#281F1E
(40,31,30)
#191014
(25,16,20)
#000000
(0,0,0)

Tints of #AFA678

#AFA678
(175,166,120)
#B6AE84
(182,174,132)
#BDB690
(189,182,144)
#C4BE9C
(196,190,156)
#CBC6A8
(203,198,168)
#D2CEB4
(210,206,180)
#D9D6C0
(217,214,192)
#E0DECC
(224,222,204)
#E7E6D8
(231,230,216)
#EEEEE4
(238,238,228)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA678 color. Also use rgb(175,166,120) instead hex code.

Text Font Color

.myTextColor { color: #AFA678; }

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

This text font color is #AFA678.

Background Color

.myBgColor { background-color: #AFA678; }

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

This div background color is #AFA678.

Border color

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

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

This div border color is #AFA678.

Opacity

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

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

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

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

This text has shadow with #AFA678 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA678.

Preview

Color preview on black background

This text has color #AFA678 on black background.


Color preview on white background

This text has color #AFA678 on white background.


Black color preview on #AFA678 background

This text has black color on #AFA678 background.


White color preview on #AFA678 background

This text has white color on #AFA678 background.


Related colors

Complementary color

Complementary color for #hex is #505987.


I love getcolorcode.com

Triadic colors

1 #78AFA6 and #A678AF with #AFA678 are triadic colors.

2 #78A6AF and #A6AF78 with #AFA678 are triadic colors.