COLOR #AF9789

HEX: #AF9789
RGB: (175,151,137)

Color info

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

RGB color model

#AF9789 color RGB value is (175,151,137).

  • red value is 175;
  • green value is 151;
  • blue value is 137.
RGB:
(175,151,137)
(69%,59%,54%)

RGB channels and saturation

R 175 of 255 = 69%
G 151 of 255 = 59%
B 137 of 255 = 54%

175
151
137

R + G + B ~ 61%. #AF9789 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 151 + 137 = 463 (100%)
R 175 of 463 ~ 37.8%
G 151 of 463 ~ 32.61%
B 137 of 463 ~ 29.59%

%37.8
%32.61
%29.59

CMYK color model

#AF9789 color CMYK value is (0,14,22,31).

  • cyan value is 0.00%
  • magenta value is 13.71%
  • yellow value is 21.71%
  • key color value is 31.37%
CMYK:
(0,14,22,31)
C0M14Y22K31 
(0%,14%,22%,31%)
(0.00/0.14/0.22/0.31)	

CMYK percentages

%0
%13.71
%21.71
%31.37

Codes

Color #AF9789 in popluar color models

AF9789
RGB175151137
HSL22°19.19%61.18%
HSB/HSV22°21.71%68.63%
CMYK0.00%13.71%21.71%
31.37%

Color #AF9789 in popluar number systems.

HEXAF9789
Decimal175151137
Binary101011111001011110001001
Octal257227211

Shades and tints

Shades of #AF9789

#AF9789
(175,151,137)
#A08A7D
(160,138,125)
#917D71
(145,125,113)
#827065
(130,112,101)
#736359
(115,99,89)
#64564D
(100,86,77)
#554941
(85,73,65)
#463C35
(70,60,53)
#372F29
(55,47,41)
#28221D
(40,34,29)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #AF9789

#AF9789
(175,151,137)
#B6A093
(182,160,147)
#BDA99D
(189,169,157)
#C4B2A7
(196,178,167)
#CBBBB1
(203,187,177)
#D2C4BB
(210,196,187)
#D9CDC5
(217,205,197)
#E0D6CF
(224,214,207)
#E7DFD9
(231,223,217)
#EEE8E3
(238,232,227)
#F5F1ED
(245,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9789 color. Also use rgb(175,151,137) instead hex code.

Text Font Color

.myTextColor { color: #AF9789; }

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

This text font color is #AF9789.


Background Color

.myBgColor { background-color: #AF9789; }

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

This div background color is #AF9789.


Border color

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

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

This div border color is #AF9789.


Opacity

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

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

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

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

This text has shadow with #AF9789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9789 on black background.


Color preview on white background

This text has color #AF9789 on white background.



Black color preview on #AF9789 background

This text has black color on #AF9789 background.


White color preview on #AF9789 background

This text has white color on #AF9789 background.