COLOR #AF997D

HEX: #AF997D RGB: (175,153,125)

Color info

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

RGB color model

#AF997D color RGB value is (175,153,125).

RGB: (175,153,125) (69%, 60%, 49%)

RGB channels and saturation

R 175 of 255 = 69%
G 153 of 255 = 60%
B 125 of 255 = 49%

175
153
125

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

Portions of RGB colors in percentages

R + G + B = 175 + 153 + 125 = 453 (100%)
R 175 of 453 ~ 38.63%
G 153 of 453 ~ 33.77%
B 125 of 453 ~ 27.59'%

%38.63
%33.77
%27.59

CMYK color model

#AF997D color CMYK value is (0,13,29,31).

  • cyan value is 0.00%
  • magenta value is 12.57%
  • yellow value is 28.57%
  • key color value is 31.37%

CMYK: (0,13,29,31)
C0M13Y29K31 (0%, 13%, 29%, 31%)
(0.00 / 0.13 / 0.29 / 0.31)

CMYK percentages

%0
%12.57
%28.57
%31.37

Codes

Color #AF997D in popluar color models

AF 99 7D
RGB 175 153 125
HSL 34° 23.81% 58.82%
HSB/HSV 34° 28.57% 68.63%
CMYK 0.00% 12.57% 28.57%
31.37%

Color #AF997D in popluar number systems.

HEX AF 99 7D
Decimal 175 153 125
Binary 10101111 10011001 1111101
Octal 257 231 175

Shades and tints

Shades of #AF997D

#AF997D
(175,153,125)
#A08C72
(160,140,114)
#917F67
(145,127,103)
#82725C
(130,114,92)
#736551
(115,101,81)
#645846
(100,88,70)
#554B3B
(85,75,59)
#463E30
(70,62,48)
#373125
(55,49,37)
#28241A
(40,36,26)
#19170F
(25,23,15)
#000000
(0,0,0)

Tints of #AF997D

#AF997D
(175,153,125)
#B6A288
(182,162,136)
#BDAB93
(189,171,147)
#C4B49E
(196,180,158)
#CBBDA9
(203,189,169)
#D2C6B4
(210,198,180)
#D9CFBF
(217,207,191)
#E0D8CA
(224,216,202)
#E7E1D5
(231,225,213)
#EEEAE0
(238,234,224)
#F5F3EB
(245,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF997D; }

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

This text font color is #AF997D.

Background Color

.myBgColor { background-color: #AF997D; }

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

This div background color is #AF997D.

Border color

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

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

This div border color is #AF997D.

Opacity

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

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

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

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

This text has shadow with #AF997D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF997D.

Preview

Color preview on black background

This text has color #AF997D on black background.


Color preview on white background

This text has color #AF997D on white background.


Black color preview on #AF997D background

This text has black color on #AF997D background.


White color preview on #AF997D background

This text has white color on #AF997D background.


Related colors

Complementary color

Complementary color for #hex is #506682.


I love getcolorcode.com

Triadic colors

1 #7DAF99 and #997DAF with #AF997D are triadic colors.

2 #7D99AF and #99AF7D with #AF997D are triadic colors.