COLOR #AFA792

HEX: #AFA792
RGB: (175,167,146)

Color info

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

RGB color model

#AFA792 color RGB value is (175,167,146).

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

RGB channels and saturation

R 175 of 255 = 69%
G 167 of 255 = 65%
B 146 of 255 = 57%

175
167
146

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

Portions of RGB colors in percentages

R + G + B =
175 + 167 + 146 = 488 (100%)
R 175 of 488 ~ 35.86%
G 167 of 488 ~ 34.22%
B 146 of 488 ~ 29.92%

%35.86
%34.22
%29.92

CMYK color model

#AFA792 color CMYK value is (0,5,17,31).

  • cyan value is 0.00%
  • magenta value is 4.57%
  • yellow value is 16.57%
  • key color value is 31.37%
CMYK:
(0,5,17,31)
C0M5Y17K31 
(0%,5%,17%,31%)
(0.00/0.05/0.17/0.31)	

CMYK percentages

%0
%4.57
%16.57
%31.37

Codes

Color #AFA792 in popluar color models

AFA792
RGB175167146
HSL43°15.34%62.94%
HSB/HSV43°16.57%68.63%
CMYK0.00%4.57%16.57%
31.37%

Color #AFA792 in popluar number systems.

HEXAFA792
Decimal175167146
Binary101011111010011110010010
Octal257247222

Shades and tints

Shades of #AFA792

#AFA792
(175,167,146)
#A09885
(160,152,133)
#918978
(145,137,120)
#827A6B
(130,122,107)
#736B5E
(115,107,94)
#645C51
(100,92,81)
#554D44
(85,77,68)
#463E37
(70,62,55)
#372F2A
(55,47,42)
#28201D
(40,32,29)
#191110
(25,17,16)
#000000
(0,0,0)

Tints of #AFA792

#AFA792
(175,167,146)
#B6AF9B
(182,175,155)
#BDB7A4
(189,183,164)
#C4BFAD
(196,191,173)
#CBC7B6
(203,199,182)
#D2CFBF
(210,207,191)
#D9D7C8
(217,215,200)
#E0DFD1
(224,223,209)
#E7E7DA
(231,231,218)
#EEEFE3
(238,239,227)
#F5F7EC
(245,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA792; }

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

This text font color is #AFA792.


Background Color

.myBgColor { background-color: #AFA792; }

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

This div background color is #AFA792.


Border color

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

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

This div border color is #AFA792.


Opacity

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

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

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

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

This text has shadow with #AFA792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA792 on black background.


Color preview on white background

This text has color #AFA792 on white background.



Black color preview on #AFA792 background

This text has black color on #AFA792 background.


White color preview on #AFA792 background

This text has white color on #AFA792 background.