COLOR #AFB264

HEX: #AFB264 RGB: (175,178,100)

Color info

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

RGB color model

#AFB264 color RGB value is (175,178,100).

RGB: (175,178,100) (69%, 70%, 39%)

RGB channels and saturation

R 175 of 255 = 69%
G 178 of 255 = 70%
B 100 of 255 = 39%

175
178
100

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

Portions of RGB colors in percentages

R + G + B = 175 + 178 + 100 = 453 (100%)
R 175 of 453 ~ 38.63%
G 178 of 453 ~ 39.29%
B 100 of 453 ~ 22.08'%

%38.63
%39.29
%22.08

CMYK color model

#AFB264 color CMYK value is (2,0,44,30).

  • cyan value is 1.69%
  • magenta value is 0.00%
  • yellow value is 43.82%
  • key color value is 30.20%

CMYK: (2,0,44,30)
C2M0Y44K30 (2%, 0%, 44%, 30%)
(0.02 / 0.00 / 0.44 / 0.30)

CMYK percentages

%1.69
%0
%43.82
%30.2

Codes

Color #AFB264 in popluar color models

AF B2 64
RGB 175 178 100
HSL 62° 33.62% 54.51%
HSB/HSV 62° 43.82% 69.80%
CMYK 1.69% 0.00% 43.82%
30.20%

Color #AFB264 in popluar number systems.

HEX AF B2 64
Decimal 175 178 100
Binary 10101111 10110010 1100100
Octal 257 262 144

Shades and tints

Shades of #AFB264

#AFB264
(175,178,100)
#A0A25B
(160,162,91)
#919252
(145,146,82)
#828249
(130,130,73)
#737240
(115,114,64)
#646237
(100,98,55)
#55522E
(85,82,46)
#464225
(70,66,37)
#37321C
(55,50,28)
#282213
(40,34,19)
#19120A
(25,18,10)
#000000
(0,0,0)

Tints of #AFB264

#AFB264
(175,178,100)
#B6B972
(182,185,114)
#BDC080
(189,192,128)
#C4C78E
(196,199,142)
#CBCE9C
(203,206,156)
#D2D5AA
(210,213,170)
#D9DCB8
(217,220,184)
#E0E3C6
(224,227,198)
#E7EAD4
(231,234,212)
#EEF1E2
(238,241,226)
#F5F8F0
(245,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB264 color. Also use rgb(175,178,100) instead hex code.

Text Font Color

.myTextColor { color: #AFB264; }

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

This text font color is #AFB264.

Background Color

.myBgColor { background-color: #AFB264; }

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

This div background color is #AFB264.

Border color

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

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

This div border color is #AFB264.

Opacity

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

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

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

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

This text has shadow with #AFB264 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB264.

Preview

Color preview on black background

This text has color #AFB264 on black background.


Color preview on white background

This text has color #AFB264 on white background.


Black color preview on #AFB264 background

This text has black color on #AFB264 background.


White color preview on #AFB264 background

This text has white color on #AFB264 background.


Related colors

Complementary color

Complementary color for #hex is #504D9B.


I love getcolorcode.com

Triadic colors

1 #64AFB2 and #B264AF with #AFB264 are triadic colors.

2 #64B2AF and #B2AF64 with #AFB264 are triadic colors.