COLOR #AFA068

HEX: #AFA068 RGB: (175,160,104)

Color info

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

RGB color model

#AFA068 color RGB value is (175,160,104).

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

RGB channels and saturation

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

175
160
104

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

Portions of RGB colors in percentages

R + G + B = 175 + 160 + 104 = 439 (100%)
R 175 of 439 ~ 39.86%
G 160 of 439 ~ 36.45%
B 104 of 439 ~ 23.69'%

%39.86
%36.45
%23.69

CMYK color model

#AFA068 color CMYK value is (0,9,41,31).

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

CMYK: (0,9,41,31)
C0M9Y41K31 (0%, 9%, 41%, 31%)
(0.00 / 0.09 / 0.41 / 0.31)

CMYK percentages

%0
%8.57
%40.57
%31.37

Codes

Color #AFA068 in popluar color models

AF A0 68
RGB 175 160 104
HSL 47° 30.74% 54.71%
HSB/HSV 47° 40.57% 68.63%
CMYK 0.00% 8.57% 40.57%
31.37%

Color #AFA068 in popluar number systems.

HEX AF A0 68
Decimal 175 160 104
Binary 10101111 10100000 1101000
Octal 257 240 150

Shades and tints

Shades of #AFA068

#AFA068
(175,160,104)
#A0925F
(160,146,95)
#918456
(145,132,86)
#82764D
(130,118,77)
#736844
(115,104,68)
#645A3B
(100,90,59)
#554C32
(85,76,50)
#463E29
(70,62,41)
#373020
(55,48,32)
#282217
(40,34,23)
#19140E
(25,20,14)
#000000
(0,0,0)

Tints of #AFA068

#AFA068
(175,160,104)
#B6A875
(182,168,117)
#BDB082
(189,176,130)
#C4B88F
(196,184,143)
#CBC09C
(203,192,156)
#D2C8A9
(210,200,169)
#D9D0B6
(217,208,182)
#E0D8C3
(224,216,195)
#E7E0D0
(231,224,208)
#EEE8DD
(238,232,221)
#F5F0EA
(245,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA068; }

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

This text font color is #AFA068.

Background Color

.myBgColor { background-color: #AFA068; }

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

This div background color is #AFA068.

Border color

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

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

This div border color is #AFA068.

Opacity

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

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

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

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

This text has shadow with #AFA068 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA068.

Preview

Color preview on black background

This text has color #AFA068 on black background.


Color preview on white background

This text has color #AFA068 on white background.


Black color preview on #AFA068 background

This text has black color on #AFA068 background.


White color preview on #AFA068 background

This text has white color on #AFA068 background.


Related colors

Complementary color

Complementary color for #hex is #505F97.


I love getcolorcode.com

Triadic colors

1 #68AFA0 and #A068AF with #AFA068 are triadic colors.

2 #68A0AF and #A0AF68 with #AFA068 are triadic colors.