Color Hex Logo

#af8f74 Color Hex

#AF8F74
(175,143,116)
0 Favorites   0 Comments

Color spaces of #af8f74

RGB 175143116
HSL0.080.270.57
HSV27°34°69°
CMYK 0.000.180.34   0.31
XYZ30.654030.019820.7018
Yxy30.01980.37670.3689
Hunter Lab54.79033.983815.9513
CIE-Lab61.67138.098418.9121

#af8f74 color RGB value is (175,143,116).

#af8f74 hex color red value is 175, green value is 143 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #af8f74 hue: 0.08 , saturation: 0.27 and the lightness value of af8f74 is 0.57.

The process color (four color CMYK) of #af8f74 color hex is 0.00, 0.18, 0.34, 0.31. Web safe color of #af8f74 is #999966. Color #af8f74 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001111 01110100
Octal 257 217 164
Decimal 175 143 116
Hex AF 8F 74

RGB Percentages of Color #af8f74

%40.32
%32.95
%26.73

CMYK Percentages of Color #af8f74

%0
%18
%34
%31

Triadic Colors of #af8f74

#af8f74 #74af8f #8f74af

Analogous Colors of #af8f74

#af8f74 #afad74 #af7477

Monochromatic Colors of #af8f74

#af8f74

Complementary Color

#af8f74 #7494af

#af8f74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af8f74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af8f74 Color CSS Codes

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

#af8f74 Text Font Color

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

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


#af8f74 Background Color

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

This div background color is #af8f74


#af8f74 Border Color

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

This div border color is #af8f74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af8f74

#af8f74 Color Palettes


Comments

No comments written yet.

Please login to write comment.