COLOR #AF9881

HEX: #AF9881
RGB: (175,152,129)

Color info

#AF9881 contains red, green and blue colors in about the same proportion. Web safe color of #AF9881 is #999999 (or #999).

RGB color model

#AF9881 color RGB value is (175,152,129).

  • red value is 175;
  • green value is 152;
  • blue value is 129.
RGB: (175,152,129) (69%,60%,51%)

RGB channels and saturation

R 175 of 255 = 69%
G 152 of 255 = 60%
B 129 of 255 = 51%

175
152
129

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

Portions of RGB colors in percentages

R + G + B =
175 + 152 + 129 = 456 (100%)
R 175 of 456 ~ 38.38%
G 152 of 456 ~ 33.33%
B 129 of 456 ~ 28.29%

%38.38
%33.33
%28.29

CMYK color model

#AF9881 color CMYK value is (0,13,26,31).

  • cyan value is 0.00%
  • magenta value is 13.14%
  • yellow value is 26.29%
  • key color value is 31.37%
CMYK: (0,13,26,31) C0M13Y26K31 (0%,13%,26%,31%) (0.00/0.13/0.26/0.31)

CMYK percentages

%0
%13.14
%26.29
%31.37

Codes

Color #AF9881 in popluar color models

AF9881
RGB175152129
HSL30°22.33%59.61%
HSB/HSV30°26.29%68.63%
CMYK0.00%13.14%26.29%
31.37%

Color #AF9881 in popluar number systems.

HEXAF9881
Decimal175152129
Binary101011111001100010000001
Octal257230201

Shades and tints

Shades of #AF9881

#AF9881
(175,152,129)
#A08B76
(160,139,118)
#917E6B
(145,126,107)
#827160
(130,113,96)
#736455
(115,100,85)
#64574A
(100,87,74)
#554A3F
(85,74,63)
#463D34
(70,61,52)
#373029
(55,48,41)
#28231E
(40,35,30)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #AF9881

#AF9881
(175,152,129)
#B6A18C
(182,161,140)
#BDAA97
(189,170,151)
#C4B3A2
(196,179,162)
#CBBCAD
(203,188,173)
#D2C5B8
(210,197,184)
#D9CEC3
(217,206,195)
#E0D7CE
(224,215,206)
#E7E0D9
(231,224,217)
#EEE9E4
(238,233,228)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9881 color. Also use rgb(175,152,129) instead hex code.

Text Font Color

.myTextColor { color: #AF9881; }

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

This text font color is #AF9881.


Background Color

.myBgColor { background-color: #AF9881; }

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

This div background color is #AF9881.


Border color

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

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

This div border color is #AF9881.


Opacity

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

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

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

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

This text has shadow with #AF9881 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AF9881 on black background.


Color preview on white background

This text has color #AF9881 on white background.



Black color preview on #AF9881 background

This text has black color on #AF9881 background.


White color preview on #AF9881 background

This text has white color on #AF9881 background.