COLOR #AFB175

HEX: #AFB175
RGB: (175,177,117)

Color info

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

RGB color model

#AFB175 color RGB value is (175,177,117).

  • red value is 175;
  • green value is 177;
  • blue value is 117.
RGB:
(175,177,117)
(69%,69%,46%)

RGB channels and saturation

R 175 of 255 = 69%
G 177 of 255 = 69%
B 117 of 255 = 46%

175
177
117

R + G + B ~ 61%. #AFB175 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 177 + 117 = 469 (100%)
R 175 of 469 ~ 37.31%
G 177 of 469 ~ 37.74%
B 117 of 469 ~ 24.95%

%37.31
%37.74
%24.95

CMYK color model

#AFB175 color CMYK value is (1,0,34,31).

  • cyan value is 1.13%
  • magenta value is 0.00%
  • yellow value is 33.90%
  • key color value is 30.59%
CMYK:
(1,0,34,31)
C1M0Y34K31 
(1%,0%,34%,31%)
(0.01/0.00/0.34/0.31)	

CMYK percentages

%1.13
%0
%33.9
%30.59

Codes

Color #AFB175 in popluar color models

AFB175
RGB175177117
HSL62°27.78%57.65%
HSB/HSV62°33.90%69.41%
CMYK1.13%0.00%33.90%
30.59%

Color #AFB175 in popluar number systems.

HEXAFB175
Decimal175177117
Binary10101111101100011110101
Octal257261165

Shades and tints

Shades of #AFB175

#AFB175
(175,177,117)
#A0A16B
(160,161,107)
#919161
(145,145,97)
#828157
(130,129,87)
#73714D
(115,113,77)
#646143
(100,97,67)
#555139
(85,81,57)
#46412F
(70,65,47)
#373125
(55,49,37)
#28211B
(40,33,27)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #AFB175

#AFB175
(175,177,117)
#B6B881
(182,184,129)
#BDBF8D
(189,191,141)
#C4C699
(196,198,153)
#CBCDA5
(203,205,165)
#D2D4B1
(210,212,177)
#D9DBBD
(217,219,189)
#E0E2C9
(224,226,201)
#E7E9D5
(231,233,213)
#EEF0E1
(238,240,225)
#F5F7ED
(245,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB175; }

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

This text font color is #AFB175.


Background Color

.myBgColor { background-color: #AFB175; }

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

This div background color is #AFB175.


Border color

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

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

This div border color is #AFB175.


Opacity

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

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

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

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

This text has shadow with #AFB175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB175 on black background.


Color preview on white background

This text has color #AFB175 on white background.



Black color preview on #AFB175 background

This text has black color on #AFB175 background.


White color preview on #AFB175 background

This text has white color on #AFB175 background.