Color Hex Logo

#a89124 Color Hex

#A89124
(168,145,36)
0 Favorites   0 Comments

Color spaces of #a89124

RGB 16814536
HSL0.140.650.40
HSV50°79°66°
CMYK 0.000.140.79   0.34
XYZ26.592328.70305.8077
Yxy28.70300.43520.4697
Hunter Lab53.5752-5.157231.0754
CIE-Lab60.5186-2.800556.6431

#a89124 color RGB value is (168,145,36).

#a89124 hex color red value is 168, green value is 145 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #a89124 hue: 0.14 , saturation: 0.65 and the lightness value of a89124 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010001 00100100
Octal 250 221 44
Decimal 168 145 36
Hex A8 91 24

RGB Percentages of Color #a89124

%48.14
%41.55
%10.32

CMYK Percentages of Color #a89124

%0
%14
%79
%34

Triadic Colors of #a89124

#a89124 #24a891 #9124a8

Analogous Colors of #a89124

#a89124 #7da824 #a84f24

Monochromatic Colors of #a89124

#a89124

Complementary Color

#a89124 #243ba8

#a89124 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89124 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89124 Color CSS Codes

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

#a89124 Text Font Color

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

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


#a89124 Background Color

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

This div background color is #a89124


#a89124 Border Color

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

This div border color is #a89124


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a89124


Comments

No comments written yet.

Please login to write comment.