Color Hex Logo

#af9197 Color Hex

#AF9197
(175,145,151)
0 Favorites   0 Comments

Color spaces of #af9197

RGB 175145151
HSL0.970.160.63
HSV348°17°69°
CMYK 0.000.170.14   0.31
XYZ33.390531.599133.6175
Yxy31.59910.33860.3205
Hunter Lab56.21317.65593.8915
CIE-Lab63.010212.24141.0488

#af9197 color RGB value is (175,145,151).

#af9197 hex color red value is 175, green value is 145 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #af9197 hue: 0.97 , saturation: 0.16 and the lightness value of af9197 is 0.63.

The process color (four color CMYK) of #af9197 color hex is 0.00, 0.17, 0.14, 0.31. Web safe color of #af9197 is #999999. Color #af9197 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010001 10010111
Octal 257 221 227
Decimal 175 145 151
Hex AF 91 97

RGB Percentages of Color #af9197

%37.15
%30.79
%32.06

CMYK Percentages of Color #af9197

%0
%17
%14
%31

Triadic Colors of #af9197

#af9197 #97af91 #9197af

Analogous Colors of #af9197

#af9197 #af9a91 #af91a6

Monochromatic Colors of #af9197

#af9197

Complementary Color

#af9197 #91afa9

#af9197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9197 Color CSS Codes

.mybgcolor {background-color:#af9197; } 
.myforecolor {color:#af9197; }
.mybordercolor {border:3px solid #af9197; }

#af9197 Text Font Color

<p style="color:#af9197">Text here</p>

This sample text font color is #af9197
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#af9197 Background Color

<div style="background-color:#af9197">
Div content here</div>

This div background color is #af9197


#af9197 Border Color

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

This div border color is #af9197


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,145,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #af9197; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #af9197;
  -webkit-box-shadow: 1px 1px 3px 2px #af9197;
  box-shadow:         1px 1px 3px 2px #af9197; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,145,151, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #af9197">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #af9197;
  -webkit-box-shadow: 1px 1px 3px 2px #af9197;
  box-shadow:         1px 1px 3px 2px #af9197;">
Div content here</div>

This div box has shadow with color #af9197


Comments

No comments written yet.

Please login to write comment.