Color Hex Logo

#af797f Color Hex

#AF797F
(175,121,127)
0 Favorites   0 Comments

Color spaces of #af797f

RGB 175121127
HSL0.980.250.58
HSV353°31°69°
CMYK 0.000.310.27   0.31
XYZ28.347324.321023.2790
Yxy24.32100.37320.3202
Hunter Lab49.316316.29926.5345
CIE-Lab56.407821.96015.2501

#af797f color RGB value is (175,121,127).

#af797f hex color red value is 175, green value is 121 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #af797f hue: 0.98 , saturation: 0.25 and the lightness value of af797f is 0.58.

The process color (four color CMYK) of #af797f color hex is 0.00, 0.31, 0.27, 0.31. Web safe color of #af797f is #996666. Color #af797f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111001 01111111
Octal 257 171 177
Decimal 175 121 127
Hex AF 79 7F

RGB Percentages of Color #af797f

%41.37
%28.61
%30.02

CMYK Percentages of Color #af797f

%0
%31
%27
%31

Triadic Colors of #af797f

#af797f #7faf79 #797faf

Analogous Colors of #af797f

#af797f #af8e79 #af799a

Monochromatic Colors of #af797f

#af797f

Complementary Color

#af797f #79afa9

#af797f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af797f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af797f Color CSS Codes

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

#af797f Text Font Color

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

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


#af797f Background Color

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

This div background color is #af797f


#af797f Border Color

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

This div border color is #af797f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af797f


Comments

No comments written yet.

Please login to write comment.