Color Hex Logo

#a87719 Color Hex

#A87719
(168,119,25)
0 Favorites   0 Comments

Color spaces of #a87719

RGB 16811925
HSL0.110.740.38
HSV39°85°66°
CMYK 0.000.290.85   0.34
XYZ22.920721.58873.8787
Yxy21.58870.47370.4462
Hunter Lab46.46366.743427.5751
CIE-Lab53.587911.271654.1721

#a87719 color RGB value is (168,119,25).

#a87719 hex color red value is 168, green value is 119 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #a87719 hue: 0.11 , saturation: 0.74 and the lightness value of a87719 is 0.38.

The process color (four color CMYK) of #a87719 color hex is 0.00, 0.29, 0.85, 0.34. Web safe color of #a87719 is #996600. Color #a87719 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110111 00011001
Octal 250 167 31
Decimal 168 119 25
Hex A8 77 19

RGB Percentages of Color #a87719

%53.85
%38.14
%8.01

CMYK Percentages of Color #a87719

%0
%29
%85
%34

Triadic Colors of #a87719

#a87719 #19a877 #7719a8

Analogous Colors of #a87719

#a87719 #92a819 #a83019

Monochromatic Colors of #a87719

#a87719

Complementary Color

#a87719 #194aa8

#a87719 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87719 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87719 Color CSS Codes

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

#a87719 Text Font Color

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

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


#a87719 Background Color

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

This div background color is #a87719


#a87719 Border Color

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

This div border color is #a87719


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87719


Comments

No comments written yet.

Please login to write comment.