COLOR #AFA359

HEX: #AFA359
RGB: (175,163,89)

Color info

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

RGB color model

#AFA359 color RGB value is (175,163,89).

  • red value is 175;
  • green value is 163;
  • blue value is 89.
RGB:
(175,163,89)
(69%,64%,35%)

RGB channels and saturation

R 175 of 255 = 69%
G 163 of 255 = 64%
B 89 of 255 = 35%

175
163
89

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

Portions of RGB colors in percentages

R + G + B =
175 + 163 + 89 = 427 (100%)
R 175 of 427 ~ 40.98%
G 163 of 427 ~ 38.17%
B 89 of 427 ~ 20.84%

%40.98
%38.17
%20.84

CMYK color model

#AFA359 color CMYK value is (0,7,49,31).

  • cyan value is 0.00%
  • magenta value is 6.86%
  • yellow value is 49.14%
  • key color value is 31.37%
CMYK:
(0,7,49,31)
C0M7Y49K31 
(0%,7%,49%,31%)
(0.00/0.07/0.49/0.31)	

CMYK percentages

%0
%6.86
%49.14
%31.37

Codes

Color #AFA359 in popluar color models

AFA359
RGB17516389
HSL52°34.96%51.76%
HSB/HSV52°49.14%68.63%
CMYK0.00%6.86%49.14%
31.37%

Color #AFA359 in popluar number systems.

HEXAFA359
Decimal17516389
Binary10101111101000111011001
Octal257243131

Shades and tints

Shades of #AFA359

#AFA359
(175,163,89)
#A09551
(160,149,81)
#918749
(145,135,73)
#827941
(130,121,65)
#736B39
(115,107,57)
#645D31
(100,93,49)
#554F29
(85,79,41)
#464121
(70,65,33)
#373319
(55,51,25)
#282511
(40,37,17)
#191709
(25,23,9)
#000000
(0,0,0)

Tints of #AFA359

#AFA359
(175,163,89)
#B6AB68
(182,171,104)
#BDB377
(189,179,119)
#C4BB86
(196,187,134)
#CBC395
(203,195,149)
#D2CBA4
(210,203,164)
#D9D3B3
(217,211,179)
#E0DBC2
(224,219,194)
#E7E3D1
(231,227,209)
#EEEBE0
(238,235,224)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA359 color. Also use rgb(175,163,89) instead hex code.

Text Font Color

.myTextColor { color: #AFA359; }

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

This text font color is #AFA359.


Background Color

.myBgColor { background-color: #AFA359; }

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

This div background color is #AFA359.


Border color

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

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

This div border color is #AFA359.


Opacity

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

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

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

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

This text has shadow with #AFA359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA359 on black background.


Color preview on white background

This text has color #AFA359 on white background.



Black color preview on #AFA359 background

This text has black color on #AFA359 background.


White color preview on #AFA359 background

This text has white color on #AFA359 background.