COLOR #AFB599

HEX: #AFB599 RGB: (175,181,153)

Color info

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

RGB color model

#AFB599 color RGB value is (175,181,153).

RGB: (175,181,153) (69%, 71%, 60%)

RGB channels and saturation

R 175 of 255 = 69%
G 181 of 255 = 71%
B 153 of 255 = 60%

175
181
153

R + G + B ~ 67%. #AFB599 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 181 + 153 = 509 (100%)
R 175 of 509 ~ 34.38%
G 181 of 509 ~ 35.56%
B 153 of 509 ~ 30.06'%

%34.38
%35.56
%30.06

CMYK color model

#AFB599 color CMYK value is (3,0,15,29).

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

CMYK: (3,0,15,29)
C3M0Y15K29 (3%, 0%, 15%, 29%)
(0.03 / 0.00 / 0.15 / 0.29)

CMYK percentages

%3.31
%0
%15.47
%29.02

Codes

Color #AFB599 in popluar color models

AF B5 99
RGB 175 181 153
HSL 73° 15.91% 65.49%
HSB/HSV 73° 15.47% 70.98%
CMYK 3.31% 0.00% 15.47%
29.02%

Color #AFB599 in popluar number systems.

HEX AF B5 99
Decimal 175 181 153
Binary 10101111 10110101 10011001
Octal 257 265 231

Shades and tints

Shades of #AFB599

#AFB599
(175,181,153)
#A0A58C
(160,165,140)
#91957F
(145,149,127)
#828572
(130,133,114)
#737565
(115,117,101)
#646558
(100,101,88)
#55554B
(85,85,75)
#46453E
(70,69,62)
#373531
(55,53,49)
#282524
(40,37,36)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #AFB599

#AFB599
(175,181,153)
#B6BBA2
(182,187,162)
#BDC1AB
(189,193,171)
#C4C7B4
(196,199,180)
#CBCDBD
(203,205,189)
#D2D3C6
(210,211,198)
#D9D9CF
(217,217,207)
#E0DFD8
(224,223,216)
#E7E5E1
(231,229,225)
#EEEBEA
(238,235,234)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB599; }

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

This text font color is #AFB599.

Background Color

.myBgColor { background-color: #AFB599; }

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

This div background color is #AFB599.

Border color

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

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

This div border color is #AFB599.

Opacity

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

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

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

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

This text has shadow with #AFB599 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB599.

Preview

Color preview on black background

This text has color #AFB599 on black background.


Color preview on white background

This text has color #AFB599 on white background.


Black color preview on #AFB599 background

This text has black color on #AFB599 background.


White color preview on #AFB599 background

This text has white color on #AFB599 background.


Related colors

Complementary color

Complementary color for #hex is #504A66.


I love getcolorcode.com

Triadic colors

1 #99AFB5 and #B599AF with #AFB599 are triadic colors.

2 #99B5AF and #B5AF99 with #AFB599 are triadic colors.