COLOR #AF6256

HEX: #AF6256 RGB: (175,98,86)

Color info

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

RGB color model

#AF6256 color RGB value is (175,98,86).

RGB: (175,98,86) (69%, 38%, 34%)

RGB channels and saturation

R 175 of 255 = 69%
G 98 of 255 = 38%
B 86 of 255 = 34%

175
98
86

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

Portions of RGB colors in percentages

R + G + B = 175 + 98 + 86 = 359 (100%)
R 175 of 359 ~ 48.75%
G 98 of 359 ~ 27.3%
B 86 of 359 ~ 23.96'%

%48.75
%27.3
%23.96

CMYK color model

#AF6256 color CMYK value is (0,44,51,31).

  • cyan value is 0.00%
  • magenta value is 44.00%
  • yellow value is 50.86%
  • key color value is 31.37%

CMYK: (0,44,51,31)
C0M44Y51K31 (0%, 44%, 51%, 31%)
(0.00 / 0.44 / 0.51 / 0.31)

CMYK percentages

%0
%44
%50.86
%31.37

Codes

Color #AF6256 in popluar color models

AF 62 56
RGB 175 98 86
HSL 35.74% 51.18%
HSB/HSV 50.86% 68.63%
CMYK 0.00% 44.00% 50.86%
31.37%

Color #AF6256 in popluar number systems.

HEX AF 62 56
Decimal 175 98 86
Binary 10101111 1100010 1010110
Octal 257 142 126

Shades and tints

Shades of #AF6256

#AF6256
(175,98,86)
#A05A4F
(160,90,79)
#915248
(145,82,72)
#824A41
(130,74,65)
#73423A
(115,66,58)
#643A33
(100,58,51)
#55322C
(85,50,44)
#462A25
(70,42,37)
#37221E
(55,34,30)
#281A17
(40,26,23)
#191210
(25,18,16)
#000000
(0,0,0)

Tints of #AF6256

#AF6256
(175,98,86)
#B67065
(182,112,101)
#BD7E74
(189,126,116)
#C48C83
(196,140,131)
#CB9A92
(203,154,146)
#D2A8A1
(210,168,161)
#D9B6B0
(217,182,176)
#E0C4BF
(224,196,191)
#E7D2CE
(231,210,206)
#EEE0DD
(238,224,221)
#F5EEEC
(245,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF6256; }

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

This text font color is #AF6256.

Background Color

.myBgColor { background-color: #AF6256; }

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

This div background color is #AF6256.

Border color

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

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

This div border color is #AF6256.

Opacity

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

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

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

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

This text has shadow with #AF6256 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF6256.

Preview

Color preview on black background

This text has color #AF6256 on black background.


Color preview on white background

This text has color #AF6256 on white background.


Black color preview on #AF6256 background

This text has black color on #AF6256 background.


White color preview on #AF6256 background

This text has white color on #AF6256 background.


Related colors

Complementary color

Complementary color for #hex is #509DA9.


I love getcolorcode.com

Triadic colors

1 #56AF62 and #6256AF with #AF6256 are triadic colors.

2 #5662AF and #62AF56 with #AF6256 are triadic colors.