COLOR #AF858A

HEX: #AF858A RGB: (175,133,138)

Color info

#AF858A contains red, green and blue colors in about the same proportion. Web safe color of #AF858A is #999999 (or #999).

RGB color model

#AF858A color RGB value is (175,133,138).

RGB: (175,133,138) (69%, 52%, 54%)

RGB channels and saturation

R 175 of 255 = 69%
G 133 of 255 = 52%
B 138 of 255 = 54%

175
133
138

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

Portions of RGB colors in percentages

R + G + B = 175 + 133 + 138 = 446 (100%)
R 175 of 446 ~ 39.24%
G 133 of 446 ~ 29.82%
B 138 of 446 ~ 30.94'%

%39.24
%29.82
%30.94

CMYK color model

#AF858A color CMYK value is (0,24,21,31).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 21.14%
  • key color value is 31.37%

CMYK: (0,24,21,31)
C0M24Y21K31 (0%, 24%, 21%, 31%)
(0.00 / 0.24 / 0.21 / 0.31)

CMYK percentages

%0
%24
%21.14
%31.37

Codes

Color #AF858A in popluar color models

AF 85 8A
RGB 175 133 138
HSL 353° 20.79% 60.39%
HSB/HSV 353° 24.00% 68.63%
CMYK 0.00% 24.00% 21.14%
31.37%

Color #AF858A in popluar number systems.

HEX AF 85 8A
Decimal 175 133 138
Binary 10101111 10000101 10001010
Octal 257 205 212

Shades and tints

Shades of #AF858A

#AF858A
(175,133,138)
#A0797E
(160,121,126)
#916D72
(145,109,114)
#826166
(130,97,102)
#73555A
(115,85,90)
#64494E
(100,73,78)
#553D42
(85,61,66)
#463136
(70,49,54)
#37252A
(55,37,42)
#28191E
(40,25,30)
#190D12
(25,13,18)
#000000
(0,0,0)

Tints of #AF858A

#AF858A
(175,133,138)
#B69094
(182,144,148)
#BD9B9E
(189,155,158)
#C4A6A8
(196,166,168)
#CBB1B2
(203,177,178)
#D2BCBC
(210,188,188)
#D9C7C6
(217,199,198)
#E0D2D0
(224,210,208)
#E7DDDA
(231,221,218)
#EEE8E4
(238,232,228)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF858A color. Also use rgb(175,133,138) instead hex code.

Text Font Color

.myTextColor { color: #AF858A; }

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

This text font color is #AF858A.

Background Color

.myBgColor { background-color: #AF858A; }

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

This div background color is #AF858A.

Border color

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

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

This div border color is #AF858A.

Opacity

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

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

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

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

This text has shadow with #AF858A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF858A.

Preview

Color preview on black background

This text has color #AF858A on black background.


Color preview on white background

This text has color #AF858A on white background.


Black color preview on #AF858A background

This text has black color on #AF858A background.


White color preview on #AF858A background

This text has white color on #AF858A background.


Related colors

Complementary color

Complementary color for #hex is #507A75.


I love getcolorcode.com

Triadic colors

1 #8AAF85 and #858AAF with #AF858A are triadic colors.

2 #8A85AF and #85AF8A with #AF858A are triadic colors.