COLOR #AF7851

HEX: #AF7851 RGB: (175,120,81)

Color info

#AF7851 contains mainly red and green colors. Web safe color of #AF7851 is #996666 (or #966).

RGB color model

#AF7851 color RGB value is (175,120,81).

RGB: (175,120,81) (69%, 47%, 32%)

RGB channels and saturation

R 175 of 255 = 69%
G 120 of 255 = 47%
B 81 of 255 = 32%

175
120
81

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

Portions of RGB colors in percentages

R + G + B = 175 + 120 + 81 = 376 (100%)
R 175 of 376 ~ 46.54%
G 120 of 376 ~ 31.91%
B 81 of 376 ~ 21.54'%

%46.54
%31.91
%21.54

CMYK color model

#AF7851 color CMYK value is (0,31,54,31).

  • cyan value is 0.00%
  • magenta value is 31.43%
  • yellow value is 53.71%
  • key color value is 31.37%

CMYK: (0,31,54,31)
C0M31Y54K31 (0%, 31%, 54%, 31%)
(0.00 / 0.31 / 0.54 / 0.31)

CMYK percentages

%0
%31.43
%53.71
%31.37

Codes

Color #AF7851 in popluar color models

AF 78 51
RGB 175 120 81
HSL 25° 37.01% 50.20%
HSB/HSV 25° 53.71% 68.63%
CMYK 0.00% 31.43% 53.71%
31.37%

Color #AF7851 in popluar number systems.

HEX AF 78 51
Decimal 175 120 81
Binary 10101111 1111000 1010001
Octal 257 170 121

Shades and tints

Shades of #AF7851

#AF7851
(175,120,81)
#A06E4A
(160,110,74)
#916443
(145,100,67)
#825A3C
(130,90,60)
#735035
(115,80,53)
#64462E
(100,70,46)
#553C27
(85,60,39)
#463220
(70,50,32)
#372819
(55,40,25)
#281E12
(40,30,18)
#19140B
(25,20,11)
#000000
(0,0,0)

Tints of #AF7851

#AF7851
(175,120,81)
#B68460
(182,132,96)
#BD906F
(189,144,111)
#C49C7E
(196,156,126)
#CBA88D
(203,168,141)
#D2B49C
(210,180,156)
#D9C0AB
(217,192,171)
#E0CCBA
(224,204,186)
#E7D8C9
(231,216,201)
#EEE4D8
(238,228,216)
#F5F0E7
(245,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF7851 color. Also use rgb(175,120,81) instead hex code.

Text Font Color

.myTextColor { color: #AF7851; }

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

This text font color is #AF7851.

Background Color

.myBgColor { background-color: #AF7851; }

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

This div background color is #AF7851.

Border color

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

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

This div border color is #AF7851.

Opacity

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

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

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

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

This text has shadow with #AF7851 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF7851.

Preview

Color preview on black background

This text has color #AF7851 on black background.


Color preview on white background

This text has color #AF7851 on white background.


Black color preview on #AF7851 background

This text has black color on #AF7851 background.


White color preview on #AF7851 background

This text has white color on #AF7851 background.


Related colors

Complementary color

Complementary color for #hex is #5087AE.


I love getcolorcode.com

Triadic colors

1 #51AF78 and #7851AF with #AF7851 are triadic colors.

2 #5178AF and #78AF51 with #AF7851 are triadic colors.