COLOR #AFA499

HEX: #AFA499
RGB: (175,164,153)

Color info

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

RGB color model

#AFA499 color RGB value is (175,164,153).

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

RGB channels and saturation

R 175 of 255 = 69%
G 164 of 255 = 64%
B 153 of 255 = 60%

175
164
153

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

Portions of RGB colors in percentages

R + G + B =
175 + 164 + 153 = 492 (100%)
R 175 of 492 ~ 35.57%
G 164 of 492 ~ 33.33%
B 153 of 492 ~ 31.1%

%35.57
%33.33
%31.1

CMYK color model

#AFA499 color CMYK value is (0,6,13,31).

  • cyan value is 0.00%
  • magenta value is 6.29%
  • yellow value is 12.57%
  • key color value is 31.37%
CMYK:
(0,6,13,31)
C0M6Y13K31 
(0%,6%,13%,31%)
(0.00/0.06/0.13/0.31)	

CMYK percentages

%0
%6.29
%12.57
%31.37

Codes

Color #AFA499 in popluar color models

AFA499
RGB175164153
HSL30°12.09%64.31%
HSB/HSV30°12.57%68.63%
CMYK0.00%6.29%12.57%
31.37%

Color #AFA499 in popluar number systems.

HEXAFA499
Decimal175164153
Binary101011111010010010011001
Octal257244231

Shades and tints

Shades of #AFA499

#AFA499
(175,164,153)
#A0968C
(160,150,140)
#91887F
(145,136,127)
#827A72
(130,122,114)
#736C65
(115,108,101)
#645E58
(100,94,88)
#55504B
(85,80,75)
#46423E
(70,66,62)
#373431
(55,52,49)
#282624
(40,38,36)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #AFA499

#AFA499
(175,164,153)
#B6ACA2
(182,172,162)
#BDB4AB
(189,180,171)
#C4BCB4
(196,188,180)
#CBC4BD
(203,196,189)
#D2CCC6
(210,204,198)
#D9D4CF
(217,212,207)
#E0DCD8
(224,220,216)
#E7E4E1
(231,228,225)
#EEECEA
(238,236,234)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA499; }

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

This text font color is #AFA499.


Background Color

.myBgColor { background-color: #AFA499; }

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

This div background color is #AFA499.


Border color

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

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

This div border color is #AFA499.


Opacity

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

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

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

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

This text has shadow with #AFA499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA499 on black background.


Color preview on white background

This text has color #AFA499 on white background.



Black color preview on #AFA499 background

This text has black color on #AFA499 background.


White color preview on #AFA499 background

This text has white color on #AFA499 background.