COLOR #AFB57D

HEX: #AFB57D RGB: (175,181,125)

Color info

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

RGB color model

#AFB57D color RGB value is (175,181,125).

RGB: (175,181,125) (69%, 71%, 49%)

RGB channels and saturation

R 175 of 255 = 69%
G 181 of 255 = 71%
B 125 of 255 = 49%

175
181
125

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

Portions of RGB colors in percentages

R + G + B = 175 + 181 + 125 = 481 (100%)
R 175 of 481 ~ 36.38%
G 181 of 481 ~ 37.63%
B 125 of 481 ~ 25.99'%

%36.38
%37.63
%25.99

CMYK color model

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

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

CMYK: (3,0,31,29)
C3M0Y31K29 (3%, 0%, 31%, 29%)
(0.03 / 0.00 / 0.31 / 0.29)

CMYK percentages

%3.31
%0
%30.94
%29.02

Codes

Color #AFB57D in popluar color models

AF B5 7D
RGB 175 181 125
HSL 66° 27.45% 60.00%
HSB/HSV 66° 30.94% 70.98%
CMYK 3.31% 0.00% 30.94%
29.02%

Color #AFB57D in popluar number systems.

HEX AF B5 7D
Decimal 175 181 125
Binary 10101111 10110101 1111101
Octal 257 265 175

Shades and tints

Shades of #AFB57D

#AFB57D
(175,181,125)
#A0A572
(160,165,114)
#919567
(145,149,103)
#82855C
(130,133,92)
#737551
(115,117,81)
#646546
(100,101,70)
#55553B
(85,85,59)
#464530
(70,69,48)
#373525
(55,53,37)
#28251A
(40,37,26)
#19150F
(25,21,15)
#000000
(0,0,0)

Tints of #AFB57D

#AFB57D
(175,181,125)
#B6BB88
(182,187,136)
#BDC193
(189,193,147)
#C4C79E
(196,199,158)
#CBCDA9
(203,205,169)
#D2D3B4
(210,211,180)
#D9D9BF
(217,217,191)
#E0DFCA
(224,223,202)
#E7E5D5
(231,229,213)
#EEEBE0
(238,235,224)
#F5F1EB
(245,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB57D; }

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

This text font color is #AFB57D.

Background Color

.myBgColor { background-color: #AFB57D; }

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

This div background color is #AFB57D.

Border color

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

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

This div border color is #AFB57D.

Opacity

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

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

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

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

This text has shadow with #AFB57D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB57D.

Preview

Color preview on black background

This text has color #AFB57D on black background.


Color preview on white background

This text has color #AFB57D on white background.


Black color preview on #AFB57D background

This text has black color on #AFB57D background.


White color preview on #AFB57D background

This text has white color on #AFB57D background.


Related colors

Complementary color

Complementary color for #hex is #504A82.


I love getcolorcode.com

Triadic colors

1 #7DAFB5 and #B57DAF with #AFB57D are triadic colors.

2 #7DB5AF and #B5AF7D with #AFB57D are triadic colors.