COLOR #AFA69A

HEX: #AFA69A
RGB: (175,166,154)

Color info

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

RGB color model

#AFA69A color RGB value is (175,166,154).

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

RGB channels and saturation

R 175 of 255 = 69%
G 166 of 255 = 65%
B 154 of 255 = 60%

175
166
154

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

Portions of RGB colors in percentages

R + G + B =
175 + 166 + 154 = 495 (100%)
R 175 of 495 ~ 35.35%
G 166 of 495 ~ 33.54%
B 154 of 495 ~ 31.11%

%35.35
%33.54
%31.11

CMYK color model

#AFA69A color CMYK value is (0,5,12,31).

  • cyan value is 0.00%
  • magenta value is 5.14%
  • yellow value is 12.00%
  • key color value is 31.37%
CMYK:
(0,5,12,31)
C0M5Y12K31 
(0%,5%,12%,31%)
(0.00/0.05/0.12/0.31)	

CMYK percentages

%0
%5.14
%12
%31.37

Codes

Color #AFA69A in popluar color models

AFA69A
RGB175166154
HSL34°11.60%64.51%
HSB/HSV34°12.00%68.63%
CMYK0.00%5.14%12.00%
31.37%

Color #AFA69A in popluar number systems.

HEXAFA69A
Decimal175166154
Binary101011111010011010011010
Octal257246232

Shades and tints

Shades of #AFA69A

#AFA69A
(175,166,154)
#A0978C
(160,151,140)
#91887E
(145,136,126)
#827970
(130,121,112)
#736A62
(115,106,98)
#645B54
(100,91,84)
#554C46
(85,76,70)
#463D38
(70,61,56)
#372E2A
(55,46,42)
#281F1C
(40,31,28)
#19100E
(25,16,14)
#000000
(0,0,0)

Tints of #AFA69A

#AFA69A
(175,166,154)
#B6AEA3
(182,174,163)
#BDB6AC
(189,182,172)
#C4BEB5
(196,190,181)
#CBC6BE
(203,198,190)
#D2CEC7
(210,206,199)
#D9D6D0
(217,214,208)
#E0DED9
(224,222,217)
#E7E6E2
(231,230,226)
#EEEEEB
(238,238,235)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA69A color. Also use rgb(175,166,154) instead hex code.

Text Font Color

.myTextColor { color: #AFA69A; }

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

This text font color is #AFA69A.


Background Color

.myBgColor { background-color: #AFA69A; }

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

This div background color is #AFA69A.


Border color

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

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

This div border color is #AFA69A.


Opacity

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

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

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

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

This text has shadow with #AFA69A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA69A on black background.


Color preview on white background

This text has color #AFA69A on white background.



Black color preview on #AFA69A background

This text has black color on #AFA69A background.


White color preview on #AFA69A background

This text has white color on #AFA69A background.