COLOR #AFA868

HEX: #AFA868 RGB: (175,168,104)

Color info

#AFA868 contains mainly red and green colors. Web safe color of #AFA868 is #999966 (or #996).

RGB color model

#AFA868 color RGB value is (175,168,104).

RGB: (175,168,104) (69%, 66%, 41%)

RGB channels and saturation

R 175 of 255 = 69%
G 168 of 255 = 66%
B 104 of 255 = 41%

175
168
104

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

Portions of RGB colors in percentages

R + G + B = 175 + 168 + 104 = 447 (100%)
R 175 of 447 ~ 39.15%
G 168 of 447 ~ 37.58%
B 104 of 447 ~ 23.27'%

%39.15
%37.58
%23.27

CMYK color model

#AFA868 color CMYK value is (0,4,41,31).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 40.57%
  • key color value is 31.37%

CMYK: (0,4,41,31)
C0M4Y41K31 (0%, 4%, 41%, 31%)
(0.00 / 0.04 / 0.41 / 0.31)

CMYK percentages

%0
%4
%40.57
%31.37

Codes

Color #AFA868 in popluar color models

AF A8 68
RGB 175 168 104
HSL 54° 30.74% 54.71%
HSB/HSV 54° 40.57% 68.63%
CMYK 0.00% 4.00% 40.57%
31.37%

Color #AFA868 in popluar number systems.

HEX AF A8 68
Decimal 175 168 104
Binary 10101111 10101000 1101000
Octal 257 250 150

Shades and tints

Shades of #AFA868

#AFA868
(175,168,104)
#A0995F
(160,153,95)
#918A56
(145,138,86)
#827B4D
(130,123,77)
#736C44
(115,108,68)
#645D3B
(100,93,59)
#554E32
(85,78,50)
#463F29
(70,63,41)
#373020
(55,48,32)
#282117
(40,33,23)
#19120E
(25,18,14)
#000000
(0,0,0)

Tints of #AFA868

#AFA868
(175,168,104)
#B6AF75
(182,175,117)
#BDB682
(189,182,130)
#C4BD8F
(196,189,143)
#CBC49C
(203,196,156)
#D2CBA9
(210,203,169)
#D9D2B6
(217,210,182)
#E0D9C3
(224,217,195)
#E7E0D0
(231,224,208)
#EEE7DD
(238,231,221)
#F5EEEA
(245,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA868 color. Also use rgb(175,168,104) instead hex code.

Text Font Color

.myTextColor { color: #AFA868; }

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

This text font color is #AFA868.

Background Color

.myBgColor { background-color: #AFA868; }

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

This div background color is #AFA868.

Border color

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

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

This div border color is #AFA868.

Opacity

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

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

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

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

This text has shadow with #AFA868 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA868.

Preview

Color preview on black background

This text has color #AFA868 on black background.


Color preview on white background

This text has color #AFA868 on white background.


Black color preview on #AFA868 background

This text has black color on #AFA868 background.


White color preview on #AFA868 background

This text has white color on #AFA868 background.


Related colors

Complementary color

Complementary color for #hex is #505797.


I love getcolorcode.com

Triadic colors

1 #68AFA8 and #A868AF with #AFA868 are triadic colors.

2 #68A8AF and #A8AF68 with #AFA868 are triadic colors.