COLOR #AF7A67

HEX: #AF7A67
RGB: (175,122,103)

Color info

#AF7A67 contains mainly red and green colors. Web safe color of #AF7A67 is #996666 (or #966).

RGB color model

#AF7A67 color RGB value is (175,122,103).

  • red value is 175;
  • green value is 122;
  • blue value is 103.
RGB:
(175,122,103)
(69%,48%,40%)

RGB channels and saturation

R 175 of 255 = 69%
G 122 of 255 = 48%
B 103 of 255 = 40%

175
122
103

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

Portions of RGB colors in percentages

R + G + B =
175 + 122 + 103 = 400 (100%)
R 175 of 400 ~ 43.75%
G 122 of 400 ~ 30.5%
B 103 of 400 ~ 25.75%

%43.75
%30.5
%25.75

CMYK color model

#AF7A67 color CMYK value is (0,30,41,31).

  • cyan value is 0.00%
  • magenta value is 30.29%
  • yellow value is 41.14%
  • key color value is 31.37%
CMYK:
(0,30,41,31)
C0M30Y41K31 
(0%,30%,41%,31%)
(0.00/0.30/0.41/0.31)	

CMYK percentages

%0
%30.29
%41.14
%31.37

Codes

Color #AF7A67 in popluar color models

AF7A67
RGB175122103
HSL16°31.03%54.51%
HSB/HSV16°41.14%68.63%
CMYK0.00%30.29%41.14%
31.37%

Color #AF7A67 in popluar number systems.

HEXAF7A67
Decimal175122103
Binary1010111111110101100111
Octal257172147

Shades and tints

Shades of #AF7A67

#AF7A67
(175,122,103)
#A06F5E
(160,111,94)
#916455
(145,100,85)
#82594C
(130,89,76)
#734E43
(115,78,67)
#64433A
(100,67,58)
#553831
(85,56,49)
#462D28
(70,45,40)
#37221F
(55,34,31)
#281716
(40,23,22)
#190C0D
(25,12,13)
#000000
(0,0,0)

Tints of #AF7A67

#AF7A67
(175,122,103)
#B68674
(182,134,116)
#BD9281
(189,146,129)
#C49E8E
(196,158,142)
#CBAA9B
(203,170,155)
#D2B6A8
(210,182,168)
#D9C2B5
(217,194,181)
#E0CEC2
(224,206,194)
#E7DACF
(231,218,207)
#EEE6DC
(238,230,220)
#F5F2E9
(245,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF7A67 color. Also use rgb(175,122,103) instead hex code.

Text Font Color

.myTextColor { color: #AF7A67; }

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

This text font color is #AF7A67.


Background Color

.myBgColor { background-color: #AF7A67; }

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

This div background color is #AF7A67.


Border color

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

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

This div border color is #AF7A67.


Opacity

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

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

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

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

This text has shadow with #AF7A67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7A67 on black background.


Color preview on white background

This text has color #AF7A67 on white background.



Black color preview on #AF7A67 background

This text has black color on #AF7A67 background.


White color preview on #AF7A67 background

This text has white color on #AF7A67 background.