COLOR #AFA398

HEX: #AFA398
RGB: (175,163,152)

Color info

#AFA398 contains red, green and blue colors in about the same proportion. Web safe color of #AFA398 is #999999 (or #999).

RGB color model

#AFA398 color RGB value is (175,163,152).

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

RGB channels and saturation

R 175 of 255 = 69%
G 163 of 255 = 64%
B 152 of 255 = 60%

175
163
152

R + G + B ~ 64%. #AFA398 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 163 + 152 = 490 (100%)
R 175 of 490 ~ 35.71%
G 163 of 490 ~ 33.27%
B 152 of 490 ~ 31.02%

%35.71
%33.27
%31.02

CMYK color model

#AFA398 color CMYK value is (0,7,13,31).

  • cyan value is 0.00%
  • magenta value is 6.86%
  • yellow value is 13.14%
  • key color value is 31.37%
CMYK:
(0,7,13,31)
C0M7Y13K31 
(0%,7%,13%,31%)
(0.00/0.07/0.13/0.31)	

CMYK percentages

%0
%6.86
%13.14
%31.37

Codes

Color #AFA398 in popluar color models

AFA398
RGB175163152
HSL29°12.57%64.12%
HSB/HSV29°13.14%68.63%
CMYK0.00%6.86%13.14%
31.37%

Color #AFA398 in popluar number systems.

HEXAFA398
Decimal175163152
Binary101011111010001110011000
Octal257243230

Shades and tints

Shades of #AFA398

#AFA398
(175,163,152)
#A0958B
(160,149,139)
#91877E
(145,135,126)
#827971
(130,121,113)
#736B64
(115,107,100)
#645D57
(100,93,87)
#554F4A
(85,79,74)
#46413D
(70,65,61)
#373330
(55,51,48)
#282523
(40,37,35)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #AFA398

#AFA398
(175,163,152)
#B6ABA1
(182,171,161)
#BDB3AA
(189,179,170)
#C4BBB3
(196,187,179)
#CBC3BC
(203,195,188)
#D2CBC5
(210,203,197)
#D9D3CE
(217,211,206)
#E0DBD7
(224,219,215)
#E7E3E0
(231,227,224)
#EEEBE9
(238,235,233)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA398; }

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

This text font color is #AFA398.


Background Color

.myBgColor { background-color: #AFA398; }

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

This div background color is #AFA398.


Border color

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

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

This div border color is #AFA398.


Opacity

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

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

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

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

This text has shadow with #AFA398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA398 on black background.


Color preview on white background

This text has color #AFA398 on white background.



Black color preview on #AFA398 background

This text has black color on #AFA398 background.


White color preview on #AFA398 background

This text has white color on #AFA398 background.