COLOR #AFB359

HEX: #AFB359 RGB: (175,179,89)

Color info

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

RGB color model

#AFB359 color RGB value is (175,179,89).

RGB: (175,179,89) (69%, 70%, 35%)

RGB channels and saturation

R 175 of 255 = 69%
G 179 of 255 = 70%
B 89 of 255 = 35%

175
179
89

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

Portions of RGB colors in percentages

R + G + B = 175 + 179 + 89 = 443 (100%)
R 175 of 443 ~ 39.5%
G 179 of 443 ~ 40.41%
B 89 of 443 ~ 20.09'%

%39.5
%40.41
%20.09

CMYK color model

#AFB359 color CMYK value is (2,0,50,30).

  • cyan value is 2.23%
  • magenta value is 0.00%
  • yellow value is 50.28%
  • key color value is 29.80%

CMYK: (2,0,50,30)
C2M0Y50K30 (2%, 0%, 50%, 30%)
(0.02 / 0.00 / 0.50 / 0.30)

CMYK percentages

%2.23
%0
%50.28
%29.8

Codes

Color #AFB359 in popluar color models

AF B3 59
RGB 175 179 89
HSL 63° 37.19% 52.55%
HSB/HSV 63° 50.28% 70.20%
CMYK 2.23% 0.00% 50.28%
29.80%

Color #AFB359 in popluar number systems.

HEX AF B3 59
Decimal 175 179 89
Binary 10101111 10110011 1011001
Octal 257 263 131

Shades and tints

Shades of #AFB359

#AFB359
(175,179,89)
#A0A351
(160,163,81)
#919349
(145,147,73)
#828341
(130,131,65)
#737339
(115,115,57)
#646331
(100,99,49)
#555329
(85,83,41)
#464321
(70,67,33)
#373319
(55,51,25)
#282311
(40,35,17)
#191309
(25,19,9)
#000000
(0,0,0)

Tints of #AFB359

#AFB359
(175,179,89)
#B6B968
(182,185,104)
#BDBF77
(189,191,119)
#C4C586
(196,197,134)
#CBCB95
(203,203,149)
#D2D1A4
(210,209,164)
#D9D7B3
(217,215,179)
#E0DDC2
(224,221,194)
#E7E3D1
(231,227,209)
#EEE9E0
(238,233,224)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB359 color. Also use rgb(175,179,89) instead hex code.

Text Font Color

.myTextColor { color: #AFB359; }

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

This text font color is #AFB359.

Background Color

.myBgColor { background-color: #AFB359; }

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

This div background color is #AFB359.

Border color

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

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

This div border color is #AFB359.

Opacity

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

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

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

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

This text has shadow with #AFB359 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB359.

Preview

Color preview on black background

This text has color #AFB359 on black background.


Color preview on white background

This text has color #AFB359 on white background.


Black color preview on #AFB359 background

This text has black color on #AFB359 background.


White color preview on #AFB359 background

This text has white color on #AFB359 background.


Related colors

Complementary color

Complementary color for #hex is #504CA6.


I love getcolorcode.com

Triadic colors

1 #59AFB3 and #B359AF with #AFB359 are triadic colors.

2 #59B3AF and #B3AF59 with #AFB359 are triadic colors.