COLOR #AF602E

HEX: #AF602E
RGB: (175,96,46)

Color info

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

RGB color model

#AF602E color RGB value is (175,96,46).

  • red value is 175;
  • green value is 96;
  • blue value is 46.
RGB:
(175,96,46)
(69%,38%,18%)

RGB channels and saturation

R 175 of 255 = 69%
G 96 of 255 = 38%
B 46 of 255 = 18%

175
96
46

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

Portions of RGB colors in percentages

R + G + B =
175 + 96 + 46 = 317 (100%)
R 175 of 317 ~ 55.21%
G 96 of 317 ~ 30.28%
B 46 of 317 ~ 14.51%

%55.21
%30.28
%14.51

CMYK color model

#AF602E color CMYK value is (0,45,74,31).

  • cyan value is 0.00%
  • magenta value is 45.14%
  • yellow value is 73.71%
  • key color value is 31.37%
CMYK:
(0,45,74,31)
C0M45Y74K31 
(0%,45%,74%,31%)
(0.00/0.45/0.74/0.31)	

CMYK percentages

%0
%45.14
%73.71
%31.37

Codes

Color #AF602E in popluar color models

AF602E
RGB1759646
HSL23°58.37%43.33%
HSB/HSV23°73.71%68.63%
CMYK0.00%45.14%73.71%
31.37%

Color #AF602E in popluar number systems.

HEXAF602E
Decimal1759646
Binary101011111100000101110
Octal25714056

Shades and tints

Shades of #AF602E

#AF602E
(175,96,46)
#A0582A
(160,88,42)
#915026
(145,80,38)
#824822
(130,72,34)
#73401E
(115,64,30)
#64381A
(100,56,26)
#553016
(85,48,22)
#462812
(70,40,18)
#37200E
(55,32,14)
#28180A
(40,24,10)
#191006
(25,16,6)
#000000
(0,0,0)

Tints of #AF602E

#AF602E
(175,96,46)
#B66E41
(182,110,65)
#BD7C54
(189,124,84)
#C48A67
(196,138,103)
#CB987A
(203,152,122)
#D2A68D
(210,166,141)
#D9B4A0
(217,180,160)
#E0C2B3
(224,194,179)
#E7D0C6
(231,208,198)
#EEDED9
(238,222,217)
#F5ECEC
(245,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF602E color. Also use rgb(175,96,46) instead hex code.

Text Font Color

.myTextColor { color: #AF602E; }

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

This text font color is #AF602E.


Background Color

.myBgColor { background-color: #AF602E; }

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

This div background color is #AF602E.


Border color

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

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

This div border color is #AF602E.


Opacity

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

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

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

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

This text has shadow with #AF602E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF602E on black background.


Color preview on white background

This text has color #AF602E on white background.



Black color preview on #AF602E background

This text has black color on #AF602E background.


White color preview on #AF602E background

This text has white color on #AF602E background.