Color Hex Logo

#af9797 Color Hex

#AF9797
(175,151,151)
0 Favorites   0 Comments

Color spaces of #af9797

RGB 175151151
HSL0.000.130.64
HSV14°69°
CMYK 0.000.140.14   0.31
XYZ34.331733.481533.9313
Yxy33.48150.33740.3291
Hunter Lab57.86324.64805.7363
CIE-Lab64.54898.89313.2825

#af9797 color RGB value is (175,151,151).

#af9797 hex color red value is 175, green value is 151 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #af9797 hue: 0.00 , saturation: 0.13 and the lightness value of af9797 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010111 10010111
Octal 257 227 227
Decimal 175 151 151
Hex AF 97 97

RGB Percentages of Color #af9797

%36.69
%31.66
%31.66

CMYK Percentages of Color #af9797

%0
%14
%14
%31

Triadic Colors of #af9797

#af9797 #97af97 #9797af

Analogous Colors of #af9797

#af9797 #afa397 #af97a3

Monochromatic Colors of #af9797

#af9797

Complementary Color

#af9797 #97afaf

#af9797 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9797 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9797 Color CSS Codes

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

#af9797 Text Font Color

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

This sample text font color is #af9797
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.


#af9797 Background Color

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

This div background color is #af9797


#af9797 Border Color

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

This div border color is #af9797


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,151,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 #af9797">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9797


Comments

No comments written yet.

Please login to write comment.