COLOR #AF9080

HEX: #AF9080 RGB: (175,144,128)

Color info

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

RGB color model

#AF9080 color RGB value is (175,144,128).

RGB: (175,144,128) (69%, 56%, 50%)

RGB channels and saturation

R 175 of 255 = 69%
G 144 of 255 = 56%
B 128 of 255 = 50%

175
144
128

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

Portions of RGB colors in percentages

R + G + B = 175 + 144 + 128 = 447 (100%)
R 175 of 447 ~ 39.15%
G 144 of 447 ~ 32.21%
B 128 of 447 ~ 28.64'%

%39.15
%32.21
%28.64

CMYK color model

#AF9080 color CMYK value is (0,18,27,31).

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

CMYK: (0,18,27,31)
C0M18Y27K31 (0%, 18%, 27%, 31%)
(0.00 / 0.18 / 0.27 / 0.31)

CMYK percentages

%0
%17.71
%26.86
%31.37

Codes

Color #AF9080 in popluar color models

AF 90 80
RGB 175 144 128
HSL 20° 22.71% 59.41%
HSB/HSV 20° 26.86% 68.63%
CMYK 0.00% 17.71% 26.86%
31.37%

Color #AF9080 in popluar number systems.

HEX AF 90 80
Decimal 175 144 128
Binary 10101111 10010000 10000000
Octal 257 220 200

Shades and tints

Shades of #AF9080

#AF9080
(175,144,128)
#A08375
(160,131,117)
#91766A
(145,118,106)
#82695F
(130,105,95)
#735C54
(115,92,84)
#644F49
(100,79,73)
#55423E
(85,66,62)
#463533
(70,53,51)
#372828
(55,40,40)
#281B1D
(40,27,29)
#190E12
(25,14,18)
#000000
(0,0,0)

Tints of #AF9080

#AF9080
(175,144,128)
#B69A8B
(182,154,139)
#BDA496
(189,164,150)
#C4AEA1
(196,174,161)
#CBB8AC
(203,184,172)
#D2C2B7
(210,194,183)
#D9CCC2
(217,204,194)
#E0D6CD
(224,214,205)
#E7E0D8
(231,224,216)
#EEEAE3
(238,234,227)
#F5F4EE
(245,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9080; }

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

This text font color is #AF9080.

Background Color

.myBgColor { background-color: #AF9080; }

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

This div background color is #AF9080.

Border color

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

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

This div border color is #AF9080.

Opacity

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

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

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

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

This text has shadow with #AF9080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9080.

Preview

Color preview on black background

This text has color #AF9080 on black background.


Color preview on white background

This text has color #AF9080 on white background.


Black color preview on #AF9080 background

This text has black color on #AF9080 background.


White color preview on #AF9080 background

This text has white color on #AF9080 background.


Related colors

Complementary color

Complementary color for #hex is #506F7F.


I love getcolorcode.com

Triadic colors

1 #80AF90 and #9080AF with #AF9080 are triadic colors.

2 #8090AF and #90AF80 with #AF9080 are triadic colors.