COLOR #AF493A

HEX: #AF493A
RGB: (175,73,58)

Color info

#AF493A contains mainly red color. Web safe color of #AF493A is #993333 (or #933).

RGB color model

#AF493A color RGB value is (175,73,58).

  • red value is 175;
  • green value is 73;
  • blue value is 58.
RGB:
(175,73,58)
(69%,29%,23%)

RGB channels and saturation

R 175 of 255 = 69%
G 73 of 255 = 29%
B 58 of 255 = 23%

175
73
58

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

Portions of RGB colors in percentages

R + G + B =
175 + 73 + 58 = 306 (100%)
R 175 of 306 ~ 57.19%
G 73 of 306 ~ 23.86%
B 58 of 306 ~ 18.95%

%57.19
%23.86
%18.95

CMYK color model

#AF493A color CMYK value is (0,58,67,31).

  • cyan value is 0.00%
  • magenta value is 58.29%
  • yellow value is 66.86%
  • key color value is 31.37%
CMYK:
(0,58,67,31)
C0M58Y67K31 
(0%,58%,67%,31%)
(0.00/0.58/0.67/0.31)	

CMYK percentages

%0
%58.29
%66.86
%31.37

Codes

Color #AF493A in popluar color models

AF493A
RGB1757358
HSL50.21%45.69%
HSB/HSV66.86%68.63%
CMYK0.00%58.29%66.86%
31.37%

Color #AF493A in popluar number systems.

HEXAF493A
Decimal1757358
Binary101011111001001111010
Octal25711172

Shades and tints

Shades of #AF493A

#AF493A
(175,73,58)
#A04335
(160,67,53)
#913D30
(145,61,48)
#82372B
(130,55,43)
#733126
(115,49,38)
#642B21
(100,43,33)
#55251C
(85,37,28)
#461F17
(70,31,23)
#371912
(55,25,18)
#28130D
(40,19,13)
#190D08
(25,13,8)
#000000
(0,0,0)

Tints of #AF493A

#AF493A
(175,73,58)
#B6594B
(182,89,75)
#BD695C
(189,105,92)
#C4796D
(196,121,109)
#CB897E
(203,137,126)
#D2998F
(210,153,143)
#D9A9A0
(217,169,160)
#E0B9B1
(224,185,177)
#E7C9C2
(231,201,194)
#EED9D3
(238,217,211)
#F5E9E4
(245,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF493A color. Also use rgb(175,73,58) instead hex code.

Text Font Color

.myTextColor { color: #AF493A; }

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

This text font color is #AF493A.


Background Color

.myBgColor { background-color: #AF493A; }

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

This div background color is #AF493A.


Border color

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

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

This div border color is #AF493A.


Opacity

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

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

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

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

This text has shadow with #AF493A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF493A on black background.


Color preview on white background

This text has color #AF493A on white background.



Black color preview on #AF493A background

This text has black color on #AF493A background.


White color preview on #AF493A background

This text has white color on #AF493A background.