COLOR #AFA155

HEX: #AFA155 RGB: (175,161,85)

Color info

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

RGB color model

#AFA155 color RGB value is (175,161,85).

RGB: (175,161,85) (69%, 63%, 33%)

RGB channels and saturation

R 175 of 255 = 69%
G 161 of 255 = 63%
B 85 of 255 = 33%

175
161
85

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

Portions of RGB colors in percentages

R + G + B = 175 + 161 + 85 = 421 (100%)
R 175 of 421 ~ 41.57%
G 161 of 421 ~ 38.24%
B 85 of 421 ~ 20.19'%

%41.57
%38.24
%20.19

CMYK color model

#AFA155 color CMYK value is (0,8,51,31).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 51.43%
  • key color value is 31.37%

CMYK: (0,8,51,31)
C0M8Y51K31 (0%, 8%, 51%, 31%)
(0.00 / 0.08 / 0.51 / 0.31)

CMYK percentages

%0
%8
%51.43
%31.37

Codes

Color #AFA155 in popluar color models

AF A1 55
RGB 175 161 85
HSL 51° 36.00% 50.98%
HSB/HSV 51° 51.43% 68.63%
CMYK 0.00% 8.00% 51.43%
31.37%

Color #AFA155 in popluar number systems.

HEX AF A1 55
Decimal 175 161 85
Binary 10101111 10100001 1010101
Octal 257 241 125

Shades and tints

Shades of #AFA155

#AFA155
(175,161,85)
#A0934E
(160,147,78)
#918547
(145,133,71)
#827740
(130,119,64)
#736939
(115,105,57)
#645B32
(100,91,50)
#554D2B
(85,77,43)
#463F24
(70,63,36)
#37311D
(55,49,29)
#282316
(40,35,22)
#19150F
(25,21,15)
#000000
(0,0,0)

Tints of #AFA155

#AFA155
(175,161,85)
#B6A964
(182,169,100)
#BDB173
(189,177,115)
#C4B982
(196,185,130)
#CBC191
(203,193,145)
#D2C9A0
(210,201,160)
#D9D1AF
(217,209,175)
#E0D9BE
(224,217,190)
#E7E1CD
(231,225,205)
#EEE9DC
(238,233,220)
#F5F1EB
(245,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA155 color. Also use rgb(175,161,85) instead hex code.

Text Font Color

.myTextColor { color: #AFA155; }

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

This text font color is #AFA155.

Background Color

.myBgColor { background-color: #AFA155; }

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

This div background color is #AFA155.

Border color

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

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

This div border color is #AFA155.

Opacity

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

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

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

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

This text has shadow with #AFA155 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA155.

Preview

Color preview on black background

This text has color #AFA155 on black background.


Color preview on white background

This text has color #AFA155 on white background.


Black color preview on #AFA155 background

This text has black color on #AFA155 background.


White color preview on #AFA155 background

This text has white color on #AFA155 background.


Related colors

Complementary color

Complementary color for #hex is #505EAA.


I love getcolorcode.com

Triadic colors

1 #55AFA1 and #A155AF with #AFA155 are triadic colors.

2 #55A1AF and #A1AF55 with #AFA155 are triadic colors.