COLOR #AFAB7D

HEX: #AFAB7D
RGB: (175,171,125)

Color info

#AFAB7D contains red, green and blue colors in about the same proportion. Web safe color of #AFAB7D is #999966 (or #996).

RGB color model

#AFAB7D color RGB value is (175,171,125).

  • red value is 175;
  • green value is 171;
  • blue value is 125.
RGB:
(175,171,125)
(69%,67%,49%)

RGB channels and saturation

R 175 of 255 = 69%
G 171 of 255 = 67%
B 125 of 255 = 49%

175
171
125

R + G + B ~ 62%. #AFAB7D is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 171 + 125 = 471 (100%)
R 175 of 471 ~ 37.15%
G 171 of 471 ~ 36.31%
B 125 of 471 ~ 26.54%

%37.15
%36.31
%26.54

CMYK color model

#AFAB7D color CMYK value is (0,2,29,31).

  • cyan value is 0.00%
  • magenta value is 2.29%
  • yellow value is 28.57%
  • key color value is 31.37%
CMYK:
(0,2,29,31)
C0M2Y29K31 
(0%,2%,29%,31%)
(0.00/0.02/0.29/0.31)	

CMYK percentages

%0
%2.29
%28.57
%31.37

Codes

Color #AFAB7D in popluar color models

AFAB7D
RGB175171125
HSL55°23.81%58.82%
HSB/HSV55°28.57%68.63%
CMYK0.00%2.29%28.57%
31.37%

Color #AFAB7D in popluar number systems.

HEXAFAB7D
Decimal175171125
Binary10101111101010111111101
Octal257253175

Shades and tints

Shades of #AFAB7D

#AFAB7D
(175,171,125)
#A09C72
(160,156,114)
#918D67
(145,141,103)
#827E5C
(130,126,92)
#736F51
(115,111,81)
#646046
(100,96,70)
#55513B
(85,81,59)
#464230
(70,66,48)
#373325
(55,51,37)
#28241A
(40,36,26)
#19150F
(25,21,15)
#000000
(0,0,0)

Tints of #AFAB7D

#AFAB7D
(175,171,125)
#B6B288
(182,178,136)
#BDB993
(189,185,147)
#C4C09E
(196,192,158)
#CBC7A9
(203,199,169)
#D2CEB4
(210,206,180)
#D9D5BF
(217,213,191)
#E0DCCA
(224,220,202)
#E7E3D5
(231,227,213)
#EEEAE0
(238,234,224)
#F5F1EB
(245,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFAB7D color. Also use rgb(175,171,125) instead hex code.

Text Font Color

.myTextColor { color: #AFAB7D; }

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

This text font color is #AFAB7D.


Background Color

.myBgColor { background-color: #AFAB7D; }

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

This div background color is #AFAB7D.


Border color

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

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

This div border color is #AFAB7D.


Opacity

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

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

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

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

This text has shadow with #AFAB7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFAB7D on black background.


Color preview on white background

This text has color #AFAB7D on white background.



Black color preview on #AFAB7D background

This text has black color on #AFAB7D background.


White color preview on #AFAB7D background

This text has white color on #AFAB7D background.