COLOR #AFAF7A

HEX: #AFAF7A RGB: (175,175,122)

Color info

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

RGB color model

#AFAF7A color RGB value is (175,175,122).

RGB: (175,175,122) (69%, 69%, 48%)

RGB channels and saturation

R 175 of 255 = 69%
G 175 of 255 = 69%
B 122 of 255 = 48%

175
175
122

R + G + B ~ 62%. #AFAF7A is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 175 + 122 = 472 (100%)
R 175 of 472 ~ 37.08%
G 175 of 472 ~ 37.08%
B 122 of 472 ~ 25.85'%

%37.08
%37.08
%25.85

CMYK color model

#AFAF7A color CMYK value is (0,0,30,31).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 30.29%
  • key color value is 31.37%

CMYK: (0,0,30,31)
C0M0Y30K31 (0%, 0%, 30%, 31%)
(0.00 / 0.00 / 0.30 / 0.31)

CMYK percentages

%0
%0
%30.29
%31.37

Codes

Color #AFAF7A in popluar color models

AF AF 7A
RGB 175 175 122
HSL 60° 24.88% 58.24%
HSB/HSV 60° 30.29% 68.63%
CMYK 0.00% 0.00% 30.29%
31.37%

Color #AFAF7A in popluar number systems.

HEX AF AF 7A
Decimal 175 175 122
Binary 10101111 10101111 1111010
Octal 257 257 172

Shades and tints

Shades of #AFAF7A

#AFAF7A
(175,175,122)
#A0A06F
(160,160,111)
#919164
(145,145,100)
#828259
(130,130,89)
#73734E
(115,115,78)
#646443
(100,100,67)
#555538
(85,85,56)
#46462D
(70,70,45)
#373722
(55,55,34)
#282817
(40,40,23)
#19190C
(25,25,12)
#000000
(0,0,0)

Tints of #AFAF7A

#AFAF7A
(175,175,122)
#B6B686
(182,182,134)
#BDBD92
(189,189,146)
#C4C49E
(196,196,158)
#CBCBAA
(203,203,170)
#D2D2B6
(210,210,182)
#D9D9C2
(217,217,194)
#E0E0CE
(224,224,206)
#E7E7DA
(231,231,218)
#EEEEE6
(238,238,230)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAF7A; }

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

This text font color is #AFAF7A.

Background Color

.myBgColor { background-color: #AFAF7A; }

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

This div background color is #AFAF7A.

Border color

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

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

This div border color is #AFAF7A.

Opacity

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

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

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

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

This text has shadow with #AFAF7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFAF7A.

Preview

Color preview on black background

This text has color #AFAF7A on black background.


Color preview on white background

This text has color #AFAF7A on white background.


Black color preview on #AFAF7A background

This text has black color on #AFAF7A background.


White color preview on #AFAF7A background

This text has white color on #AFAF7A background.


Related colors

Complementary color

Complementary color for #hex is #505085.


I love getcolorcode.com