COLOR #AFA833

HEX: #AFA833
RGB: (175,168,51)

Color info

#AFA833 contains mainly red and green colors. Web safe color of #AFA833 is #999933 (or #993).

RGB color model

#AFA833 color RGB value is (175,168,51).

  • red value is 175;
  • green value is 168;
  • blue value is 51.
RGB:
(175,168,51)
(69%,66%,20%)

RGB channels and saturation

R 175 of 255 = 69%
G 168 of 255 = 66%
B 51 of 255 = 20%

175
168
51

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

Portions of RGB colors in percentages

R + G + B =
175 + 168 + 51 = 394 (100%)
R 175 of 394 ~ 44.42%
G 168 of 394 ~ 42.64%
B 51 of 394 ~ 12.94%

%44.42
%42.64
%12.94

CMYK color model

#AFA833 color CMYK value is (0,4,71,31).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 70.86%
  • key color value is 31.37%
CMYK:
(0,4,71,31)
C0M4Y71K31 
(0%,4%,71%,31%)
(0.00/0.04/0.71/0.31)	

CMYK percentages

%0
%4
%70.86
%31.37

Codes

Color #AFA833 in popluar color models

AFA833
RGB17516851
HSL57°54.87%44.31%
HSB/HSV57°70.86%68.63%
CMYK0.00%4.00%70.86%
31.37%

Color #AFA833 in popluar number systems.

HEXAFA833
Decimal17516851
Binary1010111110101000110011
Octal25725063

Shades and tints

Shades of #AFA833

#AFA833
(175,168,51)
#A0992F
(160,153,47)
#918A2B
(145,138,43)
#827B27
(130,123,39)
#736C23
(115,108,35)
#645D1F
(100,93,31)
#554E1B
(85,78,27)
#463F17
(70,63,23)
#373013
(55,48,19)
#28210F
(40,33,15)
#19120B
(25,18,11)
#000000
(0,0,0)

Tints of #AFA833

#AFA833
(175,168,51)
#B6AF45
(182,175,69)
#BDB657
(189,182,87)
#C4BD69
(196,189,105)
#CBC47B
(203,196,123)
#D2CB8D
(210,203,141)
#D9D29F
(217,210,159)
#E0D9B1
(224,217,177)
#E7E0C3
(231,224,195)
#EEE7D5
(238,231,213)
#F5EEE7
(245,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA833 color. Also use rgb(175,168,51) instead hex code.

Text Font Color

.myTextColor { color: #AFA833; }

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

This text font color is #AFA833.


Background Color

.myBgColor { background-color: #AFA833; }

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

This div background color is #AFA833.


Border color

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

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

This div border color is #AFA833.


Opacity

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

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

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

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

This text has shadow with #AFA833 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA833 on black background.


Color preview on white background

This text has color #AFA833 on white background.



Black color preview on #AFA833 background

This text has black color on #AFA833 background.


White color preview on #AFA833 background

This text has white color on #AFA833 background.