COLOR #AFAB70

HEX: #AFAB70 RGB: (175,171,112)

Color info

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

RGB color model

#AFAB70 color RGB value is (175,171,112).

RGB: (175,171,112) (69%, 67%, 44%)

RGB channels and saturation

R 175 of 255 = 69%
G 171 of 255 = 67%
B 112 of 255 = 44%

175
171
112

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

Portions of RGB colors in percentages

R + G + B = 175 + 171 + 112 = 458 (100%)
R 175 of 458 ~ 38.21%
G 171 of 458 ~ 37.34%
B 112 of 458 ~ 24.45'%

%38.21
%37.34
%24.45

CMYK color model

#AFAB70 color CMYK value is (0,2,36,31).

  • cyan value is 0.00%
  • magenta value is 2.29%
  • yellow value is 36.00%
  • key color value is 31.37%
CMYK: (0,2,36,31) C0M2Y36K31 (0%,2%,36%,31%) (0.00/0.02/0.36/0.31) 

CMYK percentages

%0
%2.29
%36
%31.37

Codes

Color #AFAB70 in popluar color models

AF AB 70
RGB 175 171 112
HSL 56° 28.25% 56.27%
HSB/HSV 56° 36.00% 68.63%
CMYK 0.00% 2.29% 36.00%
31.37%

Color #AFAB70 in popluar number systems.

HEX AF AB 70
Decimal 175 171 112
Binary 10101111 10101011 1110000
Octal 257 253 160

Shades and tints

Shades of #AFAB70

#AFAB70
(175,171,112)
#A09C66
(160,156,102)
#918D5C
(145,141,92)
#827E52
(130,126,82)
#736F48
(115,111,72)
#64603E
(100,96,62)
#555134
(85,81,52)
#46422A
(70,66,42)
#373320
(55,51,32)
#282416
(40,36,22)
#19150C
(25,21,12)
#000000
(0,0,0)

Tints of #AFAB70

#AFAB70
(175,171,112)
#B6B27D
(182,178,125)
#BDB98A
(189,185,138)
#C4C097
(196,192,151)
#CBC7A4
(203,199,164)
#D2CEB1
(210,206,177)
#D9D5BE
(217,213,190)
#E0DCCB
(224,220,203)
#E7E3D8
(231,227,216)
#EEEAE5
(238,234,229)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFAB70 color. Also use rgb(175,171,112) instead hex code.

Text Font Color

.myTextColor { color: #AFAB70; }

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

This text font color is #AFAB70.

Background Color

.myBgColor { background-color: #AFAB70; }

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

This div background color is #AFAB70.

Border color

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

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

This div border color is #AFAB70.

Opacity

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

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

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

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

This text has shadow with #AFAB70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFAB70.

Preview

Color preview on black background

This text has color #AFAB70 on black background.


Color preview on white background

This text has color #AFAB70 on white background.


Black color preview on #AFAB70 background

This text has black color on #AFAB70 background.


White color preview on #AFAB70 background

This text has white color on #AFAB70 background.


Related colors

Complementary color

Complementary color for #hex is #50548F.


I love getcolorcode.com

Triadic colors

1 #70AFAB and #AB70AF with #AFAB70 are triadic colors.

2 #70ABAF and #ABAF70 with #AFAB70 are triadic colors.