COLOR #AF9595

HEX: #AF9595 RGB: (175,149,149)

Color info

#AF9595 contains red, green and blue colors in about the same proportion. Web safe color of #AF9595 is #999999 (or #999).

RGB color model

#AF9595 color RGB value is (175,149,149).

RGB: (175,149,149) (69%, 58%, 58%)

RGB channels and saturation

R 175 of 255 = 69%
G 149 of 255 = 58%
B 149 of 255 = 58%

175
149
149

R + G + B ~ 62%. #AF9595 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 149 + 149 = 473 (100%)
R 175 of 473 ~ 37%
G 149 of 473 ~ 31.5%
B 149 of 473 ~ 31.5'%

%37
%31.5
%31.5

CMYK color model

#AF9595 color CMYK value is (0,15,15,31).

  • cyan value is 0.00%
  • magenta value is 14.86%
  • yellow value is 14.86%
  • key color value is 31.37%
CMYK: (0,15,15,31) C0M15Y15K31 (0%,15%,15%,31%) (0.00/0.15/0.15/0.31) 

CMYK percentages

%0
%14.86
%14.86
%31.37

Codes

Color #AF9595 in popluar color models

AF 95 95
RGB 175 149 149
HSL 13.98% 63.53%
HSB/HSV 14.86% 68.63%
CMYK 0.00% 14.86% 14.86%
31.37%

Color #AF9595 in popluar number systems.

HEX AF 95 95
Decimal 175 149 149
Binary 10101111 10010101 10010101
Octal 257 225 225

Shades and tints

Shades of #AF9595

#AF9595
(175,149,149)
#A08888
(160,136,136)
#917B7B
(145,123,123)
#826E6E
(130,110,110)
#736161
(115,97,97)
#645454
(100,84,84)
#554747
(85,71,71)
#463A3A
(70,58,58)
#372D2D
(55,45,45)
#282020
(40,32,32)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #AF9595

#AF9595
(175,149,149)
#B69E9E
(182,158,158)
#BDA7A7
(189,167,167)
#C4B0B0
(196,176,176)
#CBB9B9
(203,185,185)
#D2C2C2
(210,194,194)
#D9CBCB
(217,203,203)
#E0D4D4
(224,212,212)
#E7DDDD
(231,221,221)
#EEE6E6
(238,230,230)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9595; }

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

This text font color is #AF9595.

Background Color

.myBgColor { background-color: #AF9595; }

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

This div background color is #AF9595.

Border color

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

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

This div border color is #AF9595.

Opacity

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

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

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

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

This text has shadow with #AF9595 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9595.

Preview

Color preview on black background

This text has color #AF9595 on black background.


Color preview on white background

This text has color #AF9595 on white background.


Black color preview on #AF9595 background

This text has black color on #AF9595 background.


White color preview on #AF9595 background

This text has white color on #AF9595 background.


Related colors

Complementary color

Complementary color for #hex is #506A6A.


I love getcolorcode.com