Color Hex Logo

#af861f Color Hex

#AF861F
(175,134,31)
0 Favorites   0 Comments

Color spaces of #af861f

RGB 17513431
HSL0.120.700.40
HSV43°82°69°
CMYK 0.000.230.82   0.31
XYZ26.451626.26314.9715
Yxy26.26310.45850.4553
Hunter Lab51.24752.450230.1216
CIE-Lab58.28596.245356.5957

#af861f color RGB value is (175,134,31).

#af861f hex color red value is 175, green value is 134 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #af861f hue: 0.12 , saturation: 0.70 and the lightness value of af861f is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000110 00011111
Octal 257 206 37
Decimal 175 134 31
Hex AF 86 1F

RGB Percentages of Color #af861f

%51.47
%39.41
%9.12

CMYK Percentages of Color #af861f

%0
%23
%82
%31

Triadic Colors of #af861f

#af861f #1faf86 #861faf

Analogous Colors of #af861f

#af861f #90af1f #af3e1f

Monochromatic Colors of #af861f

#af861f

Complementary Color

#af861f #1f48af

#af861f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af861f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af861f Color CSS Codes

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

#af861f Text Font Color

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

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


#af861f Background Color

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

This div background color is #af861f


#af861f Border Color

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

This div border color is #af861f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af861f


Comments

No comments written yet.

Please login to write comment.