COLOR #AF8360

HEX: #AF8360 RGB: (175,131,96)

Color info

#AF8360 contains mainly red and green colors. Web safe color of #AF8360 is #999966 (or #996).

RGB color model

#AF8360 color RGB value is (175,131,96).

RGB: (175,131,96) (69%, 51%, 38%)

RGB channels and saturation

R 175 of 255 = 69%
G 131 of 255 = 51%
B 96 of 255 = 38%

175
131
96

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

Portions of RGB colors in percentages

R + G + B = 175 + 131 + 96 = 402 (100%)
R 175 of 402 ~ 43.53%
G 131 of 402 ~ 32.59%
B 96 of 402 ~ 23.88'%

%43.53
%32.59
%23.88

CMYK color model

#AF8360 color CMYK value is (0,25,45,31).

  • cyan value is 0.00%
  • magenta value is 25.14%
  • yellow value is 45.14%
  • key color value is 31.37%

CMYK: (0,25,45,31)
C0M25Y45K31 (0%, 25%, 45%, 31%)
(0.00 / 0.25 / 0.45 / 0.31)

CMYK percentages

%0
%25.14
%45.14
%31.37

Codes

Color #AF8360 in popluar color models

AF 83 60
RGB 175 131 96
HSL 27° 33.05% 53.14%
HSB/HSV 27° 45.14% 68.63%
CMYK 0.00% 25.14% 45.14%
31.37%

Color #AF8360 in popluar number systems.

HEX AF 83 60
Decimal 175 131 96
Binary 10101111 10000011 1100000
Octal 257 203 140

Shades and tints

Shades of #AF8360

#AF8360
(175,131,96)
#A07858
(160,120,88)
#916D50
(145,109,80)
#826248
(130,98,72)
#735740
(115,87,64)
#644C38
(100,76,56)
#554130
(85,65,48)
#463628
(70,54,40)
#372B20
(55,43,32)
#282018
(40,32,24)
#191510
(25,21,16)
#000000
(0,0,0)

Tints of #AF8360

#AF8360
(175,131,96)
#B68E6E
(182,142,110)
#BD997C
(189,153,124)
#C4A48A
(196,164,138)
#CBAF98
(203,175,152)
#D2BAA6
(210,186,166)
#D9C5B4
(217,197,180)
#E0D0C2
(224,208,194)
#E7DBD0
(231,219,208)
#EEE6DE
(238,230,222)
#F5F1EC
(245,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8360 color. Also use rgb(175,131,96) instead hex code.

Text Font Color

.myTextColor { color: #AF8360; }

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

This text font color is #AF8360.

Background Color

.myBgColor { background-color: #AF8360; }

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

This div background color is #AF8360.

Border color

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

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

This div border color is #AF8360.

Opacity

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

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

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

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

This text has shadow with #AF8360 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF8360.

Preview

Color preview on black background

This text has color #AF8360 on black background.


Color preview on white background

This text has color #AF8360 on white background.


Black color preview on #AF8360 background

This text has black color on #AF8360 background.


White color preview on #AF8360 background

This text has white color on #AF8360 background.


Related colors

Complementary color

Complementary color for #hex is #507C9F.


I love getcolorcode.com

Triadic colors

1 #60AF83 and #8360AF with #AF8360 are triadic colors.

2 #6083AF and #83AF60 with #AF8360 are triadic colors.