COLOR #AFA168

HEX: #AFA168 RGB: (175,161,104)

Color info

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

RGB color model

#AFA168 color RGB value is (175,161,104).

RGB: (175,161,104) (69%, 63%, 41%)

RGB channels and saturation

R 175 of 255 = 69%
G 161 of 255 = 63%
B 104 of 255 = 41%

175
161
104

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

Portions of RGB colors in percentages

R + G + B = 175 + 161 + 104 = 440 (100%)
R 175 of 440 ~ 39.77%
G 161 of 440 ~ 36.59%
B 104 of 440 ~ 23.64'%

%39.77
%36.59
%23.64

CMYK color model

#AFA168 color CMYK value is (0,8,41,31).

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

CMYK: (0,8,41,31)
C0M8Y41K31 (0%, 8%, 41%, 31%)
(0.00 / 0.08 / 0.41 / 0.31)

CMYK percentages

%0
%8
%40.57
%31.37

Codes

Color #AFA168 in popluar color models

AF A1 68
RGB 175 161 104
HSL 48° 30.74% 54.71%
HSB/HSV 48° 40.57% 68.63%
CMYK 0.00% 8.00% 40.57%
31.37%

Color #AFA168 in popluar number systems.

HEX AF A1 68
Decimal 175 161 104
Binary 10101111 10100001 1101000
Octal 257 241 150

Shades and tints

Shades of #AFA168

#AFA168
(175,161,104)
#A0935F
(160,147,95)
#918556
(145,133,86)
#82774D
(130,119,77)
#736944
(115,105,68)
#645B3B
(100,91,59)
#554D32
(85,77,50)
#463F29
(70,63,41)
#373120
(55,49,32)
#282317
(40,35,23)
#19150E
(25,21,14)
#000000
(0,0,0)

Tints of #AFA168

#AFA168
(175,161,104)
#B6A975
(182,169,117)
#BDB182
(189,177,130)
#C4B98F
(196,185,143)
#CBC19C
(203,193,156)
#D2C9A9
(210,201,169)
#D9D1B6
(217,209,182)
#E0D9C3
(224,217,195)
#E7E1D0
(231,225,208)
#EEE9DD
(238,233,221)
#F5F1EA
(245,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA168; }

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

This text font color is #AFA168.

Background Color

.myBgColor { background-color: #AFA168; }

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

This div background color is #AFA168.

Border color

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

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

This div border color is #AFA168.

Opacity

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

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

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

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

This text has shadow with #AFA168 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA168.

Preview

Color preview on black background

This text has color #AFA168 on black background.


Color preview on white background

This text has color #AFA168 on white background.


Black color preview on #AFA168 background

This text has black color on #AFA168 background.


White color preview on #AFA168 background

This text has white color on #AFA168 background.


Related colors

Complementary color

Complementary color for #hex is #505E97.


I love getcolorcode.com

Triadic colors

1 #68AFA1 and #A168AF with #AFA168 are triadic colors.

2 #68A1AF and #A1AF68 with #AFA168 are triadic colors.