Color Hex Logo

#a89020 Color Hex

#A89020
(168,144,32)
0 Favorites   0 Comments

Color spaces of #a89020

RGB 16814432
HSL0.140.680.39
HSV49°81°66°
CMYK 0.000.140.81   0.34
XYZ26.382428.37565.4530
Yxy28.37560.43820.4713
Hunter Lab53.2688-4.814731.2187
CIE-Lab60.2266-2.404357.7046

#a89020 color RGB value is (168,144,32).

#a89020 hex color red value is 168, green value is 144 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #a89020 hue: 0.14 , saturation: 0.68 and the lightness value of a89020 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010000 00100000
Octal 250 220 40
Decimal 168 144 32
Hex A8 90 20

RGB Percentages of Color #a89020

%48.84
%41.86
%9.30

CMYK Percentages of Color #a89020

%0
%14
%81
%34

Triadic Colors of #a89020

#a89020 #20a890 #9020a8

Analogous Colors of #a89020

#a89020 #7ca820 #a84c20

Monochromatic Colors of #a89020

#a89020

Complementary Color

#a89020 #2038a8

#a89020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89020 Color CSS Codes

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

#a89020 Text Font Color

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

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


#a89020 Background Color

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

This div background color is #a89020


#a89020 Border Color

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

This div border color is #a89020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a89020


Comments

No comments written yet.

Please login to write comment.