COLOR #AF9073

HEX: #AF9073 RGB: (175,144,115)

Color info

#AF9073 contains mainly red and green colors. Web safe color of #AF9073 is #999966 (or #996).

RGB color model

#AF9073 color RGB value is (175,144,115).

RGB: (175,144,115) (69%, 56%, 45%)

RGB channels and saturation

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

175
144
115

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

Portions of RGB colors in percentages

R + G + B = 175 + 144 + 115 = 434 (100%)
R 175 of 434 ~ 40.32%
G 144 of 434 ~ 33.18%
B 115 of 434 ~ 26.5'%

%40.32
%33.18
%26.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.71%
  • yellow value is 34.29%
  • 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
%34.29
%31.37

Codes

Color #AF9073 in popluar color models

AF 90 73
RGB 175 144 115
HSL 29° 27.27% 56.86%
HSB/HSV 29° 34.29% 68.63%
CMYK 0.00% 17.71% 34.29%
31.37%

Color #AF9073 in popluar number systems.

HEX AF 90 73
Decimal 175 144 115
Binary 10101111 10010000 1110011
Octal 257 220 163

Shades and tints

Shades of #AF9073

#AF9073
(175,144,115)
#A08369
(160,131,105)
#91765F
(145,118,95)
#826955
(130,105,85)
#735C4B
(115,92,75)
#644F41
(100,79,65)
#554237
(85,66,55)
#46352D
(70,53,45)
#372823
(55,40,35)
#281B19
(40,27,25)
#190E0F
(25,14,15)
#000000
(0,0,0)

Tints of #AF9073

#AF9073
(175,144,115)
#B69A7F
(182,154,127)
#BDA48B
(189,164,139)
#C4AE97
(196,174,151)
#CBB8A3
(203,184,163)
#D2C2AF
(210,194,175)
#D9CCBB
(217,204,187)
#E0D6C7
(224,214,199)
#E7E0D3
(231,224,211)
#EEEADF
(238,234,223)
#F5F4EB
(245,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9073; }

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

This text font color is #AF9073.

Background Color

.myBgColor { background-color: #AF9073; }

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

This div background color is #AF9073.

Border color

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

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

This div border color is #AF9073.

Opacity

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

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

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

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

This text has shadow with #AF9073 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9073.

Preview

Color preview on black background

This text has color #AF9073 on black background.


Color preview on white background

This text has color #AF9073 on white background.


Black color preview on #AF9073 background

This text has black color on #AF9073 background.


White color preview on #AF9073 background

This text has white color on #AF9073 background.


Related colors

Complementary color

Complementary color for #hex is #506F8C.


I love getcolorcode.com

Triadic colors

1 #73AF90 and #9073AF with #AF9073 are triadic colors.

2 #7390AF and #90AF73 with #AF9073 are triadic colors.