Color Hex Logo

#a88719 Color Hex

#A88719
(168,135,25)
0 Favorites   0 Comments

Color spaces of #a88719

RGB 16813525
HSL0.130.740.38
HSV46°85°66°
CMYK 0.000.200.85   0.34
XYZ24.987925.72304.5677
Yxy25.72300.45200.4653
Hunter Lab50.7178-0.812030.1628
CIE-Lab57.77322.319657.7019

#a88719 color RGB value is (168,135,25).

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

The process color (four color CMYK) of #a88719 color hex is 0.00, 0.20, 0.85, 0.34. Web safe color of #a88719 is #999900. Color #a88719 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000111 00011001
Octal 250 207 31
Decimal 168 135 25
Hex A8 87 19

RGB Percentages of Color #a88719

%51.22
%41.16
%7.62

CMYK Percentages of Color #a88719

%0
%20
%85
%34

Triadic Colors of #a88719

#a88719 #19a887 #8719a8

Analogous Colors of #a88719

#a88719 #82a819 #a84019

Monochromatic Colors of #a88719

#a88719

Complementary Color

#a88719 #193aa8

#a88719 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88719 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88719 Color CSS Codes

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

#a88719 Text Font Color

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

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


#a88719 Background Color

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

This div background color is #a88719


#a88719 Border Color

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

This div border color is #a88719


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88719


Comments

No comments written yet.

Please login to write comment.