COLOR #AFA799

HEX: #AFA799
RGB: (175,167,153)

Color info

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

RGB color model

#AFA799 color RGB value is (175,167,153).

  • red value is 175;
  • green value is 167;
  • blue value is 153.
RGB:
(175,167,153)
(69%,65%,60%)

RGB channels and saturation

R 175 of 255 = 69%
G 167 of 255 = 65%
B 153 of 255 = 60%

175
167
153

R + G + B ~ 65%. #AFA799 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 167 + 153 = 495 (100%)
R 175 of 495 ~ 35.35%
G 167 of 495 ~ 33.74%
B 153 of 495 ~ 30.91%

%35.35
%33.74
%30.91

CMYK color model

#AFA799 color CMYK value is (0,5,13,31).

  • cyan value is 0.00%
  • magenta value is 4.57%
  • yellow value is 12.57%
  • key color value is 31.37%
CMYK:
(0,5,13,31)
C0M5Y13K31 
(0%,5%,13%,31%)
(0.00/0.05/0.13/0.31)	

CMYK percentages

%0
%4.57
%12.57
%31.37

Codes

Color #AFA799 in popluar color models

AFA799
RGB175167153
HSL38°12.09%64.31%
HSB/HSV38°12.57%68.63%
CMYK0.00%4.57%12.57%
31.37%

Color #AFA799 in popluar number systems.

HEXAFA799
Decimal175167153
Binary101011111010011110011001
Octal257247231

Shades and tints

Shades of #AFA799

#AFA799
(175,167,153)
#A0988C
(160,152,140)
#91897F
(145,137,127)
#827A72
(130,122,114)
#736B65
(115,107,101)
#645C58
(100,92,88)
#554D4B
(85,77,75)
#463E3E
(70,62,62)
#372F31
(55,47,49)
#282024
(40,32,36)
#191117
(25,17,23)
#000000
(0,0,0)

Tints of #AFA799

#AFA799
(175,167,153)
#B6AFA2
(182,175,162)
#BDB7AB
(189,183,171)
#C4BFB4
(196,191,180)
#CBC7BD
(203,199,189)
#D2CFC6
(210,207,198)
#D9D7CF
(217,215,207)
#E0DFD8
(224,223,216)
#E7E7E1
(231,231,225)
#EEEFEA
(238,239,234)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA799 color. Also use rgb(175,167,153) instead hex code.

Text Font Color

.myTextColor { color: #AFA799; }

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

This text font color is #AFA799.


Background Color

.myBgColor { background-color: #AFA799; }

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

This div background color is #AFA799.


Border color

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

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

This div border color is #AFA799.


Opacity

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

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

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

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

This text has shadow with #AFA799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA799 on black background.


Color preview on white background

This text has color #AFA799 on white background.



Black color preview on #AFA799 background

This text has black color on #AFA799 background.


White color preview on #AFA799 background

This text has white color on #AFA799 background.