Color Hex Logo

#af766e Color Hex

#AF766E
(175,118,110)
0 Favorites   0 Comments

Color spaces of #af766e

RGB 175118110
HSL0.020.290.56
HSV37°69°
CMYK 0.000.330.37   0.31
XYZ26.972123.196617.8077
Yxy23.19660.39680.3412
Hunter Lab48.162815.678411.7921
CIE-Lab55.274321.354013.5131

#af766e color RGB value is (175,118,110).

#af766e hex color red value is 175, green value is 118 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #af766e hue: 0.02 , saturation: 0.29 and the lightness value of af766e is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110110 01101110
Octal 257 166 156
Decimal 175 118 110
Hex AF 76 6E

RGB Percentages of Color #af766e

%43.42
%29.28
%27.30

CMYK Percentages of Color #af766e

%0
%33
%37
%31

Triadic Colors of #af766e

#af766e #6eaf76 #766eaf

Analogous Colors of #af766e

#af766e #af976e #af6e87

Monochromatic Colors of #af766e

#af766e

Complementary Color

#af766e #6ea7af

#af766e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af766e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af766e Color CSS Codes

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

#af766e Text Font Color

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

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


#af766e Background Color

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

This div background color is #af766e


#af766e Border Color

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

This div border color is #af766e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af766e


Comments

No comments written yet.

Please login to write comment.