Color Hex Logo

#af7f76 Color Hex

#AF7F76
(175,127,118)
0 Favorites   0 Comments

Color spaces of #af7f76

RGB 175127118
HSL0.030.260.57
HSV33°69°
CMYK 0.000.270.33   0.31
XYZ28.538625.600720.5768
Yxy25.60070.38200.3426
Hunter Lab50.597112.135411.3060
CIE-Lab57.656117.329212.2213

#af7f76 color RGB value is (175,127,118).

#af7f76 hex color red value is 175, green value is 127 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #af7f76 hue: 0.03 , saturation: 0.26 and the lightness value of af7f76 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111111 01110110
Octal 257 177 166
Decimal 175 127 118
Hex AF 7F 76

RGB Percentages of Color #af7f76

%41.67
%30.24
%28.10

CMYK Percentages of Color #af7f76

%0
%27
%33
%31

Triadic Colors of #af7f76

#af7f76 #76af7f #7f76af

Analogous Colors of #af7f76

#af7f76 #af9c76 #af768a

Monochromatic Colors of #af7f76

#af7f76

Complementary Color

#af7f76 #76a6af

#af7f76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7f76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7f76 Color CSS Codes

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

#af7f76 Text Font Color

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

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


#af7f76 Background Color

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

This div background color is #af7f76


#af7f76 Border Color

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

This div border color is #af7f76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7f76


Comments

No comments written yet.

Please login to write comment.