COLOR #AFA885

HEX: #AFA885 RGB: (175,168,133)

Color info

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

RGB color model

#AFA885 color RGB value is (175,168,133).

RGB: (175,168,133) (69%, 66%, 52%)

RGB channels and saturation

R 175 of 255 = 69%
G 168 of 255 = 66%
B 133 of 255 = 52%

175
168
133

R + G + B ~ 62%. #AFA885 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 168 + 133 = 476 (100%)
R 175 of 476 ~ 36.76%
G 168 of 476 ~ 35.29%
B 133 of 476 ~ 27.94'%

%36.76
%35.29
%27.94

CMYK color model

#AFA885 color CMYK value is (0,4,24,31).

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

CMYK: (0,4,24,31)
C0M4Y24K31 (0%, 4%, 24%, 31%)
(0.00 / 0.04 / 0.24 / 0.31)

CMYK percentages

%0
%4
%24
%31.37

Codes

Color #AFA885 in popluar color models

AF A8 85
RGB 175 168 133
HSL 50° 20.79% 60.39%
HSB/HSV 50° 24.00% 68.63%
CMYK 0.00% 4.00% 24.00%
31.37%

Color #AFA885 in popluar number systems.

HEX AF A8 85
Decimal 175 168 133
Binary 10101111 10101000 10000101
Octal 257 250 205

Shades and tints

Shades of #AFA885

#AFA885
(175,168,133)
#A09979
(160,153,121)
#918A6D
(145,138,109)
#827B61
(130,123,97)
#736C55
(115,108,85)
#645D49
(100,93,73)
#554E3D
(85,78,61)
#463F31
(70,63,49)
#373025
(55,48,37)
#282119
(40,33,25)
#19120D
(25,18,13)
#000000
(0,0,0)

Tints of #AFA885

#AFA885
(175,168,133)
#B6AF90
(182,175,144)
#BDB69B
(189,182,155)
#C4BDA6
(196,189,166)
#CBC4B1
(203,196,177)
#D2CBBC
(210,203,188)
#D9D2C7
(217,210,199)
#E0D9D2
(224,217,210)
#E7E0DD
(231,224,221)
#EEE7E8
(238,231,232)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA885; }

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

This text font color is #AFA885.

Background Color

.myBgColor { background-color: #AFA885; }

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

This div background color is #AFA885.

Border color

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

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

This div border color is #AFA885.

Opacity

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

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

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

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

This text has shadow with #AFA885 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA885.

Preview

Color preview on black background

This text has color #AFA885 on black background.


Color preview on white background

This text has color #AFA885 on white background.


Black color preview on #AFA885 background

This text has black color on #AFA885 background.


White color preview on #AFA885 background

This text has white color on #AFA885 background.


Related colors

Complementary color

Complementary color for #hex is #50577A.


I love getcolorcode.com

Triadic colors

1 #85AFA8 and #A885AF with #AFA885 are triadic colors.

2 #85A8AF and #A8AF85 with #AFA885 are triadic colors.