COLOR #AF6840

HEX: #AF6840 RGB: (175,104,64)

Color info

#AF6840 contains mainly red color. Web safe color of #AF6840 is #996633 (or #963).

RGB color model

#AF6840 color RGB value is (175,104,64).

RGB: (175,104,64) (69%, 41%, 25%)

RGB channels and saturation

R 175 of 255 = 69%
G 104 of 255 = 41%
B 64 of 255 = 25%

175
104
64

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

Portions of RGB colors in percentages

R + G + B = 175 + 104 + 64 = 343 (100%)
R 175 of 343 ~ 51.02%
G 104 of 343 ~ 30.32%
B 64 of 343 ~ 18.66'%

%51.02
%30.32
%18.66

CMYK color model

#AF6840 color CMYK value is (0,41,63,31).

  • cyan value is 0.00%
  • magenta value is 40.57%
  • yellow value is 63.43%
  • key color value is 31.37%
CMYK: (0,41,63,31) C0M41Y63K31 (0%,41%,63%,31%) (0.00/0.41/0.63/0.31) 

CMYK percentages

%0
%40.57
%63.43
%31.37

Codes

Color #AF6840 in popluar color models

AF 68 40
RGB 175 104 64
HSL 22° 46.44% 46.86%
HSB/HSV 22° 63.43% 68.63%
CMYK 0.00% 40.57% 63.43%
31.37%

Color #AF6840 in popluar number systems.

HEX AF 68 40
Decimal 175 104 64
Binary 10101111 1101000 1000000
Octal 257 150 100

Shades and tints

Shades of #AF6840

#AF6840
(175,104,64)
#A05F3B
(160,95,59)
#915636
(145,86,54)
#824D31
(130,77,49)
#73442C
(115,68,44)
#643B27
(100,59,39)
#553222
(85,50,34)
#46291D
(70,41,29)
#372018
(55,32,24)
#281713
(40,23,19)
#190E0E
(25,14,14)
#000000
(0,0,0)

Tints of #AF6840

#AF6840
(175,104,64)
#B67551
(182,117,81)
#BD8262
(189,130,98)
#C48F73
(196,143,115)
#CB9C84
(203,156,132)
#D2A995
(210,169,149)
#D9B6A6
(217,182,166)
#E0C3B7
(224,195,183)
#E7D0C8
(231,208,200)
#EEDDD9
(238,221,217)
#F5EAEA
(245,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF6840 color. Also use rgb(175,104,64) instead hex code.

Text Font Color

.myTextColor { color: #AF6840; }

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

This text font color is #AF6840.

Background Color

.myBgColor { background-color: #AF6840; }

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

This div background color is #AF6840.

Border color

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

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

This div border color is #AF6840.

Opacity

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

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

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

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

This text has shadow with #AF6840 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF6840.

Preview

Color preview on black background

This text has color #AF6840 on black background.


Color preview on white background

This text has color #AF6840 on white background.


Black color preview on #AF6840 background

This text has black color on #AF6840 background.


White color preview on #AF6840 background

This text has white color on #AF6840 background.


Related colors

Complementary color

Complementary color for #hex is #5097BF.


I love getcolorcode.com

Triadic colors

1 #40AF68 and #6840AF with #AF6840 are triadic colors.

2 #4068AF and #68AF40 with #AF6840 are triadic colors.