COLOR #AF9074

HEX: #AF9074
RGB: (175,144,116)

Color info

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

RGB color model

#AF9074 color RGB value is (175,144,116).

  • red value is 175;
  • green value is 144;
  • blue value is 116.
RGB:
(175,144,116)
(69%,56%,45%)

RGB channels and saturation

R 175 of 255 = 69%
G 144 of 255 = 56%
B 116 of 255 = 45%

175
144
116

R + G + B ~ 57%. #AF9074 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
175 + 144 + 116 = 435 (100%)
R 175 of 435 ~ 40.23%
G 144 of 435 ~ 33.1%
B 116 of 435 ~ 26.67%

%40.23
%33.1
%26.67

CMYK color model

#AF9074 color CMYK value is (0,18,34,31).

  • cyan value is 0.00%
  • magenta value is 17.71%
  • yellow value is 33.71%
  • key color value is 31.37%
CMYK:
(0,18,34,31)
C0M18Y34K31 
(0%,18%,34%,31%)
(0.00/0.18/0.34/0.31)	

CMYK percentages

%0
%17.71
%33.71
%31.37

Codes

Color #AF9074 in popluar color models

AF9074
RGB175144116
HSL28°26.94%57.06%
HSB/HSV28°33.71%68.63%
CMYK0.00%17.71%33.71%
31.37%

Color #AF9074 in popluar number systems.

HEXAF9074
Decimal175144116
Binary10101111100100001110100
Octal257220164

Shades and tints

Shades of #AF9074

#AF9074
(175,144,116)
#A0836A
(160,131,106)
#917660
(145,118,96)
#826956
(130,105,86)
#735C4C
(115,92,76)
#644F42
(100,79,66)
#554238
(85,66,56)
#46352E
(70,53,46)
#372824
(55,40,36)
#281B1A
(40,27,26)
#190E10
(25,14,16)
#000000
(0,0,0)

Tints of #AF9074

#AF9074
(175,144,116)
#B69A80
(182,154,128)
#BDA48C
(189,164,140)
#C4AE98
(196,174,152)
#CBB8A4
(203,184,164)
#D2C2B0
(210,194,176)
#D9CCBC
(217,204,188)
#E0D6C8
(224,214,200)
#E7E0D4
(231,224,212)
#EEEAE0
(238,234,224)
#F5F4EC
(245,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9074 color. Also use rgb(175,144,116) instead hex code.

Text Font Color

.myTextColor { color: #AF9074; }

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

This text font color is #AF9074.


Background Color

.myBgColor { background-color: #AF9074; }

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

This div background color is #AF9074.


Border color

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

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

This div border color is #AF9074.


Opacity

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

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

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

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

This text has shadow with #AF9074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9074 on black background.


Color preview on white background

This text has color #AF9074 on white background.



Black color preview on #AF9074 background

This text has black color on #AF9074 background.


White color preview on #AF9074 background

This text has white color on #AF9074 background.