Color Hex Logo

#a89136 Color Hex

#A89136
(168,145,54)
0 Favorites   0 Comments

Color spaces of #a89136

RGB 16814554
HSL0.130.510.44
HSV48°68°66°
CMYK 0.000.140.68   0.34
XYZ26.939728.84207.6372
Yxy28.84200.42480.4548
Hunter Lab53.7047-4.443129.1619
CIE-Lab60.6419-1.914149.6601

#a89136 color RGB value is (168,145,54).

#a89136 hex color red value is 168, green value is 145 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #a89136 hue: 0.13 , saturation: 0.51 and the lightness value of a89136 is 0.44.

The process color (four color CMYK) of #a89136 color hex is 0.00, 0.14, 0.68, 0.34. Web safe color of #a89136 is #999933. Color #a89136 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010001 00110110
Octal 250 221 66
Decimal 168 145 54
Hex A8 91 36

RGB Percentages of Color #a89136

%45.78
%39.51
%14.71

CMYK Percentages of Color #a89136

%0
%14
%68
%34

Triadic Colors of #a89136

#a89136 #36a891 #9136a8

Analogous Colors of #a89136

#a89136 #86a836 #a85836

Monochromatic Colors of #a89136

#a89136

Complementary Color

#a89136 #364da8

#a89136 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89136 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89136 Color CSS Codes

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

#a89136 Text Font Color

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

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


#a89136 Background Color

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

This div background color is #a89136


#a89136 Border Color

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

This div border color is #a89136


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a89136


Comments

No comments written yet.

Please login to write comment.