COLOR #AF7369

HEX: #AF7369
RGB: (175,115,105)

Color info

#AF7369 contains mainly red color. Web safe color of #AF7369 is #996666 (or #966).

RGB color model

#AF7369 color RGB value is (175,115,105).

  • red value is 175;
  • green value is 115;
  • blue value is 105.
RGB:
(175,115,105)
(69%,45%,41%)

RGB channels and saturation

R 175 of 255 = 69%
G 115 of 255 = 45%
B 105 of 255 = 41%

175
115
105

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

Portions of RGB colors in percentages

R + G + B =
175 + 115 + 105 = 395 (100%)
R 175 of 395 ~ 44.3%
G 115 of 395 ~ 29.11%
B 105 of 395 ~ 26.58%

%44.3
%29.11
%26.58

CMYK color model

#AF7369 color CMYK value is (0,34,40,31).

  • cyan value is 0.00%
  • magenta value is 34.29%
  • yellow value is 40.00%
  • key color value is 31.37%
CMYK:
(0,34,40,31)
C0M34Y40K31 
(0%,34%,40%,31%)
(0.00/0.34/0.40/0.31)	

CMYK percentages

%0
%34.29
%40
%31.37

Codes

Color #AF7369 in popluar color models

AF7369
RGB175115105
HSL30.43%54.90%
HSB/HSV40.00%68.63%
CMYK0.00%34.29%40.00%
31.37%

Color #AF7369 in popluar number systems.

HEXAF7369
Decimal175115105
Binary1010111111100111101001
Octal257163151

Shades and tints

Shades of #AF7369

#AF7369
(175,115,105)
#A06960
(160,105,96)
#915F57
(145,95,87)
#82554E
(130,85,78)
#734B45
(115,75,69)
#64413C
(100,65,60)
#553733
(85,55,51)
#462D2A
(70,45,42)
#372321
(55,35,33)
#281918
(40,25,24)
#190F0F
(25,15,15)
#000000
(0,0,0)

Tints of #AF7369

#AF7369
(175,115,105)
#B67F76
(182,127,118)
#BD8B83
(189,139,131)
#C49790
(196,151,144)
#CBA39D
(203,163,157)
#D2AFAA
(210,175,170)
#D9BBB7
(217,187,183)
#E0C7C4
(224,199,196)
#E7D3D1
(231,211,209)
#EEDFDE
(238,223,222)
#F5EBEB
(245,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF7369 color. Also use rgb(175,115,105) instead hex code.

Text Font Color

.myTextColor { color: #AF7369; }

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

This text font color is #AF7369.


Background Color

.myBgColor { background-color: #AF7369; }

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

This div background color is #AF7369.


Border color

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

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

This div border color is #AF7369.


Opacity

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

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

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

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

This text has shadow with #AF7369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7369 on black background.


Color preview on white background

This text has color #AF7369 on white background.



Black color preview on #AF7369 background

This text has black color on #AF7369 background.


White color preview on #AF7369 background

This text has white color on #AF7369 background.