COLOR #AF951A

HEX: #AF951A
RGB: (175,149,26)

Color info

#AF951A contains mainly red and green colors. Web safe color of #AF951A is #999900 (or #990).

RGB color model

#AF951A color RGB value is (175,149,26).

  • red value is 175;
  • green value is 149;
  • blue value is 26.
RGB:
(175,149,26)
(69%,58%,10%)

RGB channels and saturation

R 175 of 255 = 69%
G 149 of 255 = 58%
B 26 of 255 = 10%

175
149
26

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

Portions of RGB colors in percentages

R + G + B =
175 + 149 + 26 = 350 (100%)
R 175 of 350 ~ 50%
G 149 of 350 ~ 42.57%
B 26 of 350 ~ 7.43%

%50
%42.57

CMYK color model

#AF951A color CMYK value is (0,15,85,31).

  • cyan value is 0.00%
  • magenta value is 14.86%
  • yellow value is 85.14%
  • key color value is 31.37%
CMYK:
(0,15,85,31)
C0M15Y85K31 
(0%,15%,85%,31%)
(0.00/0.15/0.85/0.31)	

CMYK percentages

%0
%14.86
%85.14
%31.37

Codes

Color #AF951A in popluar color models

AF951A
RGB17514926
HSL50°74.13%39.41%
HSB/HSV50°85.14%68.63%
CMYK0.00%14.86%85.14%
31.37%

Color #AF951A in popluar number systems.

HEXAF951A
Decimal17514926
Binary101011111001010111010
Octal25722532

Shades and tints

Shades of #AF951A

#AF951A
(175,149,26)
#A08818
(160,136,24)
#917B16
(145,123,22)
#826E14
(130,110,20)
#736112
(115,97,18)
#645410
(100,84,16)
#55470E
(85,71,14)
#463A0C
(70,58,12)
#372D0A
(55,45,10)
#282008
(40,32,8)
#191306
(25,19,6)
#000000
(0,0,0)

Tints of #AF951A

#AF951A
(175,149,26)
#B69E2E
(182,158,46)
#BDA742
(189,167,66)
#C4B056
(196,176,86)
#CBB96A
(203,185,106)
#D2C27E
(210,194,126)
#D9CB92
(217,203,146)
#E0D4A6
(224,212,166)
#E7DDBA
(231,221,186)
#EEE6CE
(238,230,206)
#F5EFE2
(245,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF951A color. Also use rgb(175,149,26) instead hex code.

Text Font Color

.myTextColor { color: #AF951A; }

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

This text font color is #AF951A.


Background Color

.myBgColor { background-color: #AF951A; }

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

This div background color is #AF951A.


Border color

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

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

This div border color is #AF951A.


Opacity

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

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

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

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

This text has shadow with #AF951A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF951A on black background.


Color preview on white background

This text has color #AF951A on white background.



Black color preview on #AF951A background

This text has black color on #AF951A background.


White color preview on #AF951A background

This text has white color on #AF951A background.