COLOR #AFB675

HEX: #AFB675
RGB: (175,182,117)

Color info

#AFB675 contains mainly red and green colors. Web safe color of #AFB675 is #99CC66 (or #9C6).

RGB color model

#AFB675 color RGB value is (175,182,117).

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

RGB channels and saturation

R 175 of 255 = 69%
G 182 of 255 = 71%
B 117 of 255 = 46%

175
182
117

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

Portions of RGB colors in percentages

R + G + B =
175 + 182 + 117 = 474 (100%)
R 175 of 474 ~ 36.92%
G 182 of 474 ~ 38.4%
B 117 of 474 ~ 24.68%

%36.92
%38.4
%24.68

CMYK color model

#AFB675 color CMYK value is (4,0,36,29).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 28.63%
CMYK:
(4,0,36,29)
C4M0Y36K29 
(4%,0%,36%,29%)
(0.04/0.00/0.36/0.29)	

CMYK percentages

%3.85
%0
%35.71
%28.63

Codes

Color #AFB675 in popluar color models

AFB675
RGB175182117
HSL66°30.81%58.63%
HSB/HSV66°35.71%71.37%
CMYK3.85%0.00%35.71%
28.63%

Color #AFB675 in popluar number systems.

HEXAFB675
Decimal175182117
Binary10101111101101101110101
Octal257266165

Shades and tints

Shades of #AFB675

#AFB675
(175,182,117)
#A0A66B
(160,166,107)
#919661
(145,150,97)
#828657
(130,134,87)
#73764D
(115,118,77)
#646643
(100,102,67)
#555639
(85,86,57)
#46462F
(70,70,47)
#373625
(55,54,37)
#28261B
(40,38,27)
#191611
(25,22,17)
#000000
(0,0,0)

Tints of #AFB675

#AFB675
(175,182,117)
#B6BC81
(182,188,129)
#BDC28D
(189,194,141)
#C4C899
(196,200,153)
#CBCEA5
(203,206,165)
#D2D4B1
(210,212,177)
#D9DABD
(217,218,189)
#E0E0C9
(224,224,201)
#E7E6D5
(231,230,213)
#EEECE1
(238,236,225)
#F5F2ED
(245,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB675; }

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

This text font color is #AFB675.


Background Color

.myBgColor { background-color: #AFB675; }

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

This div background color is #AFB675.


Border color

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

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

This div border color is #AFB675.


Opacity

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

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

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

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

This text has shadow with #AFB675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB675 on black background.


Color preview on white background

This text has color #AFB675 on white background.



Black color preview on #AFB675 background

This text has black color on #AFB675 background.


White color preview on #AFB675 background

This text has white color on #AFB675 background.