COLOR #AF9960

HEX: #AF9960 RGB: (175,153,96)

Color info

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

RGB color model

#AF9960 color RGB value is (175,153,96).

RGB: (175,153,96) (69%, 60%, 38%)

RGB channels and saturation

R 175 of 255 = 69%
G 153 of 255 = 60%
B 96 of 255 = 38%

175
153
96

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

Portions of RGB colors in percentages

R + G + B = 175 + 153 + 96 = 424 (100%)
R 175 of 424 ~ 41.27%
G 153 of 424 ~ 36.08%
B 96 of 424 ~ 22.64'%

%41.27
%36.08
%22.64

CMYK color model

#AF9960 color CMYK value is (0,13,45,31).

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

CMYK: (0,13,45,31)
C0M13Y45K31 (0%, 13%, 45%, 31%)
(0.00 / 0.13 / 0.45 / 0.31)

CMYK percentages

%0
%12.57
%45.14
%31.37

Codes

Color #AF9960 in popluar color models

AF 99 60
RGB 175 153 96
HSL 43° 33.05% 53.14%
HSB/HSV 43° 45.14% 68.63%
CMYK 0.00% 12.57% 45.14%
31.37%

Color #AF9960 in popluar number systems.

HEX AF 99 60
Decimal 175 153 96
Binary 10101111 10011001 1100000
Octal 257 231 140

Shades and tints

Shades of #AF9960

#AF9960
(175,153,96)
#A08C58
(160,140,88)
#917F50
(145,127,80)
#827248
(130,114,72)
#736540
(115,101,64)
#645838
(100,88,56)
#554B30
(85,75,48)
#463E28
(70,62,40)
#373120
(55,49,32)
#282418
(40,36,24)
#191710
(25,23,16)
#000000
(0,0,0)

Tints of #AF9960

#AF9960
(175,153,96)
#B6A26E
(182,162,110)
#BDAB7C
(189,171,124)
#C4B48A
(196,180,138)
#CBBD98
(203,189,152)
#D2C6A6
(210,198,166)
#D9CFB4
(217,207,180)
#E0D8C2
(224,216,194)
#E7E1D0
(231,225,208)
#EEEADE
(238,234,222)
#F5F3EC
(245,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9960; }

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

This text font color is #AF9960.

Background Color

.myBgColor { background-color: #AF9960; }

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

This div background color is #AF9960.

Border color

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

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

This div border color is #AF9960.

Opacity

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

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

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

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

This text has shadow with #AF9960 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9960.

Preview

Color preview on black background

This text has color #AF9960 on black background.


Color preview on white background

This text has color #AF9960 on white background.


Black color preview on #AF9960 background

This text has black color on #AF9960 background.


White color preview on #AF9960 background

This text has white color on #AF9960 background.


Related colors

Complementary color

Complementary color for #hex is #50669F.


I love getcolorcode.com

Triadic colors

1 #60AF99 and #9960AF with #AF9960 are triadic colors.

2 #6099AF and #99AF60 with #AF9960 are triadic colors.