Color Hex Logo

#a98020 Color Hex

#A98020
(169,128,32)
0 Favorites   0 Comments

Color spaces of #a98020

RGB 16912832
HSL0.120.680.39
HSV42°81°66°
CMYK 0.000.240.81   0.34
XYZ24.342123.97764.7117
Yxy23.97760.45900.4521
Hunter Lab48.96693.042628.5718
CIE-Lab56.06546.897454.0347

#a98020 color RGB value is (169,128,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000000 00100000
Octal 251 200 40
Decimal 169 128 32
Hex A9 80 20

RGB Percentages of Color #a98020

%51.37
%38.91
%9.73

CMYK Percentages of Color #a98020

%0
%24
%81
%34

Triadic Colors of #a98020

#a98020 #20a980 #8020a9

Analogous Colors of #a98020

#a98020 #8ea920 #a93c20

Monochromatic Colors of #a98020

#a98020

Complementary Color

#a98020 #2049a9

#a98020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98020 Color CSS Codes

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

#a98020 Text Font Color

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

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


#a98020 Background Color

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

This div background color is #a98020


#a98020 Border Color

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

This div border color is #a98020


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,128,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 #a98020">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98020


Comments

No comments written yet.

Please login to write comment.