COLOR #AF7A1B

HEX: #AF7A1B RGB: (175,122,27)

Color info

#AF7A1B contains mainly red and green colors. Web safe color of #AF7A1B is #996633 (or #963).

RGB color model

#AF7A1B color RGB value is (175,122,27).

RGB: (175,122,27) (69%, 48%, 11%)

RGB channels and saturation

R 175 of 255 = 69%
G 122 of 255 = 48%
B 27 of 255 = 11%

175
122
27

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

Portions of RGB colors in percentages

R + G + B = 175 + 122 + 27 = 324 (100%)
R 175 of 324 ~ 54.01%
G 122 of 324 ~ 37.65%
B 27 of 324 ~ 8.33'%

%54.01
%37.65

CMYK color model

#AF7A1B color CMYK value is (0,30,85,31).

  • cyan value is 0.00%
  • magenta value is 30.29%
  • yellow value is 84.57%
  • key color value is 31.37%
CMYK: (0,30,85,31) C0M30Y85K31 (0%,30%,85%,31%) (0.00/0.30/0.85/0.31) 

CMYK percentages

%0
%30.29
%84.57
%31.37

Codes

Color #AF7A1B in popluar color models

AF 7A 1B
RGB 175 122 27
HSL 39° 73.27% 39.61%
HSB/HSV 39° 84.57% 68.63%
CMYK 0.00% 30.29% 84.57%
31.37%

Color #AF7A1B in popluar number systems.

HEX AF 7A 1B
Decimal 175 122 27
Binary 10101111 1111010 11011
Octal 257 172 33

Shades and tints

Shades of #AF7A1B

#AF7A1B
(175,122,27)
#A06F19
(160,111,25)
#916417
(145,100,23)
#825915
(130,89,21)
#734E13
(115,78,19)
#644311
(100,67,17)
#55380F
(85,56,15)
#462D0D
(70,45,13)
#37220B
(55,34,11)
#281709
(40,23,9)
#190C07
(25,12,7)
#000000
(0,0,0)

Tints of #AF7A1B

#AF7A1B
(175,122,27)
#B6862F
(182,134,47)
#BD9243
(189,146,67)
#C49E57
(196,158,87)
#CBAA6B
(203,170,107)
#D2B67F
(210,182,127)
#D9C293
(217,194,147)
#E0CEA7
(224,206,167)
#E7DABB
(231,218,187)
#EEE6CF
(238,230,207)
#F5F2E3
(245,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7A1B; }

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

This text font color is #AF7A1B.

Background Color

.myBgColor { background-color: #AF7A1B; }

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

This div background color is #AF7A1B.

Border color

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

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

This div border color is #AF7A1B.

Opacity

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

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

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

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

This text has shadow with #AF7A1B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF7A1B.

Preview

Color preview on black background

This text has color #AF7A1B on black background.


Color preview on white background

This text has color #AF7A1B on white background.


Black color preview on #AF7A1B background

This text has black color on #AF7A1B background.


White color preview on #AF7A1B background

This text has white color on #AF7A1B background.


Related colors

Complementary color

Complementary color for #hex is #5085E4.


I love getcolorcode.com

Triadic colors

1 #1BAF7A and #7A1BAF with #AF7A1B are triadic colors.

2 #1B7AAF and #7AAF1B with #AF7A1B are triadic colors.