COLOR #AF5826

HEX: #AF5826
RGB: (175,88,38)

Color info

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

RGB color model

#AF5826 color RGB value is (175,88,38).

  • red value is 175;
  • green value is 88;
  • blue value is 38.
RGB:
(175,88,38)
(69%,35%,15%)

RGB channels and saturation

R 175 of 255 = 69%
G 88 of 255 = 35%
B 38 of 255 = 15%

175
88
38

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

Portions of RGB colors in percentages

R + G + B =
175 + 88 + 38 = 301 (100%)
R 175 of 301 ~ 58.14%
G 88 of 301 ~ 29.24%
B 38 of 301 ~ 12.62%

%58.14
%29.24
%12.62

CMYK color model

#AF5826 color CMYK value is (0,50,78,31).

  • cyan value is 0.00%
  • magenta value is 49.71%
  • yellow value is 78.29%
  • key color value is 31.37%
CMYK:
(0,50,78,31)
C0M50Y78K31 
(0%,50%,78%,31%)
(0.00/0.50/0.78/0.31)	

CMYK percentages

%0
%49.71
%78.29
%31.37

Codes

Color #AF5826 in popluar color models

AF5826
RGB1758838
HSL22°64.32%41.76%
HSB/HSV22°78.29%68.63%
CMYK0.00%49.71%78.29%
31.37%

Color #AF5826 in popluar number systems.

HEXAF5826
Decimal1758838
Binary101011111011000100110
Octal25713046

Shades and tints

Shades of #AF5826

#AF5826
(175,88,38)
#A05023
(160,80,35)
#914820
(145,72,32)
#82401D
(130,64,29)
#73381A
(115,56,26)
#643017
(100,48,23)
#552814
(85,40,20)
#462011
(70,32,17)
#37180E
(55,24,14)
#28100B
(40,16,11)
#190808
(25,8,8)
#000000
(0,0,0)

Tints of #AF5826

#AF5826
(175,88,38)
#B66739
(182,103,57)
#BD764C
(189,118,76)
#C4855F
(196,133,95)
#CB9472
(203,148,114)
#D2A385
(210,163,133)
#D9B298
(217,178,152)
#E0C1AB
(224,193,171)
#E7D0BE
(231,208,190)
#EEDFD1
(238,223,209)
#F5EEE4
(245,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF5826 color. Also use rgb(175,88,38) instead hex code.

Text Font Color

.myTextColor { color: #AF5826; }

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

This text font color is #AF5826.


Background Color

.myBgColor { background-color: #AF5826; }

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

This div background color is #AF5826.


Border color

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

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

This div border color is #AF5826.


Opacity

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

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

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

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

This text has shadow with #AF5826 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF5826 on black background.


Color preview on white background

This text has color #AF5826 on white background.



Black color preview on #AF5826 background

This text has black color on #AF5826 background.


White color preview on #AF5826 background

This text has white color on #AF5826 background.