COLOR #AF692D

HEX: #AF692D
RGB: (175,105,45)

Color info

#AF692D contains mainly red color. Web safe color of #AF692D is #996633 (or #963).

RGB color model

#AF692D color RGB value is (175,105,45).

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

RGB channels and saturation

R 175 of 255 = 69%
G 105 of 255 = 41%
B 45 of 255 = 18%

175
105
45

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

Portions of RGB colors in percentages

R + G + B =
175 + 105 + 45 = 325 (100%)
R 175 of 325 ~ 53.85%
G 105 of 325 ~ 32.31%
B 45 of 325 ~ 13.85%

%53.85
%32.31
%13.85

CMYK color model

#AF692D color CMYK value is (0,40,74,31).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 74.29%
  • key color value is 31.37%
CMYK:
(0,40,74,31)
C0M40Y74K31 
(0%,40%,74%,31%)
(0.00/0.40/0.74/0.31)	

CMYK percentages

%0
%40
%74.29
%31.37

Codes

Color #AF692D in popluar color models

AF692D
RGB17510545
HSL28°59.09%43.14%
HSB/HSV28°74.29%68.63%
CMYK0.00%40.00%74.29%
31.37%

Color #AF692D in popluar number systems.

HEXAF692D
Decimal17510545
Binary101011111101001101101
Octal25715155

Shades and tints

Shades of #AF692D

#AF692D
(175,105,45)
#A06029
(160,96,41)
#915725
(145,87,37)
#824E21
(130,78,33)
#73451D
(115,69,29)
#643C19
(100,60,25)
#553315
(85,51,21)
#462A11
(70,42,17)
#37210D
(55,33,13)
#281809
(40,24,9)
#190F05
(25,15,5)
#000000
(0,0,0)

Tints of #AF692D

#AF692D
(175,105,45)
#B67640
(182,118,64)
#BD8353
(189,131,83)
#C49066
(196,144,102)
#CB9D79
(203,157,121)
#D2AA8C
(210,170,140)
#D9B79F
(217,183,159)
#E0C4B2
(224,196,178)
#E7D1C5
(231,209,197)
#EEDED8
(238,222,216)
#F5EBEB
(245,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF692D; }

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

This text font color is #AF692D.


Background Color

.myBgColor { background-color: #AF692D; }

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

This div background color is #AF692D.


Border color

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

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

This div border color is #AF692D.


Opacity

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

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

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

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

This text has shadow with #AF692D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF692D on black background.


Color preview on white background

This text has color #AF692D on white background.



Black color preview on #AF692D background

This text has black color on #AF692D background.


White color preview on #AF692D background

This text has white color on #AF692D background.