COLOR #AF7354

HEX: #AF7354
RGB: (175,115,84)

Color info

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

RGB color model

#AF7354 color RGB value is (175,115,84).

  • red value is 175;
  • green value is 115;
  • blue value is 84.
RGB:
(175,115,84)
(69%,45%,33%)

RGB channels and saturation

R 175 of 255 = 69%
G 115 of 255 = 45%
B 84 of 255 = 33%

175
115
84

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

Portions of RGB colors in percentages

R + G + B =
175 + 115 + 84 = 374 (100%)
R 175 of 374 ~ 46.79%
G 115 of 374 ~ 30.75%
B 84 of 374 ~ 22.46%

%46.79
%30.75
%22.46

CMYK color model

#AF7354 color CMYK value is (0,34,52,31).

  • cyan value is 0.00%
  • magenta value is 34.29%
  • yellow value is 52.00%
  • key color value is 31.37%
CMYK:
(0,34,52,31)
C0M34Y52K31 
(0%,34%,52%,31%)
(0.00/0.34/0.52/0.31)	

CMYK percentages

%0
%34.29
%52
%31.37

Codes

Color #AF7354 in popluar color models

AF7354
RGB17511584
HSL20°36.25%50.78%
HSB/HSV20°52.00%68.63%
CMYK0.00%34.29%52.00%
31.37%

Color #AF7354 in popluar number systems.

HEXAF7354
Decimal17511584
Binary1010111111100111010100
Octal257163124

Shades and tints

Shades of #AF7354

#AF7354
(175,115,84)
#A0694D
(160,105,77)
#915F46
(145,95,70)
#82553F
(130,85,63)
#734B38
(115,75,56)
#644131
(100,65,49)
#55372A
(85,55,42)
#462D23
(70,45,35)
#37231C
(55,35,28)
#281915
(40,25,21)
#190F0E
(25,15,14)
#000000
(0,0,0)

Tints of #AF7354

#AF7354
(175,115,84)
#B67F63
(182,127,99)
#BD8B72
(189,139,114)
#C49781
(196,151,129)
#CBA390
(203,163,144)
#D2AF9F
(210,175,159)
#D9BBAE
(217,187,174)
#E0C7BD
(224,199,189)
#E7D3CC
(231,211,204)
#EEDFDB
(238,223,219)
#F5EBEA
(245,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF7354 color. Also use rgb(175,115,84) instead hex code.

Text Font Color

.myTextColor { color: #AF7354; }

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

This text font color is #AF7354.


Background Color

.myBgColor { background-color: #AF7354; }

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

This div background color is #AF7354.


Border color

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

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

This div border color is #AF7354.


Opacity

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

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

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

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

This text has shadow with #AF7354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7354 on black background.


Color preview on white background

This text has color #AF7354 on white background.



Black color preview on #AF7354 background

This text has black color on #AF7354 background.


White color preview on #AF7354 background

This text has white color on #AF7354 background.