Color Hex Logo

#a86721 Color Hex

#A86721
(168,103,33)
0 Favorites   0 Comments

Color spaces of #a86721

RGB 16810333
HSL0.090.670.39
HSV31°80°66°
CMYK 0.000.390.80   0.34
XYZ21.273218.13513.8181
Yxy18.13510.49210.4195
Hunter Lab42.585314.644124.4939
CIE-Lab49.659620.561147.7437

#a86721 color RGB value is (168,103,33).

#a86721 hex color red value is 168, green value is 103 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #a86721 hue: 0.09 , saturation: 0.67 and the lightness value of a86721 is 0.39.

The process color (four color CMYK) of #a86721 color hex is 0.00, 0.39, 0.80, 0.34. Web safe color of #a86721 is #996633. Color #a86721 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100111 00100001
Octal 250 147 41
Decimal 168 103 33
Hex A8 67 21

RGB Percentages of Color #a86721

%55.26
%33.88
%10.86

CMYK Percentages of Color #a86721

%0
%39
%80
%34

Triadic Colors of #a86721

#a86721 #21a867 #6721a8

Analogous Colors of #a86721

#a86721 #a6a821 #a82421

Monochromatic Colors of #a86721

#a86721

Complementary Color

#a86721 #2162a8

#a86721 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86721 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86721 Color CSS Codes

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

#a86721 Text Font Color

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

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


#a86721 Background Color

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

This div background color is #a86721


#a86721 Border Color

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

This div border color is #a86721


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,103,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a86721; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a86721;
  -webkit-box-shadow: 1px 1px 3px 2px #a86721;
  box-shadow:         1px 1px 3px 2px #a86721; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,103,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86721


Comments

No comments written yet.

Please login to write comment.