COLOR #AF9963

HEX: #AF9963 RGB: (175,153,99)

Color info

#AF9963 contains mainly red and green colors. Web safe color of #AF9963 is #999966 (or #996).

RGB color model

#AF9963 color RGB value is (175,153,99).

RGB: (175,153,99) (69%, 60%, 39%)

RGB channels and saturation

R 175 of 255 = 69%
G 153 of 255 = 60%
B 99 of 255 = 39%

175
153
99

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

Portions of RGB colors in percentages

R + G + B = 175 + 153 + 99 = 427 (100%)
R 175 of 427 ~ 40.98%
G 153 of 427 ~ 35.83%
B 99 of 427 ~ 23.19'%

%40.98
%35.83
%23.19

CMYK color model

#AF9963 color CMYK value is (0,13,43,31).

  • cyan value is 0.00%
  • magenta value is 12.57%
  • yellow value is 43.43%
  • key color value is 31.37%

CMYK: (0,13,43,31)
C0M13Y43K31 (0%, 13%, 43%, 31%)
(0.00 / 0.13 / 0.43 / 0.31)

CMYK percentages

%0
%12.57
%43.43
%31.37

Codes

Color #AF9963 in popluar color models

AF 99 63
RGB 175 153 99
HSL 43° 32.20% 53.73%
HSB/HSV 43° 43.43% 68.63%
CMYK 0.00% 12.57% 43.43%
31.37%

Color #AF9963 in popluar number systems.

HEX AF 99 63
Decimal 175 153 99
Binary 10101111 10011001 1100011
Octal 257 231 143

Shades and tints

Shades of #AF9963

#AF9963
(175,153,99)
#A08C5A
(160,140,90)
#917F51
(145,127,81)
#827248
(130,114,72)
#73653F
(115,101,63)
#645836
(100,88,54)
#554B2D
(85,75,45)
#463E24
(70,62,36)
#37311B
(55,49,27)
#282412
(40,36,18)
#191709
(25,23,9)
#000000
(0,0,0)

Tints of #AF9963

#AF9963
(175,153,99)
#B6A271
(182,162,113)
#BDAB7F
(189,171,127)
#C4B48D
(196,180,141)
#CBBD9B
(203,189,155)
#D2C6A9
(210,198,169)
#D9CFB7
(217,207,183)
#E0D8C5
(224,216,197)
#E7E1D3
(231,225,211)
#EEEAE1
(238,234,225)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9963 color. Also use rgb(175,153,99) instead hex code.

Text Font Color

.myTextColor { color: #AF9963; }

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

This text font color is #AF9963.

Background Color

.myBgColor { background-color: #AF9963; }

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

This div background color is #AF9963.

Border color

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

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

This div border color is #AF9963.

Opacity

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

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

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

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

This text has shadow with #AF9963 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9963.

Preview

Color preview on black background

This text has color #AF9963 on black background.


Color preview on white background

This text has color #AF9963 on white background.


Black color preview on #AF9963 background

This text has black color on #AF9963 background.


White color preview on #AF9963 background

This text has white color on #AF9963 background.


Related colors

Complementary color

Complementary color for #hex is #50669C.


I love getcolorcode.com

Triadic colors

1 #63AF99 and #9963AF with #AF9963 are triadic colors.

2 #6399AF and #99AF63 with #AF9963 are triadic colors.