COLOR #AFA07B

HEX: #AFA07B RGB: (175,160,123)

Color info

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

RGB color model

#AFA07B color RGB value is (175,160,123).

RGB: (175,160,123) (69%, 63%, 48%)

RGB channels and saturation

R 175 of 255 = 69%
G 160 of 255 = 63%
B 123 of 255 = 48%

175
160
123

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

Portions of RGB colors in percentages

R + G + B = 175 + 160 + 123 = 458 (100%)
R 175 of 458 ~ 38.21%
G 160 of 458 ~ 34.93%
B 123 of 458 ~ 26.86'%

%38.21
%34.93
%26.86

CMYK color model

#AFA07B color CMYK value is (0,9,30,31).

  • cyan value is 0.00%
  • magenta value is 8.57%
  • yellow value is 29.71%
  • key color value is 31.37%

CMYK: (0,9,30,31)
C0M9Y30K31 (0%, 9%, 30%, 31%)
(0.00 / 0.09 / 0.30 / 0.31)

CMYK percentages

%0
%8.57
%29.71
%31.37

Codes

Color #AFA07B in popluar color models

AF A0 7B
RGB 175 160 123
HSL 43° 24.53% 58.43%
HSB/HSV 43° 29.71% 68.63%
CMYK 0.00% 8.57% 29.71%
31.37%

Color #AFA07B in popluar number systems.

HEX AF A0 7B
Decimal 175 160 123
Binary 10101111 10100000 1111011
Octal 257 240 173

Shades and tints

Shades of #AFA07B

#AFA07B
(175,160,123)
#A09270
(160,146,112)
#918465
(145,132,101)
#82765A
(130,118,90)
#73684F
(115,104,79)
#645A44
(100,90,68)
#554C39
(85,76,57)
#463E2E
(70,62,46)
#373023
(55,48,35)
#282218
(40,34,24)
#19140D
(25,20,13)
#000000
(0,0,0)

Tints of #AFA07B

#AFA07B
(175,160,123)
#B6A887
(182,168,135)
#BDB093
(189,176,147)
#C4B89F
(196,184,159)
#CBC0AB
(203,192,171)
#D2C8B7
(210,200,183)
#D9D0C3
(217,208,195)
#E0D8CF
(224,216,207)
#E7E0DB
(231,224,219)
#EEE8E7
(238,232,231)
#F5F0F3
(245,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA07B color. Also use rgb(175,160,123) instead hex code.

Text Font Color

.myTextColor { color: #AFA07B; }

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

This text font color is #AFA07B.

Background Color

.myBgColor { background-color: #AFA07B; }

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

This div background color is #AFA07B.

Border color

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

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

This div border color is #AFA07B.

Opacity

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

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

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

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

This text has shadow with #AFA07B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA07B.

Preview

Color preview on black background

This text has color #AFA07B on black background.


Color preview on white background

This text has color #AFA07B on white background.


Black color preview on #AFA07B background

This text has black color on #AFA07B background.


White color preview on #AFA07B background

This text has white color on #AFA07B background.


Related colors

Complementary color

Complementary color for #hex is #505F84.


I love getcolorcode.com

Triadic colors

1 #7BAFA0 and #A07BAF with #AFA07B are triadic colors.

2 #7BA0AF and #A0AF7B with #AFA07B are triadic colors.