COLOR #AF9470

HEX: #AF9470 RGB: (175,148,112)

Color info

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

RGB color model

#AF9470 color RGB value is (175,148,112).

RGB: (175,148,112) (69%, 58%, 44%)

RGB channels and saturation

R 175 of 255 = 69%
G 148 of 255 = 58%
B 112 of 255 = 44%

175
148
112

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

Portions of RGB colors in percentages

R + G + B = 175 + 148 + 112 = 435 (100%)
R 175 of 435 ~ 40.23%
G 148 of 435 ~ 34.02%
B 112 of 435 ~ 25.75'%

%40.23
%34.02
%25.75

CMYK color model

#AF9470 color CMYK value is (0,15,36,31).

  • cyan value is 0.00%
  • magenta value is 15.43%
  • yellow value is 36.00%
  • key color value is 31.37%

CMYK: (0,15,36,31)
C0M15Y36K31 (0%, 15%, 36%, 31%)
(0.00 / 0.15 / 0.36 / 0.31)

CMYK percentages

%0
%15.43
%36
%31.37

Codes

Color #AF9470 in popluar color models

AF 94 70
RGB 175 148 112
HSL 34° 28.25% 56.27%
HSB/HSV 34° 36.00% 68.63%
CMYK 0.00% 15.43% 36.00%
31.37%

Color #AF9470 in popluar number systems.

HEX AF 94 70
Decimal 175 148 112
Binary 10101111 10010100 1110000
Octal 257 224 160

Shades and tints

Shades of #AF9470

#AF9470
(175,148,112)
#A08766
(160,135,102)
#917A5C
(145,122,92)
#826D52
(130,109,82)
#736048
(115,96,72)
#64533E
(100,83,62)
#554634
(85,70,52)
#46392A
(70,57,42)
#372C20
(55,44,32)
#281F16
(40,31,22)
#19120C
(25,18,12)
#000000
(0,0,0)

Tints of #AF9470

#AF9470
(175,148,112)
#B69D7D
(182,157,125)
#BDA68A
(189,166,138)
#C4AF97
(196,175,151)
#CBB8A4
(203,184,164)
#D2C1B1
(210,193,177)
#D9CABE
(217,202,190)
#E0D3CB
(224,211,203)
#E7DCD8
(231,220,216)
#EEE5E5
(238,229,229)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9470 color. Also use rgb(175,148,112) instead hex code.

Text Font Color

.myTextColor { color: #AF9470; }

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

This text font color is #AF9470.

Background Color

.myBgColor { background-color: #AF9470; }

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

This div background color is #AF9470.

Border color

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

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

This div border color is #AF9470.

Opacity

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

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

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

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

This text has shadow with #AF9470 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9470.

Preview

Color preview on black background

This text has color #AF9470 on black background.


Color preview on white background

This text has color #AF9470 on white background.


Black color preview on #AF9470 background

This text has black color on #AF9470 background.


White color preview on #AF9470 background

This text has white color on #AF9470 background.


Related colors

Complementary color

Complementary color for #hex is #506B8F.


I love getcolorcode.com

Triadic colors

1 #70AF94 and #9470AF with #AF9470 are triadic colors.

2 #7094AF and #94AF70 with #AF9470 are triadic colors.