Color Hex Logo

#af862e Color Hex

#AF862E
(175,134,46)
0 Favorites   0 Comments

Color spaces of #af862e

RGB 17513446
HSL0.110.580.43
HSV41°74°69°
CMYK 0.000.230.74   0.31
XYZ26.697426.36146.2659
Yxy26.36140.45000.4444
Hunter Lab51.34342.965228.7046
CIE-Lab58.37856.854451.0233

#af862e color RGB value is (175,134,46).

#af862e hex color red value is 175, green value is 134 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #af862e hue: 0.11 , saturation: 0.58 and the lightness value of af862e is 0.43.

The process color (four color CMYK) of #af862e color hex is 0.00, 0.23, 0.74, 0.31. Web safe color of #af862e is #999933. Color #af862e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000110 00101110
Octal 257 206 56
Decimal 175 134 46
Hex AF 86 2E

RGB Percentages of Color #af862e

%49.30
%37.75
%12.96

CMYK Percentages of Color #af862e

%0
%23
%74
%31

Triadic Colors of #af862e

#af862e #2eaf86 #862eaf

Analogous Colors of #af862e

#af862e #98af2e #af452e

Monochromatic Colors of #af862e

#af862e

Complementary Color

#af862e #2e57af

#af862e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af862e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af862e Color CSS Codes

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

#af862e Text Font Color

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

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


#af862e Background Color

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

This div background color is #af862e


#af862e Border Color

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

This div border color is #af862e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af862e


Comments

No comments written yet.

Please login to write comment.