COLOR #AF690F

HEX: #AF690F
RGB: (175,105,15)

Color info

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

RGB color model

#AF690F color RGB value is (175,105,15).

  • red value is 175;
  • green value is 105;
  • blue value is 15.
RGB:
(175,105,15)
(69%,41%,6%)

RGB channels and saturation

R 175 of 255 = 69%
G 105 of 255 = 41%
B 15 of 255 = 6%

175
105
15

R + G + B ~ 39%. #AF690F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
175 + 105 + 15 = 295 (100%)
R 175 of 295 ~ 59.32%
G 105 of 295 ~ 35.59%
B 15 of 295 ~ 5.08%

%59.32
%35.59

CMYK color model

#AF690F color CMYK value is (0,40,91,31).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 91.43%
  • key color value is 31.37%
CMYK:
(0,40,91,31)
C0M40Y91K31 
(0%,40%,91%,31%)
(0.00/0.40/0.91/0.31)	

CMYK percentages

%0
%40
%91.43
%31.37

Codes

Color #AF690F in popluar color models

AF690F
RGB17510515
HSL34°84.21%37.25%
HSB/HSV34°91.43%68.63%
CMYK0.00%40.00%91.43%
31.37%

Color #AF690F in popluar number systems.

HEXAF690F
Decimal17510515
Binary1010111111010011111
Octal25715117

Shades and tints

Shades of #AF690F

#AF690F
(175,105,15)
#A0600E
(160,96,14)
#91570D
(145,87,13)
#824E0C
(130,78,12)
#73450B
(115,69,11)
#643C0A
(100,60,10)
#553309
(85,51,9)
#462A08
(70,42,8)
#372107
(55,33,7)
#281806
(40,24,6)
#190F05
(25,15,5)
#000000
(0,0,0)

Tints of #AF690F

#AF690F
(175,105,15)
#B67624
(182,118,36)
#BD8339
(189,131,57)
#C4904E
(196,144,78)
#CB9D63
(203,157,99)
#D2AA78
(210,170,120)
#D9B78D
(217,183,141)
#E0C4A2
(224,196,162)
#E7D1B7
(231,209,183)
#EEDECC
(238,222,204)
#F5EBE1
(245,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF690F color. Also use rgb(175,105,15) instead hex code.

Text Font Color

.myTextColor { color: #AF690F; }

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

This text font color is #AF690F.


Background Color

.myBgColor { background-color: #AF690F; }

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

This div background color is #AF690F.


Border color

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

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

This div border color is #AF690F.


Opacity

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

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

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

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

This text has shadow with #AF690F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF690F on black background.


Color preview on white background

This text has color #AF690F on white background.



Black color preview on #AF690F background

This text has black color on #AF690F background.


White color preview on #AF690F background

This text has white color on #AF690F background.