COLOR #AF9064

HEX: #AF9064 RGB: (175,144,100)

Color info

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

RGB color model

#AF9064 color RGB value is (175,144,100).

RGB: (175,144,100) (69%, 56%, 39%)

RGB channels and saturation

R 175 of 255 = 69%
G 144 of 255 = 56%
B 100 of 255 = 39%

175
144
100

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

Portions of RGB colors in percentages

R + G + B = 175 + 144 + 100 = 419 (100%)
R 175 of 419 ~ 41.77%
G 144 of 419 ~ 34.37%
B 100 of 419 ~ 23.87'%

%41.77
%34.37
%23.87

CMYK color model

#AF9064 color CMYK value is (0,18,43,31).

  • cyan value is 0.00%
  • magenta value is 17.71%
  • yellow value is 42.86%
  • key color value is 31.37%

CMYK: (0,18,43,31)
C0M18Y43K31 (0%, 18%, 43%, 31%)
(0.00 / 0.18 / 0.43 / 0.31)

CMYK percentages

%0
%17.71
%42.86
%31.37

Codes

Color #AF9064 in popluar color models

AF 90 64
RGB 175 144 100
HSL 35° 31.91% 53.92%
HSB/HSV 35° 42.86% 68.63%
CMYK 0.00% 17.71% 42.86%
31.37%

Color #AF9064 in popluar number systems.

HEX AF 90 64
Decimal 175 144 100
Binary 10101111 10010000 1100100
Octal 257 220 144

Shades and tints

Shades of #AF9064

#AF9064
(175,144,100)
#A0835B
(160,131,91)
#917652
(145,118,82)
#826949
(130,105,73)
#735C40
(115,92,64)
#644F37
(100,79,55)
#55422E
(85,66,46)
#463525
(70,53,37)
#37281C
(55,40,28)
#281B13
(40,27,19)
#190E0A
(25,14,10)
#000000
(0,0,0)

Tints of #AF9064

#AF9064
(175,144,100)
#B69A72
(182,154,114)
#BDA480
(189,164,128)
#C4AE8E
(196,174,142)
#CBB89C
(203,184,156)
#D2C2AA
(210,194,170)
#D9CCB8
(217,204,184)
#E0D6C6
(224,214,198)
#E7E0D4
(231,224,212)
#EEEAE2
(238,234,226)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9064; }

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

This text font color is #AF9064.

Background Color

.myBgColor { background-color: #AF9064; }

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

This div background color is #AF9064.

Border color

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

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

This div border color is #AF9064.

Opacity

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

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

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

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

This text has shadow with #AF9064 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9064.

Preview

Color preview on black background

This text has color #AF9064 on black background.


Color preview on white background

This text has color #AF9064 on white background.


Black color preview on #AF9064 background

This text has black color on #AF9064 background.


White color preview on #AF9064 background

This text has white color on #AF9064 background.


Related colors

Complementary color

Complementary color for #hex is #506F9B.


I love getcolorcode.com

Triadic colors

1 #64AF90 and #9064AF with #AF9064 are triadic colors.

2 #6490AF and #90AF64 with #AF9064 are triadic colors.