COLOR #AF661A

HEX: #AF661A
RGB: (175,102,26)

Color info

#AF661A contains mainly red color. Web safe color of #AF661A is #996600 (or #960).

RGB color model

#AF661A color RGB value is (175,102,26).

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

RGB channels and saturation

R 175 of 255 = 69%
G 102 of 255 = 40%
B 26 of 255 = 10%

175
102
26

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

Portions of RGB colors in percentages

R + G + B =
175 + 102 + 26 = 303 (100%)
R 175 of 303 ~ 57.76%
G 102 of 303 ~ 33.66%
B 26 of 303 ~ 8.58%

%57.76
%33.66

CMYK color model

#AF661A color CMYK value is (0,42,85,31).

  • cyan value is 0.00%
  • magenta value is 41.71%
  • yellow value is 85.14%
  • key color value is 31.37%
CMYK:
(0,42,85,31)
C0M42Y85K31 
(0%,42%,85%,31%)
(0.00/0.42/0.85/0.31)	

CMYK percentages

%0
%41.71
%85.14
%31.37

Codes

Color #AF661A in popluar color models

AF661A
RGB17510226
HSL31°74.13%39.41%
HSB/HSV31°85.14%68.63%
CMYK0.00%41.71%85.14%
31.37%

Color #AF661A in popluar number systems.

HEXAF661A
Decimal17510226
Binary10101111110011011010
Octal25714632

Shades and tints

Shades of #AF661A

#AF661A
(175,102,26)
#A05D18
(160,93,24)
#915416
(145,84,22)
#824B14
(130,75,20)
#734212
(115,66,18)
#643910
(100,57,16)
#55300E
(85,48,14)
#46270C
(70,39,12)
#371E0A
(55,30,10)
#281508
(40,21,8)
#190C06
(25,12,6)
#000000
(0,0,0)

Tints of #AF661A

#AF661A
(175,102,26)
#B6732E
(182,115,46)
#BD8042
(189,128,66)
#C48D56
(196,141,86)
#CB9A6A
(203,154,106)
#D2A77E
(210,167,126)
#D9B492
(217,180,146)
#E0C1A6
(224,193,166)
#E7CEBA
(231,206,186)
#EEDBCE
(238,219,206)
#F5E8E2
(245,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF661A; }

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

This text font color is #AF661A.


Background Color

.myBgColor { background-color: #AF661A; }

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

This div background color is #AF661A.


Border color

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

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

This div border color is #AF661A.


Opacity

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

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

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

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

This text has shadow with #AF661A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF661A on black background.


Color preview on white background

This text has color #AF661A on white background.



Black color preview on #AF661A background

This text has black color on #AF661A background.


White color preview on #AF661A background

This text has white color on #AF661A background.