COLOR #AFB58D

HEX: #AFB58D RGB: (175,181,141)

Color info

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

RGB color model

#AFB58D color RGB value is (175,181,141).

RGB: (175,181,141) (69%, 71%, 55%)

RGB channels and saturation

R 175 of 255 = 69%
G 181 of 255 = 71%
B 141 of 255 = 55%

175
181
141

R + G + B ~ 65%. #AFB58D is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 181 + 141 = 497 (100%)
R 175 of 497 ~ 35.21%
G 181 of 497 ~ 36.42%
B 141 of 497 ~ 28.37'%

%35.21
%36.42
%28.37

CMYK color model

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

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

CMYK: (3,0,22,29)
C3M0Y22K29 (3%, 0%, 22%, 29%)
(0.03 / 0.00 / 0.22 / 0.29)

CMYK percentages

%3.31
%0
%22.1
%29.02

Codes

Color #AFB58D in popluar color models

AF B5 8D
RGB 175 181 141
HSL 69° 21.28% 63.14%
HSB/HSV 69° 22.10% 70.98%
CMYK 3.31% 0.00% 22.10%
29.02%

Color #AFB58D in popluar number systems.

HEX AF B5 8D
Decimal 175 181 141
Binary 10101111 10110101 10001101
Octal 257 265 215

Shades and tints

Shades of #AFB58D

#AFB58D
(175,181,141)
#A0A581
(160,165,129)
#919575
(145,149,117)
#828569
(130,133,105)
#73755D
(115,117,93)
#646551
(100,101,81)
#555545
(85,85,69)
#464539
(70,69,57)
#37352D
(55,53,45)
#282521
(40,37,33)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #AFB58D

#AFB58D
(175,181,141)
#B6BB97
(182,187,151)
#BDC1A1
(189,193,161)
#C4C7AB
(196,199,171)
#CBCDB5
(203,205,181)
#D2D3BF
(210,211,191)
#D9D9C9
(217,217,201)
#E0DFD3
(224,223,211)
#E7E5DD
(231,229,221)
#EEEBE7
(238,235,231)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB58D; }

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

This text font color is #AFB58D.

Background Color

.myBgColor { background-color: #AFB58D; }

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

This div background color is #AFB58D.

Border color

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

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

This div border color is #AFB58D.

Opacity

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

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

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

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

This text has shadow with #AFB58D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB58D.

Preview

Color preview on black background

This text has color #AFB58D on black background.


Color preview on white background

This text has color #AFB58D on white background.


Black color preview on #AFB58D background

This text has black color on #AFB58D background.


White color preview on #AFB58D background

This text has white color on #AFB58D background.


Related colors

Complementary color

Complementary color for #hex is #504A72.


I love getcolorcode.com

Triadic colors

1 #8DAFB5 and #B58DAF with #AFB58D are triadic colors.

2 #8DB5AF and #B5AF8D with #AFB58D are triadic colors.