COLOR #AF452A

HEX: #AF452A
RGB: (175,69,42)

Color info

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

RGB color model

#AF452A color RGB value is (175,69,42).

  • red value is 175;
  • green value is 69;
  • blue value is 42.
RGB:
(175,69,42)
(69%,27%,16%)

RGB channels and saturation

R 175 of 255 = 69%
G 69 of 255 = 27%
B 42 of 255 = 16%

175
69
42

R + G + B ~ 37%. #AF452A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
175 + 69 + 42 = 286 (100%)
R 175 of 286 ~ 61.19%
G 69 of 286 ~ 24.13%
B 42 of 286 ~ 14.69%

%61.19
%24.13
%14.69

CMYK color model

#AF452A color CMYK value is (0,61,76,31).

  • cyan value is 0.00%
  • magenta value is 60.57%
  • yellow value is 76.00%
  • key color value is 31.37%
CMYK:
(0,61,76,31)
C0M61Y76K31 
(0%,61%,76%,31%)
(0.00/0.61/0.76/0.31)	

CMYK percentages

%0
%60.57
%76
%31.37

Codes

Color #AF452A in popluar color models

AF452A
RGB1756942
HSL12°61.29%42.55%
HSB/HSV12°76.00%68.63%
CMYK0.00%60.57%76.00%
31.37%

Color #AF452A in popluar number systems.

HEXAF452A
Decimal1756942
Binary101011111000101101010
Octal25710552

Shades and tints

Shades of #AF452A

#AF452A
(175,69,42)
#A03F27
(160,63,39)
#913924
(145,57,36)
#823321
(130,51,33)
#732D1E
(115,45,30)
#64271B
(100,39,27)
#552118
(85,33,24)
#461B15
(70,27,21)
#371512
(55,21,18)
#280F0F
(40,15,15)
#19090C
(25,9,12)
#000000
(0,0,0)

Tints of #AF452A

#AF452A
(175,69,42)
#B6553D
(182,85,61)
#BD6550
(189,101,80)
#C47563
(196,117,99)
#CB8576
(203,133,118)
#D29589
(210,149,137)
#D9A59C
(217,165,156)
#E0B5AF
(224,181,175)
#E7C5C2
(231,197,194)
#EED5D5
(238,213,213)
#F5E5E8
(245,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF452A color. Also use rgb(175,69,42) instead hex code.

Text Font Color

.myTextColor { color: #AF452A; }

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

This text font color is #AF452A.


Background Color

.myBgColor { background-color: #AF452A; }

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

This div background color is #AF452A.


Border color

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

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

This div border color is #AF452A.


Opacity

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

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

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

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

This text has shadow with #AF452A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF452A on black background.


Color preview on white background

This text has color #AF452A on white background.



Black color preview on #AF452A background

This text has black color on #AF452A background.


White color preview on #AF452A background

This text has white color on #AF452A background.