Color Hex Logo

#a88915 Color Hex

#A88915
(168,137,21)
0 Favorites   0 Comments

Color spaces of #a88915

RGB 16813721
HSL0.130.780.37
HSV47°88°66°
CMYK 0.000.180.88   0.34
XYZ25.229526.27034.4504
Yxy26.27030.45090.4695
Hunter Lab51.2546-1.830830.7301
CIE-Lab58.29271.109259.1977

#a88915 color RGB value is (168,137,21).

#a88915 hex color red value is 168, green value is 137 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #a88915 hue: 0.13 , saturation: 0.78 and the lightness value of a88915 is 0.37.

The process color (four color CMYK) of #a88915 color hex is 0.00, 0.18, 0.88, 0.34. Web safe color of #a88915 is #999900. Color #a88915 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001001 00010101
Octal 250 211 25
Decimal 168 137 21
Hex A8 89 15

RGB Percentages of Color #a88915

%51.53
%42.02
%6.44

CMYK Percentages of Color #a88915

%0
%18
%88
%34

Triadic Colors of #a88915

#a88915 #15a889 #8915a8

Analogous Colors of #a88915

#a88915 #7ea815 #a84015

Monochromatic Colors of #a88915

#a88915

Complementary Color

#a88915 #1534a8

#a88915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88915 Color CSS Codes

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

#a88915 Text Font Color

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

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


#a88915 Background Color

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

This div background color is #a88915


#a88915 Border Color

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

This div border color is #a88915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88915


Comments

No comments written yet.

Please login to write comment.