COLOR #AF8277

HEX: #AF8277
RGB: (175,130,119)

Color info

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

RGB color model

#AF8277 color RGB value is (175,130,119).

  • red value is 175;
  • green value is 130;
  • blue value is 119.
RGB:
(175,130,119)
(69%,51%,47%)

RGB channels and saturation

R 175 of 255 = 69%
G 130 of 255 = 51%
B 119 of 255 = 47%

175
130
119

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

Portions of RGB colors in percentages

R + G + B =
175 + 130 + 119 = 424 (100%)
R 175 of 424 ~ 41.27%
G 130 of 424 ~ 30.66%
B 119 of 424 ~ 28.07%

%41.27
%30.66
%28.07

CMYK color model

#AF8277 color CMYK value is (0,26,32,31).

  • cyan value is 0.00%
  • magenta value is 25.71%
  • yellow value is 32.00%
  • key color value is 31.37%
CMYK:
(0,26,32,31)
C0M26Y32K31 
(0%,26%,32%,31%)
(0.00/0.26/0.32/0.31)	

CMYK percentages

%0
%25.71
%32
%31.37

Codes

Color #AF8277 in popluar color models

AF8277
RGB175130119
HSL12°25.93%57.65%
HSB/HSV12°32.00%68.63%
CMYK0.00%25.71%32.00%
31.37%

Color #AF8277 in popluar number systems.

HEXAF8277
Decimal175130119
Binary10101111100000101110111
Octal257202167

Shades and tints

Shades of #AF8277

#AF8277
(175,130,119)
#A0776D
(160,119,109)
#916C63
(145,108,99)
#826159
(130,97,89)
#73564F
(115,86,79)
#644B45
(100,75,69)
#55403B
(85,64,59)
#463531
(70,53,49)
#372A27
(55,42,39)
#281F1D
(40,31,29)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #AF8277

#AF8277
(175,130,119)
#B68D83
(182,141,131)
#BD988F
(189,152,143)
#C4A39B
(196,163,155)
#CBAEA7
(203,174,167)
#D2B9B3
(210,185,179)
#D9C4BF
(217,196,191)
#E0CFCB
(224,207,203)
#E7DAD7
(231,218,215)
#EEE5E3
(238,229,227)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8277 color. Also use rgb(175,130,119) instead hex code.

Text Font Color

.myTextColor { color: #AF8277; }

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

This text font color is #AF8277.


Background Color

.myBgColor { background-color: #AF8277; }

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

This div background color is #AF8277.


Border color

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

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

This div border color is #AF8277.


Opacity

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

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

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

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

This text has shadow with #AF8277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8277 on black background.


Color preview on white background

This text has color #AF8277 on white background.



Black color preview on #AF8277 background

This text has black color on #AF8277 background.


White color preview on #AF8277 background

This text has white color on #AF8277 background.