COLOR #AFB580

HEX: #AFB580
RGB: (175,181,128)

Color info

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

RGB color model

#AFB580 color RGB value is (175,181,128).

  • red value is 175;
  • green value is 181;
  • blue value is 128.
RGB:
(175,181,128)
(69%,71%,50%)

RGB channels and saturation

R 175 of 255 = 69%
G 181 of 255 = 71%
B 128 of 255 = 50%

175
181
128

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

Portions of RGB colors in percentages

R + G + B =
175 + 181 + 128 = 484 (100%)
R 175 of 484 ~ 36.16%
G 181 of 484 ~ 37.4%
B 128 of 484 ~ 26.45%

%36.16
%37.4
%26.45

CMYK color model

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

  • cyan value is 3.31%
  • magenta value is 0.00%
  • yellow value is 29.28%
  • key color value is 29.02%
CMYK:
(3,0,29,29)
C3M0Y29K29 
(3%,0%,29%,29%)
(0.03/0.00/0.29/0.29)	

CMYK percentages

%3.31
%0
%29.28
%29.02

Codes

Color #AFB580 in popluar color models

AFB580
RGB175181128
HSL67°26.37%60.59%
HSB/HSV67°29.28%70.98%
CMYK3.31%0.00%29.28%
29.02%

Color #AFB580 in popluar number systems.

HEXAFB580
Decimal175181128
Binary101011111011010110000000
Octal257265200

Shades and tints

Shades of #AFB580

#AFB580
(175,181,128)
#A0A575
(160,165,117)
#91956A
(145,149,106)
#82855F
(130,133,95)
#737554
(115,117,84)
#646549
(100,101,73)
#55553E
(85,85,62)
#464533
(70,69,51)
#373528
(55,53,40)
#28251D
(40,37,29)
#191512
(25,21,18)
#000000
(0,0,0)

Tints of #AFB580

#AFB580
(175,181,128)
#B6BB8B
(182,187,139)
#BDC196
(189,193,150)
#C4C7A1
(196,199,161)
#CBCDAC
(203,205,172)
#D2D3B7
(210,211,183)
#D9D9C2
(217,217,194)
#E0DFCD
(224,223,205)
#E7E5D8
(231,229,216)
#EEEBE3
(238,235,227)
#F5F1EE
(245,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB580; }

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

This text font color is #AFB580.


Background Color

.myBgColor { background-color: #AFB580; }

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

This div background color is #AFB580.


Border color

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

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

This div border color is #AFB580.


Opacity

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

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

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

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

This text has shadow with #AFB580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB580 on black background.


Color preview on white background

This text has color #AFB580 on white background.



Black color preview on #AFB580 background

This text has black color on #AFB580 background.


White color preview on #AFB580 background

This text has white color on #AFB580 background.