COLOR #AFB37C

HEX: #AFB37C RGB: (175,179,124)

Color info

#AFB37C contains red, green and blue colors in about the same proportion. Web safe color of #AFB37C is #999966 (or #996).

RGB color model

#AFB37C color RGB value is (175,179,124).

RGB: (175,179,124) (69%, 70%, 49%)

RGB channels and saturation

R 175 of 255 = 69%
G 179 of 255 = 70%
B 124 of 255 = 49%

175
179
124

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

Portions of RGB colors in percentages

R + G + B = 175 + 179 + 124 = 478 (100%)
R 175 of 478 ~ 36.61%
G 179 of 478 ~ 37.45%
B 124 of 478 ~ 25.94'%

%36.61
%37.45
%25.94

CMYK color model

#AFB37C color CMYK value is (2,0,31,30).

  • cyan value is 2.23%
  • magenta value is 0.00%
  • yellow value is 30.73%
  • key color value is 29.80%
CMYK: (2,0,31,30) C2M0Y31K30 (2%,0%,31%,30%) (0.02/0.00/0.31/0.30) 

CMYK percentages

%2.23
%0
%30.73
%29.8

Codes

Color #AFB37C in popluar color models

AF B3 7C
RGB 175 179 124
HSL 64° 26.57% 59.41%
HSB/HSV 64° 30.73% 70.20%
CMYK 2.23% 0.00% 30.73%
29.80%

Color #AFB37C in popluar number systems.

HEX AF B3 7C
Decimal 175 179 124
Binary 10101111 10110011 1111100
Octal 257 263 174

Shades and tints

Shades of #AFB37C

#AFB37C
(175,179,124)
#A0A371
(160,163,113)
#919366
(145,147,102)
#82835B
(130,131,91)
#737350
(115,115,80)
#646345
(100,99,69)
#55533A
(85,83,58)
#46432F
(70,67,47)
#373324
(55,51,36)
#282319
(40,35,25)
#19130E
(25,19,14)
#000000
(0,0,0)

Tints of #AFB37C

#AFB37C
(175,179,124)
#B6B987
(182,185,135)
#BDBF92
(189,191,146)
#C4C59D
(196,197,157)
#CBCBA8
(203,203,168)
#D2D1B3
(210,209,179)
#D9D7BE
(217,215,190)
#E0DDC9
(224,221,201)
#E7E3D4
(231,227,212)
#EEE9DF
(238,233,223)
#F5EFEA
(245,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB37C color. Also use rgb(175,179,124) instead hex code.

Text Font Color

.myTextColor { color: #AFB37C; }

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

This text font color is #AFB37C.

Background Color

.myBgColor { background-color: #AFB37C; }

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

This div background color is #AFB37C.

Border color

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

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

This div border color is #AFB37C.

Opacity

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

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

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

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

This text has shadow with #AFB37C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB37C.

Preview

Color preview on black background

This text has color #AFB37C on black background.


Color preview on white background

This text has color #AFB37C on white background.


Black color preview on #AFB37C background

This text has black color on #AFB37C background.


White color preview on #AFB37C background

This text has white color on #AFB37C background.


Related colors

Complementary color

Complementary color for #hex is #504C83.


I love getcolorcode.com

Triadic colors

1 #7CAFB3 and #B37CAF with #AFB37C are triadic colors.

2 #7CB3AF and #B3AF7C with #AFB37C are triadic colors.