COLOR #AF6357

HEX: #AF6357
RGB: (175,99,87)

Color info

#AF6357 contains mainly red color. Web safe color of #AF6357 is #996666 (or #966).

RGB color model

#AF6357 color RGB value is (175,99,87).

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

RGB channels and saturation

R 175 of 255 = 69%
G 99 of 255 = 39%
B 87 of 255 = 34%

175
99
87

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

Portions of RGB colors in percentages

R + G + B =
175 + 99 + 87 = 361 (100%)
R 175 of 361 ~ 48.48%
G 99 of 361 ~ 27.42%
B 87 of 361 ~ 24.1%

%48.48
%27.42
%24.1

CMYK color model

#AF6357 color CMYK value is (0,43,50,31).

  • cyan value is 0.00%
  • magenta value is 43.43%
  • yellow value is 50.29%
  • key color value is 31.37%
CMYK:
(0,43,50,31)
C0M43Y50K31 
(0%,43%,50%,31%)
(0.00/0.43/0.50/0.31)	

CMYK percentages

%0
%43.43
%50.29
%31.37

Codes

Color #AF6357 in popluar color models

AF6357
RGB1759987
HSL35.48%51.37%
HSB/HSV50.29%68.63%
CMYK0.00%43.43%50.29%
31.37%

Color #AF6357 in popluar number systems.

HEXAF6357
Decimal1759987
Binary1010111111000111010111
Octal257143127

Shades and tints

Shades of #AF6357

#AF6357
(175,99,87)
#A05A50
(160,90,80)
#915149
(145,81,73)
#824842
(130,72,66)
#733F3B
(115,63,59)
#643634
(100,54,52)
#552D2D
(85,45,45)
#462426
(70,36,38)
#371B1F
(55,27,31)
#281218
(40,18,24)
#190911
(25,9,17)
#000000
(0,0,0)

Tints of #AF6357

#AF6357
(175,99,87)
#B67166
(182,113,102)
#BD7F75
(189,127,117)
#C48D84
(196,141,132)
#CB9B93
(203,155,147)
#D2A9A2
(210,169,162)
#D9B7B1
(217,183,177)
#E0C5C0
(224,197,192)
#E7D3CF
(231,211,207)
#EEE1DE
(238,225,222)
#F5EFED
(245,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF6357; }

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

This text font color is #AF6357.


Background Color

.myBgColor { background-color: #AF6357; }

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

This div background color is #AF6357.


Border color

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

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

This div border color is #AF6357.


Opacity

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

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

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

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

This text has shadow with #AF6357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF6357 on black background.


Color preview on white background

This text has color #AF6357 on white background.



Black color preview on #AF6357 background

This text has black color on #AF6357 background.


White color preview on #AF6357 background

This text has white color on #AF6357 background.