COLOR #AF6562

HEX: #AF6562
RGB: (175,101,98)

Color info

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

RGB color model

#AF6562 color RGB value is (175,101,98).

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

RGB channels and saturation

R 175 of 255 = 69%
G 101 of 255 = 40%
B 98 of 255 = 38%

175
101
98

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

Portions of RGB colors in percentages

R + G + B =
175 + 101 + 98 = 374 (100%)
R 175 of 374 ~ 46.79%
G 101 of 374 ~ 27.01%
B 98 of 374 ~ 26.2%

%46.79
%27.01
%26.2

CMYK color model

#AF6562 color CMYK value is (0,42,44,31).

  • cyan value is 0.00%
  • magenta value is 42.29%
  • yellow value is 44.00%
  • key color value is 31.37%
CMYK:
(0,42,44,31)
C0M42Y44K31 
(0%,42%,44%,31%)
(0.00/0.42/0.44/0.31)	

CMYK percentages

%0
%42.29
%44
%31.37

Codes

Color #AF6562 in popluar color models

AF6562
RGB17510198
HSL32.49%53.53%
HSB/HSV44.00%68.63%
CMYK0.00%42.29%44.00%
31.37%

Color #AF6562 in popluar number systems.

HEXAF6562
Decimal17510198
Binary1010111111001011100010
Octal257145142

Shades and tints

Shades of #AF6562

#AF6562
(175,101,98)
#A05C5A
(160,92,90)
#915352
(145,83,82)
#824A4A
(130,74,74)
#734142
(115,65,66)
#64383A
(100,56,58)
#552F32
(85,47,50)
#46262A
(70,38,42)
#371D22
(55,29,34)
#28141A
(40,20,26)
#190B12
(25,11,18)
#000000
(0,0,0)

Tints of #AF6562

#AF6562
(175,101,98)
#B67370
(182,115,112)
#BD817E
(189,129,126)
#C48F8C
(196,143,140)
#CB9D9A
(203,157,154)
#D2ABA8
(210,171,168)
#D9B9B6
(217,185,182)
#E0C7C4
(224,199,196)
#E7D5D2
(231,213,210)
#EEE3E0
(238,227,224)
#F5F1EE
(245,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF6562; }

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

This text font color is #AF6562.


Background Color

.myBgColor { background-color: #AF6562; }

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

This div background color is #AF6562.


Border color

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

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

This div border color is #AF6562.


Opacity

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

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

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

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

This text has shadow with #AF6562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF6562 on black background.


Color preview on white background

This text has color #AF6562 on white background.



Black color preview on #AF6562 background

This text has black color on #AF6562 background.


White color preview on #AF6562 background

This text has white color on #AF6562 background.