COLOR #AFB588

HEX: #AFB588 RGB: (175,181,136)

Color info

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

RGB color model

#AFB588 color RGB value is (175,181,136).

RGB: (175,181,136) (69%, 71%, 53%)

RGB channels and saturation

R 175 of 255 = 69%
G 181 of 255 = 71%
B 136 of 255 = 53%

175
181
136

R + G + B ~ 64%. #AFB588 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 181 + 136 = 492 (100%)
R 175 of 492 ~ 35.57%
G 181 of 492 ~ 36.79%
B 136 of 492 ~ 27.64'%

%35.57
%36.79
%27.64

CMYK color model

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

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

CMYK: (3,0,25,29)
C3M0Y25K29 (3%, 0%, 25%, 29%)
(0.03 / 0.00 / 0.25 / 0.29)

CMYK percentages

%3.31
%0
%24.86
%29.02

Codes

Color #AFB588 in popluar color models

AF B5 88
RGB 175 181 136
HSL 68° 23.32% 62.16%
HSB/HSV 68° 24.86% 70.98%
CMYK 3.31% 0.00% 24.86%
29.02%

Color #AFB588 in popluar number systems.

HEX AF B5 88
Decimal 175 181 136
Binary 10101111 10110101 10001000
Octal 257 265 210

Shades and tints

Shades of #AFB588

#AFB588
(175,181,136)
#A0A57C
(160,165,124)
#919570
(145,149,112)
#828564
(130,133,100)
#737558
(115,117,88)
#64654C
(100,101,76)
#555540
(85,85,64)
#464534
(70,69,52)
#373528
(55,53,40)
#28251C
(40,37,28)
#191510
(25,21,16)
#000000
(0,0,0)

Tints of #AFB588

#AFB588
(175,181,136)
#B6BB92
(182,187,146)
#BDC19C
(189,193,156)
#C4C7A6
(196,199,166)
#CBCDB0
(203,205,176)
#D2D3BA
(210,211,186)
#D9D9C4
(217,217,196)
#E0DFCE
(224,223,206)
#E7E5D8
(231,229,216)
#EEEBE2
(238,235,226)
#F5F1EC
(245,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB588; }

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

This text font color is #AFB588.

Background Color

.myBgColor { background-color: #AFB588; }

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

This div background color is #AFB588.

Border color

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

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

This div border color is #AFB588.

Opacity

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

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

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

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

This text has shadow with #AFB588 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB588.

Preview

Color preview on black background

This text has color #AFB588 on black background.


Color preview on white background

This text has color #AFB588 on white background.


Black color preview on #AFB588 background

This text has black color on #AFB588 background.


White color preview on #AFB588 background

This text has white color on #AFB588 background.


Related colors

Complementary color

Complementary color for #hex is #504A77.


I love getcolorcode.com

Triadic colors

1 #88AFB5 and #B588AF with #AFB588 are triadic colors.

2 #88B5AF and #B5AF88 with #AFB588 are triadic colors.