Color Hex Logo

#a89149 Color Hex

#A89149
(168,145,73)
0 Favorites   0 Comments

Color spaces of #a89149

RGB 16814573
HSL0.130.390.47
HSV45°57°66°
CMYK 0.000.140.57   0.34
XYZ27.476429.056710.4637
Yxy29.05670.41010.4337
Hunter Lab53.9043-3.346426.2238
CIE-Lab60.8316-0.565040.8593

#a89149 color RGB value is (168,145,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010001 01001001
Octal 250 221 111
Decimal 168 145 73
Hex A8 91 49

RGB Percentages of Color #a89149

%43.52
%37.56
%18.91

CMYK Percentages of Color #a89149

%0
%14
%57
%34

Triadic Colors of #a89149

#a89149 #49a891 #9149a8

Analogous Colors of #a89149

#a89149 #90a849 #a86249

Monochromatic Colors of #a89149

#a89149

Complementary Color

#a89149 #4960a8

#a89149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89149 Color CSS Codes

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

#a89149 Text Font Color

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

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


#a89149 Background Color

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

This div background color is #a89149


#a89149 Border Color

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

This div border color is #a89149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a89149


Comments

No comments written yet.

Please login to write comment.