COLOR #AF8084

HEX: #AF8084 RGB: (175,128,132)

Color info

#AF8084 contains red, green and blue colors in about the same proportion. Web safe color of #AF8084 is #996699 (or #969).

RGB color model

#AF8084 color RGB value is (175,128,132).

RGB: (175,128,132) (69%, 50%, 52%)

RGB channels and saturation

R 175 of 255 = 69%
G 128 of 255 = 50%
B 132 of 255 = 52%

175
128
132

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

Portions of RGB colors in percentages

R + G + B = 175 + 128 + 132 = 435 (100%)
R 175 of 435 ~ 40.23%
G 128 of 435 ~ 29.43%
B 132 of 435 ~ 30.34'%

%40.23
%29.43
%30.34

CMYK color model

#AF8084 color CMYK value is (0,27,25,31).

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

CMYK: (0,27,25,31)
C0M27Y25K31 (0%, 27%, 25%, 31%)
(0.00 / 0.27 / 0.25 / 0.31)

CMYK percentages

%0
%26.86
%24.57
%31.37

Codes

Color #AF8084 in popluar color models

AF 80 84
RGB 175 128 132
HSL 355° 22.71% 59.41%
HSB/HSV 355° 26.86% 68.63%
CMYK 0.00% 26.86% 24.57%
31.37%

Color #AF8084 in popluar number systems.

HEX AF 80 84
Decimal 175 128 132
Binary 10101111 10000000 10000100
Octal 257 200 204

Shades and tints

Shades of #AF8084

#AF8084
(175,128,132)
#A07578
(160,117,120)
#916A6C
(145,106,108)
#825F60
(130,95,96)
#735454
(115,84,84)
#644948
(100,73,72)
#553E3C
(85,62,60)
#463330
(70,51,48)
#372824
(55,40,36)
#281D18
(40,29,24)
#19120C
(25,18,12)
#000000
(0,0,0)

Tints of #AF8084

#AF8084
(175,128,132)
#B68B8F
(182,139,143)
#BD969A
(189,150,154)
#C4A1A5
(196,161,165)
#CBACB0
(203,172,176)
#D2B7BB
(210,183,187)
#D9C2C6
(217,194,198)
#E0CDD1
(224,205,209)
#E7D8DC
(231,216,220)
#EEE3E7
(238,227,231)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8084; }

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

This text font color is #AF8084.

Background Color

.myBgColor { background-color: #AF8084; }

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

This div background color is #AF8084.

Border color

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

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

This div border color is #AF8084.

Opacity

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

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

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

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

This text has shadow with #AF8084 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF8084.

Preview

Color preview on black background

This text has color #AF8084 on black background.


Color preview on white background

This text has color #AF8084 on white background.


Black color preview on #AF8084 background

This text has black color on #AF8084 background.


White color preview on #AF8084 background

This text has white color on #AF8084 background.


Related colors

Complementary color

Complementary color for #hex is #507F7B.


I love getcolorcode.com

Triadic colors

1 #84AF80 and #8084AF with #AF8084 are triadic colors.

2 #8480AF and #80AF84 with #AF8084 are triadic colors.