COLOR #AF675B

HEX: #AF675B RGB: (175,103,91)

Color info

#AF675B contains mainly red color. Web safe color of #AF675B is #996666 (or #966).

RGB color model

#AF675B color RGB value is (175,103,91).

RGB: (175,103,91) (69%, 40%, 36%)

RGB channels and saturation

R 175 of 255 = 69%
G 103 of 255 = 40%
B 91 of 255 = 36%

175
103
91

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

Portions of RGB colors in percentages

R + G + B = 175 + 103 + 91 = 369 (100%)
R 175 of 369 ~ 47.43%
G 103 of 369 ~ 27.91%
B 91 of 369 ~ 24.66'%

%47.43
%27.91
%24.66

CMYK color model

#AF675B color CMYK value is (0,41,48,31).

  • cyan value is 0.00%
  • magenta value is 41.14%
  • yellow value is 48.00%
  • key color value is 31.37%

CMYK: (0,41,48,31)
C0M41Y48K31 (0%, 41%, 48%, 31%)
(0.00 / 0.41 / 0.48 / 0.31)

CMYK percentages

%0
%41.14
%48
%31.37

Codes

Color #AF675B in popluar color models

AF 67 5B
RGB 175 103 91
HSL 34.43% 52.16%
HSB/HSV 48.00% 68.63%
CMYK 0.00% 41.14% 48.00%
31.37%

Color #AF675B in popluar number systems.

HEX AF 67 5B
Decimal 175 103 91
Binary 10101111 1100111 1011011
Octal 257 147 133

Shades and tints

Shades of #AF675B

#AF675B
(175,103,91)
#A05E53
(160,94,83)
#91554B
(145,85,75)
#824C43
(130,76,67)
#73433B
(115,67,59)
#643A33
(100,58,51)
#55312B
(85,49,43)
#462823
(70,40,35)
#371F1B
(55,31,27)
#281613
(40,22,19)
#190D0B
(25,13,11)
#000000
(0,0,0)

Tints of #AF675B

#AF675B
(175,103,91)
#B67469
(182,116,105)
#BD8177
(189,129,119)
#C48E85
(196,142,133)
#CB9B93
(203,155,147)
#D2A8A1
(210,168,161)
#D9B5AF
(217,181,175)
#E0C2BD
(224,194,189)
#E7CFCB
(231,207,203)
#EEDCD9
(238,220,217)
#F5E9E7
(245,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF675B; }

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

This text font color is #AF675B.

Background Color

.myBgColor { background-color: #AF675B; }

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

This div background color is #AF675B.

Border color

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

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

This div border color is #AF675B.

Opacity

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

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

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

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

This text has shadow with #AF675B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF675B.

Preview

Color preview on black background

This text has color #AF675B on black background.


Color preview on white background

This text has color #AF675B on white background.


Black color preview on #AF675B background

This text has black color on #AF675B background.


White color preview on #AF675B background

This text has white color on #AF675B background.


Related colors

Complementary color

Complementary color for #hex is #5098A4.


I love getcolorcode.com

Triadic colors

1 #5BAF67 and #675BAF with #AF675B are triadic colors.

2 #5B67AF and #67AF5B with #AF675B are triadic colors.