Color Hex Logo

#a8721f Color Hex

#A8721F
(168,114,31)
0 Favorites   0 Comments

Color spaces of #a8721f

RGB 16811431
HSL0.100.690.39
HSV36°82°66°
CMYK 0.000.320.82   0.34
XYZ22.413120.45844.0639
Yxy20.45840.47750.4359
Hunter Lab45.23109.297126.3346
CIE-Lab52.351614.285851.0094

#a8721f color RGB value is (168,114,31).

#a8721f hex color red value is 168, green value is 114 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #a8721f hue: 0.10 , saturation: 0.69 and the lightness value of a8721f is 0.39.

The process color (four color CMYK) of #a8721f color hex is 0.00, 0.32, 0.82, 0.34. Web safe color of #a8721f is #996633. Color #a8721f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110010 00011111
Octal 250 162 37
Decimal 168 114 31
Hex A8 72 1F

RGB Percentages of Color #a8721f

%53.67
%36.42
%9.90

CMYK Percentages of Color #a8721f

%0
%32
%82
%34

Triadic Colors of #a8721f

#a8721f #1fa872 #721fa8

Analogous Colors of #a8721f

#a8721f #9aa81f #a82e1f

Monochromatic Colors of #a8721f

#a8721f

Complementary Color

#a8721f #1f55a8

#a8721f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8721f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8721f Color CSS Codes

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

#a8721f Text Font Color

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

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


#a8721f Background Color

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

This div background color is #a8721f


#a8721f Border Color

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

This div border color is #a8721f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,114,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 #a8721f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8721f


Comments

No comments written yet.

Please login to write comment.