Color Hex Logo

#af7c6d Color Hex

#AF7C6D
(175,124,109)
0 Favorites   0 Comments

Color spaces of #af7c6d

RGB 175124109
HSL0.040.290.56
HSV14°38°69°
CMYK 0.000.290.38   0.31
XYZ27.647224.633417.7656
Yxy24.63340.39470.3517
Hunter Lab49.632012.576213.5198
CIE-Lab56.716517.856416.0859

#af7c6d color RGB value is (175,124,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111100 01101101
Octal 257 174 155
Decimal 175 124 109
Hex AF 7C 6D

RGB Percentages of Color #af7c6d

%42.89
%30.39
%26.72

CMYK Percentages of Color #af7c6d

%0
%29
%38
%31

Triadic Colors of #af7c6d

#af7c6d #6daf7c #7c6daf

Analogous Colors of #af7c6d

#af7c6d #af9d6d #af6d7f

Monochromatic Colors of #af7c6d

#af7c6d

Complementary Color

#af7c6d #6da0af

#af7c6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7c6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7c6d Color CSS Codes

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

#af7c6d Text Font Color

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

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


#af7c6d Background Color

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

This div background color is #af7c6d


#af7c6d Border Color

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

This div border color is #af7c6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7c6d


Comments

No comments written yet.

Please login to write comment.