COLOR #AFA096

HEX: #AFA096
RGB: (175,160,150)

Color info

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

RGB color model

#AFA096 color RGB value is (175,160,150).

  • red value is 175;
  • green value is 160;
  • blue value is 150.
RGB:
(175,160,150)
(69%,63%,59%)

RGB channels and saturation

R 175 of 255 = 69%
G 160 of 255 = 63%
B 150 of 255 = 59%

175
160
150

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

Portions of RGB colors in percentages

R + G + B =
175 + 160 + 150 = 485 (100%)
R 175 of 485 ~ 36.08%
G 160 of 485 ~ 32.99%
B 150 of 485 ~ 30.93%

%36.08
%32.99
%30.93

CMYK color model

#AFA096 color CMYK value is (0,9,14,31).

  • cyan value is 0.00%
  • magenta value is 8.57%
  • yellow value is 14.29%
  • key color value is 31.37%
CMYK:
(0,9,14,31)
C0M9Y14K31 
(0%,9%,14%,31%)
(0.00/0.09/0.14/0.31)	

CMYK percentages

%0
%8.57
%14.29
%31.37

Codes

Color #AFA096 in popluar color models

AFA096
RGB175160150
HSL24°13.51%63.73%
HSB/HSV24°14.29%68.63%
CMYK0.00%8.57%14.29%
31.37%

Color #AFA096 in popluar number systems.

HEXAFA096
Decimal175160150
Binary101011111010000010010110
Octal257240226

Shades and tints

Shades of #AFA096

#AFA096
(175,160,150)
#A09289
(160,146,137)
#91847C
(145,132,124)
#82766F
(130,118,111)
#736862
(115,104,98)
#645A55
(100,90,85)
#554C48
(85,76,72)
#463E3B
(70,62,59)
#37302E
(55,48,46)
#282221
(40,34,33)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #AFA096

#AFA096
(175,160,150)
#B6A89F
(182,168,159)
#BDB0A8
(189,176,168)
#C4B8B1
(196,184,177)
#CBC0BA
(203,192,186)
#D2C8C3
(210,200,195)
#D9D0CC
(217,208,204)
#E0D8D5
(224,216,213)
#E7E0DE
(231,224,222)
#EEE8E7
(238,232,231)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA096 color. Also use rgb(175,160,150) instead hex code.

Text Font Color

.myTextColor { color: #AFA096; }

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

This text font color is #AFA096.


Background Color

.myBgColor { background-color: #AFA096; }

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

This div background color is #AFA096.


Border color

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

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

This div border color is #AFA096.


Opacity

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

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

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

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

This text has shadow with #AFA096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA096 on black background.


Color preview on white background

This text has color #AFA096 on white background.



Black color preview on #AFA096 background

This text has black color on #AFA096 background.


White color preview on #AFA096 background

This text has white color on #AFA096 background.