Color Hex Logo

#a89042 Color Hex

#A89042
(168,144,66)
0 Favorites   0 Comments

Color spaces of #a89042

RGB 16814466
HSL0.130.440.46
HSV46°61°66°
CMYK 0.000.140.61   0.34
XYZ27.105128.66479.2585
Yxy28.66470.41680.4408
Hunter Lab53.5394-3.325827.2247
CIE-Lab60.4846-0.565043.9224

#a89042 color RGB value is (168,144,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010000 01000010
Octal 250 220 102
Decimal 168 144 66
Hex A8 90 42

RGB Percentages of Color #a89042

%44.44
%38.10
%17.46

CMYK Percentages of Color #a89042

%0
%14
%61
%34

Triadic Colors of #a89042

#a89042 #42a890 #9042a8

Analogous Colors of #a89042

#a89042 #8da842 #a85d42

Monochromatic Colors of #a89042

#a89042

Complementary Color

#a89042 #425aa8

#a89042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89042 Color CSS Codes

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

#a89042 Text Font Color

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

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


#a89042 Background Color

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

This div background color is #a89042


#a89042 Border Color

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

This div border color is #a89042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a89042


Comments

No comments written yet.

Please login to write comment.