COLOR #AF8634

HEX: #AF8634 RGB: (175,134,52)

Color info

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

RGB color model

#AF8634 color RGB value is (175,134,52).

RGB: (175,134,52) (69%, 53%, 20%)

RGB channels and saturation

R 175 of 255 = 69%
G 134 of 255 = 53%
B 52 of 255 = 20%

175
134
52

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

Portions of RGB colors in percentages

R + G + B = 175 + 134 + 52 = 361 (100%)
R 175 of 361 ~ 48.48%
G 134 of 361 ~ 37.12%
B 52 of 361 ~ 14.4'%

%48.48
%37.12
%14.4

CMYK color model

#AF8634 color CMYK value is (0,23,70,31).

  • cyan value is 0.00%
  • magenta value is 23.43%
  • yellow value is 70.29%
  • key color value is 31.37%

CMYK: (0,23,70,31)
C0M23Y70K31 (0%, 23%, 70%, 31%)
(0.00 / 0.23 / 0.70 / 0.31)

CMYK percentages

%0
%23.43
%70.29
%31.37

Codes

Color #AF8634 in popluar color models

AF 86 34
RGB 175 134 52
HSL 40° 54.19% 44.51%
HSB/HSV 40° 70.29% 68.63%
CMYK 0.00% 23.43% 70.29%
31.37%

Color #AF8634 in popluar number systems.

HEX AF 86 34
Decimal 175 134 52
Binary 10101111 10000110 110100
Octal 257 206 64

Shades and tints

Shades of #AF8634

#AF8634
(175,134,52)
#A07A30
(160,122,48)
#916E2C
(145,110,44)
#826228
(130,98,40)
#735624
(115,86,36)
#644A20
(100,74,32)
#553E1C
(85,62,28)
#463218
(70,50,24)
#372614
(55,38,20)
#281A10
(40,26,16)
#190E0C
(25,14,12)
#000000
(0,0,0)

Tints of #AF8634

#AF8634
(175,134,52)
#B69146
(182,145,70)
#BD9C58
(189,156,88)
#C4A76A
(196,167,106)
#CBB27C
(203,178,124)
#D2BD8E
(210,189,142)
#D9C8A0
(217,200,160)
#E0D3B2
(224,211,178)
#E7DEC4
(231,222,196)
#EEE9D6
(238,233,214)
#F5F4E8
(245,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8634 color. Also use rgb(175,134,52) instead hex code.

Text Font Color

.myTextColor { color: #AF8634; }

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

This text font color is #AF8634.

Background Color

.myBgColor { background-color: #AF8634; }

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

This div background color is #AF8634.

Border color

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

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

This div border color is #AF8634.

Opacity

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

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

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

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

This text has shadow with #AF8634 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF8634.

Preview

Color preview on black background

This text has color #AF8634 on black background.


Color preview on white background

This text has color #AF8634 on white background.


Black color preview on #AF8634 background

This text has black color on #AF8634 background.


White color preview on #AF8634 background

This text has white color on #AF8634 background.


Related colors

Complementary color

Complementary color for #hex is #5079CB.


I love getcolorcode.com

Triadic colors

1 #34AF86 and #8634AF with #AF8634 are triadic colors.

2 #3486AF and #86AF34 with #AF8634 are triadic colors.