Color Hex Logo

#af8461 Color Hex

#AF8461
(175,132,97)
0 Favorites   0 Comments

Color spaces of #af8461

RGB 17513297
HSL0.070.330.53
HSV27°45°69°
CMYK 0.000.250.45   0.31
XYZ28.088126.479614.9399
Yxy26.47960.40410.3810
Hunter Lab51.45837.380618.8072
CIE-Lab58.489511.965725.2747

#af8461 color RGB value is (175,132,97).

#af8461 hex color red value is 175, green value is 132 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #af8461 hue: 0.07 , saturation: 0.33 and the lightness value of af8461 is 0.53.

The process color (four color CMYK) of #af8461 color hex is 0.00, 0.25, 0.45, 0.31. Web safe color of #af8461 is #999966. Color #af8461 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000100 01100001
Octal 257 204 141
Decimal 175 132 97
Hex AF 84 61

RGB Percentages of Color #af8461

%43.32
%32.67
%24.01

CMYK Percentages of Color #af8461

%0
%25
%45
%31

Triadic Colors of #af8461

#af8461 #61af84 #8461af

Analogous Colors of #af8461

#af8461 #afab61 #af6165

Monochromatic Colors of #af8461

#af8461

Complementary Color

#af8461 #618caf

#af8461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af8461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af8461 Color CSS Codes

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

#af8461 Text Font Color

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

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


#af8461 Background Color

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

This div background color is #af8461


#af8461 Border Color

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

This div border color is #af8461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af8461


Comments

No comments written yet.

Please login to write comment.