COLOR #AF7757

HEX: #AF7757
RGB: (175,119,87)

Color info

#AF7757 contains mainly red and green colors. Web safe color of #AF7757 is #996666 (or #966).

RGB color model

#AF7757 color RGB value is (175,119,87).

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

RGB channels and saturation

R 175 of 255 = 69%
G 119 of 255 = 47%
B 87 of 255 = 34%

175
119
87

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

Portions of RGB colors in percentages

R + G + B =
175 + 119 + 87 = 381 (100%)
R 175 of 381 ~ 45.93%
G 119 of 381 ~ 31.23%
B 87 of 381 ~ 22.83%

%45.93
%31.23
%22.83

CMYK color model

#AF7757 color CMYK value is (0,32,50,31).

  • cyan value is 0.00%
  • magenta value is 32.00%
  • yellow value is 50.29%
  • key color value is 31.37%
CMYK:
(0,32,50,31)
C0M32Y50K31 
(0%,32%,50%,31%)
(0.00/0.32/0.50/0.31)	

CMYK percentages

%0
%32
%50.29
%31.37

Codes

Color #AF7757 in popluar color models

AF7757
RGB17511987
HSL22°35.48%51.37%
HSB/HSV22°50.29%68.63%
CMYK0.00%32.00%50.29%
31.37%

Color #AF7757 in popluar number systems.

HEXAF7757
Decimal17511987
Binary1010111111101111010111
Octal257167127

Shades and tints

Shades of #AF7757

#AF7757
(175,119,87)
#A06D50
(160,109,80)
#916349
(145,99,73)
#825942
(130,89,66)
#734F3B
(115,79,59)
#644534
(100,69,52)
#553B2D
(85,59,45)
#463126
(70,49,38)
#37271F
(55,39,31)
#281D18
(40,29,24)
#191311
(25,19,17)
#000000
(0,0,0)

Tints of #AF7757

#AF7757
(175,119,87)
#B68366
(182,131,102)
#BD8F75
(189,143,117)
#C49B84
(196,155,132)
#CBA793
(203,167,147)
#D2B3A2
(210,179,162)
#D9BFB1
(217,191,177)
#E0CBC0
(224,203,192)
#E7D7CF
(231,215,207)
#EEE3DE
(238,227,222)
#F5EFED
(245,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7757; }

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

This text font color is #AF7757.


Background Color

.myBgColor { background-color: #AF7757; }

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

This div background color is #AF7757.


Border color

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

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

This div border color is #AF7757.


Opacity

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

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

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

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

This text has shadow with #AF7757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7757 on black background.


Color preview on white background

This text has color #AF7757 on white background.



Black color preview on #AF7757 background

This text has black color on #AF7757 background.


White color preview on #AF7757 background

This text has white color on #AF7757 background.