COLOR #AFA375

HEX: #AFA375
RGB: (175,163,117)

Color info

#AFA375 contains red, green and blue colors in about the same proportion. Web safe color of #AFA375 is #999966 (or #996).

RGB color model

#AFA375 color RGB value is (175,163,117).

  • red value is 175;
  • green value is 163;
  • blue value is 117.
RGB:
(175,163,117)
(69%,64%,46%)

RGB channels and saturation

R 175 of 255 = 69%
G 163 of 255 = 64%
B 117 of 255 = 46%

175
163
117

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

Portions of RGB colors in percentages

R + G + B =
175 + 163 + 117 = 455 (100%)
R 175 of 455 ~ 38.46%
G 163 of 455 ~ 35.82%
B 117 of 455 ~ 25.71%

%38.46
%35.82
%25.71

CMYK color model

#AFA375 color CMYK value is (0,7,33,31).

  • cyan value is 0.00%
  • magenta value is 6.86%
  • yellow value is 33.14%
  • key color value is 31.37%
CMYK:
(0,7,33,31)
C0M7Y33K31 
(0%,7%,33%,31%)
(0.00/0.07/0.33/0.31)	

CMYK percentages

%0
%6.86
%33.14
%31.37

Codes

Color #AFA375 in popluar color models

AFA375
RGB175163117
HSL48°26.61%57.25%
HSB/HSV48°33.14%68.63%
CMYK0.00%6.86%33.14%
31.37%

Color #AFA375 in popluar number systems.

HEXAFA375
Decimal175163117
Binary10101111101000111110101
Octal257243165

Shades and tints

Shades of #AFA375

#AFA375
(175,163,117)
#A0956B
(160,149,107)
#918761
(145,135,97)
#827957
(130,121,87)
#736B4D
(115,107,77)
#645D43
(100,93,67)
#554F39
(85,79,57)
#46412F
(70,65,47)
#373325
(55,51,37)
#28251B
(40,37,27)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #AFA375

#AFA375
(175,163,117)
#B6AB81
(182,171,129)
#BDB38D
(189,179,141)
#C4BB99
(196,187,153)
#CBC3A5
(203,195,165)
#D2CBB1
(210,203,177)
#D9D3BD
(217,211,189)
#E0DBC9
(224,219,201)
#E7E3D5
(231,227,213)
#EEEBE1
(238,235,225)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA375 color. Also use rgb(175,163,117) instead hex code.

Text Font Color

.myTextColor { color: #AFA375; }

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

This text font color is #AFA375.


Background Color

.myBgColor { background-color: #AFA375; }

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

This div background color is #AFA375.


Border color

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

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

This div border color is #AFA375.


Opacity

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

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

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

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

This text has shadow with #AFA375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA375 on black background.


Color preview on white background

This text has color #AFA375 on white background.



Black color preview on #AFA375 background

This text has black color on #AFA375 background.


White color preview on #AFA375 background

This text has white color on #AFA375 background.