COLOR #AF9F51

HEX: #AF9F51 RGB: (175,159,81)

Color info

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

RGB color model

#AF9F51 color RGB value is (175,159,81).

RGB: (175,159,81) (69%, 62%, 32%)

RGB channels and saturation

R 175 of 255 = 69%
G 159 of 255 = 62%
B 81 of 255 = 32%

175
159
81

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

Portions of RGB colors in percentages

R + G + B = 175 + 159 + 81 = 415 (100%)
R 175 of 415 ~ 42.17%
G 159 of 415 ~ 38.31%
B 81 of 415 ~ 19.52'%

%42.17
%38.31
%19.52

CMYK color model

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

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

CMYK: (0,9,54,31)
C0M9Y54K31 (0%, 9%, 54%, 31%)
(0.00 / 0.09 / 0.54 / 0.31)

CMYK percentages

%0
%9.14
%53.71
%31.37

Codes

Color #AF9F51 in popluar color models

AF 9F 51
RGB 175 159 81
HSL 50° 37.01% 50.20%
HSB/HSV 50° 53.71% 68.63%
CMYK 0.00% 9.14% 53.71%
31.37%

Color #AF9F51 in popluar number systems.

HEX AF 9F 51
Decimal 175 159 81
Binary 10101111 10011111 1010001
Octal 257 237 121

Shades and tints

Shades of #AF9F51

#AF9F51
(175,159,81)
#A0914A
(160,145,74)
#918343
(145,131,67)
#82753C
(130,117,60)
#736735
(115,103,53)
#64592E
(100,89,46)
#554B27
(85,75,39)
#463D20
(70,61,32)
#372F19
(55,47,25)
#282112
(40,33,18)
#19130B
(25,19,11)
#000000
(0,0,0)

Tints of #AF9F51

#AF9F51
(175,159,81)
#B6A760
(182,167,96)
#BDAF6F
(189,175,111)
#C4B77E
(196,183,126)
#CBBF8D
(203,191,141)
#D2C79C
(210,199,156)
#D9CFAB
(217,207,171)
#E0D7BA
(224,215,186)
#E7DFC9
(231,223,201)
#EEE7D8
(238,231,216)
#F5EFE7
(245,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9F51; }

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

This text font color is #AF9F51.

Background Color

.myBgColor { background-color: #AF9F51; }

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

This div background color is #AF9F51.

Border color

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

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

This div border color is #AF9F51.

Opacity

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

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

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

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

This text has shadow with #AF9F51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9F51.

Preview

Color preview on black background

This text has color #AF9F51 on black background.


Color preview on white background

This text has color #AF9F51 on white background.


Black color preview on #AF9F51 background

This text has black color on #AF9F51 background.


White color preview on #AF9F51 background

This text has white color on #AF9F51 background.


Related colors

Complementary color

Complementary color for #hex is #5060AE.


I love getcolorcode.com

Triadic colors

1 #51AF9F and #9F51AF with #AF9F51 are triadic colors.

2 #519FAF and #9FAF51 with #AF9F51 are triadic colors.