COLOR #AF977B

HEX: #AF977B
RGB: (175,151,123)

Color info

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

RGB color model

#AF977B color RGB value is (175,151,123).

  • red value is 175;
  • green value is 151;
  • blue value is 123.
RGB:
(175,151,123)
(69%,59%,48%)

RGB channels and saturation

R 175 of 255 = 69%
G 151 of 255 = 59%
B 123 of 255 = 48%

175
151
123

R + G + B ~ 59%. #AF977B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
175 + 151 + 123 = 449 (100%)
R 175 of 449 ~ 38.98%
G 151 of 449 ~ 33.63%
B 123 of 449 ~ 27.39%

%38.98
%33.63
%27.39

CMYK color model

#AF977B color CMYK value is (0,14,30,31).

  • cyan value is 0.00%
  • magenta value is 13.71%
  • yellow value is 29.71%
  • key color value is 31.37%
CMYK:
(0,14,30,31)
C0M14Y30K31 
(0%,14%,30%,31%)
(0.00/0.14/0.30/0.31)	

CMYK percentages

%0
%13.71
%29.71
%31.37

Codes

Color #AF977B in popluar color models

AF977B
RGB175151123
HSL32°24.53%58.43%
HSB/HSV32°29.71%68.63%
CMYK0.00%13.71%29.71%
31.37%

Color #AF977B in popluar number systems.

HEXAF977B
Decimal175151123
Binary10101111100101111111011
Octal257227173

Shades and tints

Shades of #AF977B

#AF977B
(175,151,123)
#A08A70
(160,138,112)
#917D65
(145,125,101)
#82705A
(130,112,90)
#73634F
(115,99,79)
#645644
(100,86,68)
#554939
(85,73,57)
#463C2E
(70,60,46)
#372F23
(55,47,35)
#282218
(40,34,24)
#19150D
(25,21,13)
#000000
(0,0,0)

Tints of #AF977B

#AF977B
(175,151,123)
#B6A087
(182,160,135)
#BDA993
(189,169,147)
#C4B29F
(196,178,159)
#CBBBAB
(203,187,171)
#D2C4B7
(210,196,183)
#D9CDC3
(217,205,195)
#E0D6CF
(224,214,207)
#E7DFDB
(231,223,219)
#EEE8E7
(238,232,231)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF977B color. Also use rgb(175,151,123) instead hex code.

Text Font Color

.myTextColor { color: #AF977B; }

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

This text font color is #AF977B.


Background Color

.myBgColor { background-color: #AF977B; }

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

This div background color is #AF977B.


Border color

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

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

This div border color is #AF977B.


Opacity

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

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

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

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

This text has shadow with #AF977B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF977B on black background.


Color preview on white background

This text has color #AF977B on white background.



Black color preview on #AF977B background

This text has black color on #AF977B background.


White color preview on #AF977B background

This text has white color on #AF977B background.