COLOR #AFBB57

HEX: #AFBB57
RGB: (175,187,87)

Color info

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

RGB color model

#AFBB57 color RGB value is (175,187,87).

  • red value is 175;
  • green value is 187;
  • blue value is 87.
RGB:
(175,187,87)
(69%,73%,34%)

RGB channels and saturation

R 175 of 255 = 69%
G 187 of 255 = 73%
B 87 of 255 = 34%

175
187
87

R + G + B ~ 59%. #AFBB57 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
175 + 187 + 87 = 449 (100%)
R 175 of 449 ~ 38.98%
G 187 of 449 ~ 41.65%
B 87 of 449 ~ 19.38%

%38.98
%41.65
%19.38

CMYK color model

#AFBB57 color CMYK value is (6,0,53,27).

  • cyan value is 6.42%
  • magenta value is 0.00%
  • yellow value is 53.48%
  • key color value is 26.67%
CMYK:
(6,0,53,27)
C6M0Y53K27 
(6%,0%,53%,27%)
(0.06/0.00/0.53/0.27)	

CMYK percentages

%6.42
%0
%53.48
%26.67

Codes

Color #AFBB57 in popluar color models

AFBB57
RGB17518787
HSL67°42.37%53.73%
HSB/HSV67°53.48%73.33%
CMYK6.42%0.00%53.48%
26.67%

Color #AFBB57 in popluar number systems.

HEXAFBB57
Decimal17518787
Binary10101111101110111010111
Octal257273127

Shades and tints

Shades of #AFBB57

#AFBB57
(175,187,87)
#A0AA50
(160,170,80)
#919949
(145,153,73)
#828842
(130,136,66)
#73773B
(115,119,59)
#646634
(100,102,52)
#55552D
(85,85,45)
#464426
(70,68,38)
#37331F
(55,51,31)
#282218
(40,34,24)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #AFBB57

#AFBB57
(175,187,87)
#B6C166
(182,193,102)
#BDC775
(189,199,117)
#C4CD84
(196,205,132)
#CBD393
(203,211,147)
#D2D9A2
(210,217,162)
#D9DFB1
(217,223,177)
#E0E5C0
(224,229,192)
#E7EBCF
(231,235,207)
#EEF1DE
(238,241,222)
#F5F7ED
(245,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBB57; }

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

This text font color is #AFBB57.


Background Color

.myBgColor { background-color: #AFBB57; }

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

This div background color is #AFBB57.


Border color

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

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

This div border color is #AFBB57.


Opacity

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

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

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

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

This text has shadow with #AFBB57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBB57 on black background.


Color preview on white background

This text has color #AFBB57 on white background.



Black color preview on #AFBB57 background

This text has black color on #AFBB57 background.


White color preview on #AFBB57 background

This text has white color on #AFBB57 background.