COLOR #AF8145

HEX: #AF8145 RGB: (175,129,69)

Color info

#AF8145 contains mainly red and green colors. Web safe color of #AF8145 is #999933 (or #993).

RGB color model

#AF8145 color RGB value is (175,129,69).

RGB: (175,129,69) (69%, 51%, 27%)

RGB channels and saturation

R 175 of 255 = 69%
G 129 of 255 = 51%
B 69 of 255 = 27%

175
129
69

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

Portions of RGB colors in percentages

R + G + B = 175 + 129 + 69 = 373 (100%)
R 175 of 373 ~ 46.92%
G 129 of 373 ~ 34.58%
B 69 of 373 ~ 18.5'%

%46.92
%34.58
%18.5

CMYK color model

#AF8145 color CMYK value is (0,26,61,31).

  • cyan value is 0.00%
  • magenta value is 26.29%
  • yellow value is 60.57%
  • key color value is 31.37%

CMYK: (0,26,61,31)
C0M26Y61K31 (0%, 26%, 61%, 31%)
(0.00 / 0.26 / 0.61 / 0.31)

CMYK percentages

%0
%26.29
%60.57
%31.37

Codes

Color #AF8145 in popluar color models

AF 81 45
RGB 175 129 69
HSL 34° 43.44% 47.84%
HSB/HSV 34° 60.57% 68.63%
CMYK 0.00% 26.29% 60.57%
31.37%

Color #AF8145 in popluar number systems.

HEX AF 81 45
Decimal 175 129 69
Binary 10101111 10000001 1000101
Octal 257 201 105

Shades and tints

Shades of #AF8145

#AF8145
(175,129,69)
#A0763F
(160,118,63)
#916B39
(145,107,57)
#826033
(130,96,51)
#73552D
(115,85,45)
#644A27
(100,74,39)
#553F21
(85,63,33)
#46341B
(70,52,27)
#372915
(55,41,21)
#281E0F
(40,30,15)
#191309
(25,19,9)
#000000
(0,0,0)

Tints of #AF8145

#AF8145
(175,129,69)
#B68C55
(182,140,85)
#BD9765
(189,151,101)
#C4A275
(196,162,117)
#CBAD85
(203,173,133)
#D2B895
(210,184,149)
#D9C3A5
(217,195,165)
#E0CEB5
(224,206,181)
#E7D9C5
(231,217,197)
#EEE4D5
(238,228,213)
#F5EFE5
(245,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8145 color. Also use rgb(175,129,69) instead hex code.

Text Font Color

.myTextColor { color: #AF8145; }

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

This text font color is #AF8145.

Background Color

.myBgColor { background-color: #AF8145; }

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

This div background color is #AF8145.

Border color

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

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

This div border color is #AF8145.

Opacity

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

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

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

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

This text has shadow with #AF8145 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF8145.

Preview

Color preview on black background

This text has color #AF8145 on black background.


Color preview on white background

This text has color #AF8145 on white background.


Black color preview on #AF8145 background

This text has black color on #AF8145 background.


White color preview on #AF8145 background

This text has white color on #AF8145 background.


Related colors

Complementary color

Complementary color for #hex is #507EBA.


I love getcolorcode.com

Triadic colors

1 #45AF81 and #8145AF with #AF8145 are triadic colors.

2 #4581AF and #81AF45 with #AF8145 are triadic colors.