COLOR #AF623E

HEX: #AF623E
RGB: (175,98,62)

Color info

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

RGB color model

#AF623E color RGB value is (175,98,62).

  • red value is 175;
  • green value is 98;
  • blue value is 62.
RGB:
(175,98,62)
(69%,38%,24%)

RGB channels and saturation

R 175 of 255 = 69%
G 98 of 255 = 38%
B 62 of 255 = 24%

175
98
62

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

Portions of RGB colors in percentages

R + G + B =
175 + 98 + 62 = 335 (100%)
R 175 of 335 ~ 52.24%
G 98 of 335 ~ 29.25%
B 62 of 335 ~ 18.51%

%52.24
%29.25
%18.51

CMYK color model

#AF623E color CMYK value is (0,44,65,31).

  • cyan value is 0.00%
  • magenta value is 44.00%
  • yellow value is 64.57%
  • key color value is 31.37%
CMYK:
(0,44,65,31)
C0M44Y65K31 
(0%,44%,65%,31%)
(0.00/0.44/0.65/0.31)	

CMYK percentages

%0
%44
%64.57
%31.37

Codes

Color #AF623E in popluar color models

AF623E
RGB1759862
HSL19°47.68%46.47%
HSB/HSV19°64.57%68.63%
CMYK0.00%44.00%64.57%
31.37%

Color #AF623E in popluar number systems.

HEXAF623E
Decimal1759862
Binary101011111100010111110
Octal25714276

Shades and tints

Shades of #AF623E

#AF623E
(175,98,62)
#A05A39
(160,90,57)
#915234
(145,82,52)
#824A2F
(130,74,47)
#73422A
(115,66,42)
#643A25
(100,58,37)
#553220
(85,50,32)
#462A1B
(70,42,27)
#372216
(55,34,22)
#281A11
(40,26,17)
#19120C
(25,18,12)
#000000
(0,0,0)

Tints of #AF623E

#AF623E
(175,98,62)
#B6704F
(182,112,79)
#BD7E60
(189,126,96)
#C48C71
(196,140,113)
#CB9A82
(203,154,130)
#D2A893
(210,168,147)
#D9B6A4
(217,182,164)
#E0C4B5
(224,196,181)
#E7D2C6
(231,210,198)
#EEE0D7
(238,224,215)
#F5EEE8
(245,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF623E color. Also use rgb(175,98,62) instead hex code.

Text Font Color

.myTextColor { color: #AF623E; }

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

This text font color is #AF623E.


Background Color

.myBgColor { background-color: #AF623E; }

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

This div background color is #AF623E.


Border color

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

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

This div border color is #AF623E.


Opacity

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

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

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

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

This text has shadow with #AF623E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF623E on black background.


Color preview on white background

This text has color #AF623E on white background.



Black color preview on #AF623E background

This text has black color on #AF623E background.


White color preview on #AF623E background

This text has white color on #AF623E background.