COLOR #AF7A58

HEX: #AF7A58 RGB: (175,122,88)

Color info

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

RGB color model

#AF7A58 color RGB value is (175,122,88).

RGB: (175,122,88) (69%, 48%, 35%)

RGB channels and saturation

R 175 of 255 = 69%
G 122 of 255 = 48%
B 88 of 255 = 35%

175
122
88

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

Portions of RGB colors in percentages

R + G + B = 175 + 122 + 88 = 385 (100%)
R 175 of 385 ~ 45.45%
G 122 of 385 ~ 31.69%
B 88 of 385 ~ 22.86'%

%45.45
%31.69
%22.86

CMYK color model

#AF7A58 color CMYK value is (0,30,50,31).

  • cyan value is 0.00%
  • magenta value is 30.29%
  • yellow value is 49.71%
  • key color value is 31.37%

CMYK: (0,30,50,31)
C0M30Y50K31 (0%, 30%, 50%, 31%)
(0.00 / 0.30 / 0.50 / 0.31)

CMYK percentages

%0
%30.29
%49.71
%31.37

Codes

Color #AF7A58 in popluar color models

AF 7A 58
RGB 175 122 88
HSL 23° 35.22% 51.57%
HSB/HSV 23° 49.71% 68.63%
CMYK 0.00% 30.29% 49.71%
31.37%

Color #AF7A58 in popluar number systems.

HEX AF 7A 58
Decimal 175 122 88
Binary 10101111 1111010 1011000
Octal 257 172 130

Shades and tints

Shades of #AF7A58

#AF7A58
(175,122,88)
#A06F50
(160,111,80)
#916448
(145,100,72)
#825940
(130,89,64)
#734E38
(115,78,56)
#644330
(100,67,48)
#553828
(85,56,40)
#462D20
(70,45,32)
#372218
(55,34,24)
#281710
(40,23,16)
#190C08
(25,12,8)
#000000
(0,0,0)

Tints of #AF7A58

#AF7A58
(175,122,88)
#B68667
(182,134,103)
#BD9276
(189,146,118)
#C49E85
(196,158,133)
#CBAA94
(203,170,148)
#D2B6A3
(210,182,163)
#D9C2B2
(217,194,178)
#E0CEC1
(224,206,193)
#E7DAD0
(231,218,208)
#EEE6DF
(238,230,223)
#F5F2EE
(245,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7A58; }

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

This text font color is #AF7A58.

Background Color

.myBgColor { background-color: #AF7A58; }

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

This div background color is #AF7A58.

Border color

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

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

This div border color is #AF7A58.

Opacity

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

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

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

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

This text has shadow with #AF7A58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF7A58.

Preview

Color preview on black background

This text has color #AF7A58 on black background.


Color preview on white background

This text has color #AF7A58 on white background.


Black color preview on #AF7A58 background

This text has black color on #AF7A58 background.


White color preview on #AF7A58 background

This text has white color on #AF7A58 background.


Related colors

Complementary color

Complementary color for #hex is #5085A7.


I love getcolorcode.com

Triadic colors

1 #58AF7A and #7A58AF with #AF7A58 are triadic colors.

2 #587AAF and #7AAF58 with #AF7A58 are triadic colors.