COLOR #AFB47A

HEX: #AFB47A RGB: (175,180,122)

Color info

#AFB47A contains red, green and blue colors in about the same proportion. Web safe color of #AFB47A is #99CC66 (or #9C6).

RGB color model

#AFB47A color RGB value is (175,180,122).

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

RGB channels and saturation

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

175
180
122

R + G + B ~ 63%. #AFB47A is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 180 + 122 = 477 (100%)
R 175 of 477 ~ 36.69%
G 180 of 477 ~ 37.74%
B 122 of 477 ~ 25.58'%

%36.69
%37.74
%25.58

CMYK color model

#AFB47A color CMYK value is (3,0,32,29).

  • cyan value is 2.78%
  • magenta value is 0.00%
  • yellow value is 32.22%
  • key color value is 29.41%

CMYK: (3,0,32,29)
C3M0Y32K29 (3%, 0%, 32%, 29%)
(0.03 / 0.00 / 0.32 / 0.29)

CMYK percentages

%2.78
%0
%32.22
%29.41

Codes

Color #AFB47A in popluar color models

AF B4 7A
RGB 175 180 122
HSL 65° 27.88% 59.22%
HSB/HSV 65° 32.22% 70.59%
CMYK 2.78% 0.00% 32.22%
29.41%

Color #AFB47A in popluar number systems.

HEX AF B4 7A
Decimal 175 180 122
Binary 10101111 10110100 1111010
Octal 257 264 172

Shades and tints

Shades of #AFB47A

#AFB47A
(175,180,122)
#A0A46F
(160,164,111)
#919464
(145,148,100)
#828459
(130,132,89)
#73744E
(115,116,78)
#646443
(100,100,67)
#555438
(85,84,56)
#46442D
(70,68,45)
#373422
(55,52,34)
#282417
(40,36,23)
#19140C
(25,20,12)
#000000
(0,0,0)

Tints of #AFB47A

#AFB47A
(175,180,122)
#B6BA86
(182,186,134)
#BDC092
(189,192,146)
#C4C69E
(196,198,158)
#CBCCAA
(203,204,170)
#D2D2B6
(210,210,182)
#D9D8C2
(217,216,194)
#E0DECE
(224,222,206)
#E7E4DA
(231,228,218)
#EEEAE6
(238,234,230)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB47A; }

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

This text font color is #AFB47A.

Background Color

.myBgColor { background-color: #AFB47A; }

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

This div background color is #AFB47A.

Border color

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

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

This div border color is #AFB47A.

Opacity

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

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

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

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

This text has shadow with #AFB47A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB47A.

Preview

Color preview on black background

This text has color #AFB47A on black background.


Color preview on white background

This text has color #AFB47A on white background.


Black color preview on #AFB47A background

This text has black color on #AFB47A background.


White color preview on #AFB47A background

This text has white color on #AFB47A background.


Related colors

Complementary color

Complementary color for #hex is #504B85.


I love getcolorcode.com

Triadic colors

1 #7AAFB4 and #B47AAF with #AFB47A are triadic colors.

2 #7AB4AF and #B4AF7A with #AFB47A are triadic colors.