COLOR #AF674D

HEX: #AF674D
RGB: (175,103,77)

Color info

#AF674D contains mainly red color. Web safe color of #AF674D is #996633 (or #963).

RGB color model

#AF674D color RGB value is (175,103,77).

  • red value is 175;
  • green value is 103;
  • blue value is 77.
RGB:
(175,103,77)
(69%,40%,30%)

RGB channels and saturation

R 175 of 255 = 69%
G 103 of 255 = 40%
B 77 of 255 = 30%

175
103
77

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

Portions of RGB colors in percentages

R + G + B =
175 + 103 + 77 = 355 (100%)
R 175 of 355 ~ 49.3%
G 103 of 355 ~ 29.01%
B 77 of 355 ~ 21.69%

%49.3
%29.01
%21.69

CMYK color model

#AF674D color CMYK value is (0,41,56,31).

  • cyan value is 0.00%
  • magenta value is 41.14%
  • yellow value is 56.00%
  • key color value is 31.37%
CMYK:
(0,41,56,31)
C0M41Y56K31 
(0%,41%,56%,31%)
(0.00/0.41/0.56/0.31)	

CMYK percentages

%0
%41.14
%56
%31.37

Codes

Color #AF674D in popluar color models

AF674D
RGB17510377
HSL16°38.89%49.41%
HSB/HSV16°56.00%68.63%
CMYK0.00%41.14%56.00%
31.37%

Color #AF674D in popluar number systems.

HEXAF674D
Decimal17510377
Binary1010111111001111001101
Octal257147115

Shades and tints

Shades of #AF674D

#AF674D
(175,103,77)
#A05E46
(160,94,70)
#91553F
(145,85,63)
#824C38
(130,76,56)
#734331
(115,67,49)
#643A2A
(100,58,42)
#553123
(85,49,35)
#46281C
(70,40,28)
#371F15
(55,31,21)
#28160E
(40,22,14)
#190D07
(25,13,7)
#000000
(0,0,0)

Tints of #AF674D

#AF674D
(175,103,77)
#B6745D
(182,116,93)
#BD816D
(189,129,109)
#C48E7D
(196,142,125)
#CB9B8D
(203,155,141)
#D2A89D
(210,168,157)
#D9B5AD
(217,181,173)
#E0C2BD
(224,194,189)
#E7CFCD
(231,207,205)
#EEDCDD
(238,220,221)
#F5E9ED
(245,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF674D color. Also use rgb(175,103,77) instead hex code.

Text Font Color

.myTextColor { color: #AF674D; }

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

This text font color is #AF674D.


Background Color

.myBgColor { background-color: #AF674D; }

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

This div background color is #AF674D.


Border color

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

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

This div border color is #AF674D.


Opacity

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

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

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

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

This text has shadow with #AF674D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF674D on black background.


Color preview on white background

This text has color #AF674D on white background.



Black color preview on #AF674D background

This text has black color on #AF674D background.


White color preview on #AF674D background

This text has white color on #AF674D background.