COLOR #AFB57B

HEX: #AFB57B RGB: (175,181,123)

Color info

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

RGB color model

#AFB57B color RGB value is (175,181,123).

RGB: (175,181,123) (69%, 71%, 48%)

RGB channels and saturation

R 175 of 255 = 69%
G 181 of 255 = 71%
B 123 of 255 = 48%

175
181
123

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

Portions of RGB colors in percentages

R + G + B = 175 + 181 + 123 = 479 (100%)
R 175 of 479 ~ 36.53%
G 181 of 479 ~ 37.79%
B 123 of 479 ~ 25.68'%

%36.53
%37.79
%25.68

CMYK color model

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

  • cyan value is 3.31%
  • magenta value is 0.00%
  • yellow value is 32.04%
  • key color value is 29.02%

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

CMYK percentages

%3.31
%0
%32.04
%29.02

Codes

Color #AFB57B in popluar color models

AF B5 7B
RGB 175 181 123
HSL 66° 28.16% 59.61%
HSB/HSV 66° 32.04% 70.98%
CMYK 3.31% 0.00% 32.04%
29.02%

Color #AFB57B in popluar number systems.

HEX AF B5 7B
Decimal 175 181 123
Binary 10101111 10110101 1111011
Octal 257 265 173

Shades and tints

Shades of #AFB57B

#AFB57B
(175,181,123)
#A0A570
(160,165,112)
#919565
(145,149,101)
#82855A
(130,133,90)
#73754F
(115,117,79)
#646544
(100,101,68)
#555539
(85,85,57)
#46452E
(70,69,46)
#373523
(55,53,35)
#282518
(40,37,24)
#19150D
(25,21,13)
#000000
(0,0,0)

Tints of #AFB57B

#AFB57B
(175,181,123)
#B6BB87
(182,187,135)
#BDC193
(189,193,147)
#C4C79F
(196,199,159)
#CBCDAB
(203,205,171)
#D2D3B7
(210,211,183)
#D9D9C3
(217,217,195)
#E0DFCF
(224,223,207)
#E7E5DB
(231,229,219)
#EEEBE7
(238,235,231)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB57B; }

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

This text font color is #AFB57B.

Background Color

.myBgColor { background-color: #AFB57B; }

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

This div background color is #AFB57B.

Border color

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

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

This div border color is #AFB57B.

Opacity

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

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

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

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

This text has shadow with #AFB57B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB57B.

Preview

Color preview on black background

This text has color #AFB57B on black background.


Color preview on white background

This text has color #AFB57B on white background.


Black color preview on #AFB57B background

This text has black color on #AFB57B background.


White color preview on #AFB57B background

This text has white color on #AFB57B background.


Related colors

Complementary color

Complementary color for #hex is #504A84.


I love getcolorcode.com

Triadic colors

1 #7BAFB5 and #B57BAF with #AFB57B are triadic colors.

2 #7BB5AF and #B5AF7B with #AFB57B are triadic colors.